(trunk) update to 2.04+
This commit is contained in:
parent
a052a0e4c2
commit
69ca9706b9
14
NEWS
14
NEWS
|
@ -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) ===
|
||||
[http://trac.transmissionbt.com/query?milestone=2.03&group=component&groupdesc=1&order=severity All tickets closed by this release]
|
||||
==== Mac ====
|
||||
|
|
|
@ -3,8 +3,8 @@ dnl STATUS: "X" for prerelease beta builds,
|
|||
dnl "Z" for unsupported trunk builds,
|
||||
dnl "0" for stable, supported releases
|
||||
dnl these should be the only two lines you need to change
|
||||
m4_define([user_agent_prefix],[2.03+])
|
||||
m4_define([peer_id_prefix],[-TR203Z-])
|
||||
m4_define([user_agent_prefix],[2.04+])
|
||||
m4_define([peer_id_prefix],[-TR204Z-])
|
||||
|
||||
AC_INIT([transmission],
|
||||
[user_agent_prefix],
|
||||
|
|
Loading…
Reference in New Issue