Changeset 10221
- Timestamp:
- Feb 16, 2010, 4:00:31 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r10218 r10221 1 === Transmission 1.90 (2010/02/ xx) ===1 === Transmission 1.90 (2010/02/16) === 2 2 [http://trac.transmissionbt.com/query?milestone=1.90&group=component&groupdesc=1&order=severity All tickets closed by this release] 3 3 ==== All Platforms ==== … … 12 12 * Magnet link improvements 13 13 * Don't let "Disk is full" errors cause loss of configuration files 14 * Faster parsing of bencoded data, such as .torrent files 14 15 ==== Mac ==== 15 16 * Display information for all selected transfers in the inspector's tracker and peer tabs -
trunk/configure.ac
r10204 r10221 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],[1. 83+])7 m4_define([peer_id_prefix],[-TR1 83Z-])6 m4_define([user_agent_prefix],[1.90]) 7 m4_define([peer_id_prefix],[-TR1900-]) 8 8 9 9 AC_INIT([transmission],
Note: See TracChangeset
for help on using the changeset viewer.