(trunk) update to 2.04+

This commit is contained in:
Mitchell Livingston 2010-08-06 23:15:29 +00:00
parent a052a0e4c2
commit 69ca9706b9
2 changed files with 16 additions and 2 deletions

14
NEWS
View File

@ -1,3 +1,17 @@
=== Transmission 2.04 (2010/08/06) ===
[http://trac.transmissionbt.com/query?milestone=2.04&group=component&groupdesc=1&order=severity All tickets closed by this release]
==== All Platforms ====
* Fix display bug in tr_truncd()
==== Mac ====
* Fix bug that caused Local Peer Discovery to always be disabled on startup
==== GTK+ ====
* Fix inaccurate "active torrent" counts in the filterbar
* Fix display bug with magnet link names
==== Qt ====
* Fix crash when accessing a password-protected remote session
==== Web Client ====
* Fix bad redirect
=== Transmission 2.03 (2010/07/21) === === Transmission 2.03 (2010/07/21) ===
[http://trac.transmissionbt.com/query?milestone=2.03&group=component&groupdesc=1&order=severity All tickets closed by this release] [http://trac.transmissionbt.com/query?milestone=2.03&group=component&groupdesc=1&order=severity All tickets closed by this release]
==== Mac ==== ==== Mac ====

View File

@ -3,8 +3,8 @@ dnl STATUS: "X" for prerelease beta builds,
dnl "Z" for unsupported trunk builds, dnl "Z" for unsupported trunk builds,
dnl "0" for stable, supported releases dnl "0" for stable, supported releases
dnl these should be the only two lines you need to change dnl these should be the only two lines you need to change
m4_define([user_agent_prefix],[2.03+]) m4_define([user_agent_prefix],[2.04+])
m4_define([peer_id_prefix],[-TR203Z-]) m4_define([peer_id_prefix],[-TR204Z-])
AC_INIT([transmission], AC_INIT([transmission],
[user_agent_prefix], [user_agent_prefix],