- Timestamp:
- Jun 26, 2010, 11:52:18 PM (12 years ago)
- Location:
- branches/2.0x
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0x/NEWS
r10764 r10888 1 === Transmission 2.01 (2010/06/26) === 2 [http://trac.transmissionbt.com/query?milestone=2.01&group=component&groupdesc=1&order=severity All tickets closed by this release] 3 ==== All Platforms ==== 4 * Better tracker announce management of incomplete-dir torrents 5 * Speed up moving local data from one disk to another 6 * Better parsing of nonstandard magnet links 7 ==== Mac ==== 8 * If the seed ratio is already met when download completes, the Mac callback options do not occur 9 * Help buttons in Preferences no longer work 10 ==== GTK+ ==== 11 * Faster .torrent file parsing 12 * Magnet Link options dialog does not respect setting. 13 * Add an error popup if "Add URL" fails 14 ==== Qt ==== 15 * Fix crash after getting magnet torrent metadata 16 * Fix torrent ratio goals 17 * Fix "add torrent" dialog bug on KDE desktops that popped up previous torrents 18 * Fix 2.00 bug that prevented multiple instances from being run 19 * Fix remote mode bug that kept the torrent list from being shown 20 * Support encryption preferences in the Preferences dialog 21 * Use flagStr in the status field of the peer list 22 * Request a full refresh when changing the session source 23 * After removing a torrent list jumps to the very top 24 1 25 === Transmission 2.00 (2010/06/15) === 2 26 [http://trac.transmissionbt.com/query?milestone=2.00&group=component&groupdesc=1&order=severity All tickets closed by this release] -
branches/2.0x/configure.ac
r10881 r10888 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 0+])7 m4_define([peer_id_prefix],[-TR20 0Z-])6 m4_define([user_agent_prefix],[2.01]) 7 m4_define([peer_id_prefix],[-TR2010-]) 8 8 9 9 AC_INIT([transmission],
Note: See TracChangeset
for help on using the changeset viewer.