- Timestamp:
- Aug 6, 2010, 10:28:34 PM (12 years ago)
- Location:
- branches/2.0x
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0x/NEWS
r11029 r11140 1 === Transmission 2.04 (2010/08/06) === 2 [http://trac.transmissionbt.com/query?milestone=2.04&group=component&groupdesc=1&order=severity All tickets closed by this release] 3 ==== All Platforms ==== 4 * Fix display bug in tr_truncd() 5 ==== Mac ==== 6 * Fix bug that didn't initiate Local Peer Discovery on startup 7 * Fix display bug in the blocklist update dialog 8 ==== GTK+ ==== 9 * Torrent inaccurate "active torrent" counts in the filterbar 10 * Fix display bug when displaying magnet links' names 11 ==== Qt ==== 12 * Fix crash when accessing a password-protected remote session 13 ==== Web Client ==== 14 * Fix bad redirect 15 1 16 === Transmission 2.03 (2010/07/21) === 2 17 [http://trac.transmissionbt.com/query?milestone=2.03&group=component&groupdesc=1&order=severity All tickets closed by this release] -
branches/2.0x/configure.ac
r11028 r11140 4 4 dnl "0" for stable, supported releases 5 5 dnl these should be the only two lines you need to change 6 m4_define([user_agent_prefix],[2.0 3])7 m4_define([peer_id_prefix],[-TR20 30-])6 m4_define([user_agent_prefix],[2.04]) 7 m4_define([peer_id_prefix],[-TR2040-]) 8 8 9 9 AC_INIT([transmission],
Note: See TracChangeset
for help on using the changeset viewer.