mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
update trunk to 2.03+
This commit is contained in:
parent
ae5129b913
commit
05c1879b22
2 changed files with 7 additions and 2 deletions
5
NEWS
5
NEWS
|
@ -1,3 +1,8 @@
|
||||||
|
=== 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 ====
|
||||||
|
* Fix 2.02 bug where new transfers could not be added and the inspector would not appear
|
||||||
|
|
||||||
=== Transmission 2.02 (2010/07/19) ===
|
=== Transmission 2.02 (2010/07/19) ===
|
||||||
[http://trac.transmissionbt.com/query?milestone=2.02&group=component&groupdesc=1&order=severity All tickets closed by this release]
|
[http://trac.transmissionbt.com/query?milestone=2.02&group=component&groupdesc=1&order=severity All tickets closed by this release]
|
||||||
==== All Platforms ====
|
==== All Platforms ====
|
||||||
|
|
|
@ -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.02+])
|
m4_define([user_agent_prefix],[2.03+])
|
||||||
m4_define([peer_id_prefix],[-TR202Z-])
|
m4_define([peer_id_prefix],[-TR203Z-])
|
||||||
|
|
||||||
AC_INIT([transmission],
|
AC_INIT([transmission],
|
||||||
[user_agent_prefix],
|
[user_agent_prefix],
|
||||||
|
|
Loading…
Reference in a new issue