Changeset 12440
- Timestamp:
- May 17, 2011, 10:16:11 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r12437 r12440 1 === Transmission 2.31 (2011/05/17) === 2 [http://trac.transmissionbt.com/query?milestone=2.31&group=component&order=severity All tickets closed by this release] 3 ==== All Platforms ==== 4 * This release fixes a pair of 2.30 packaging errors. 5 1 6 === Transmission 2.30 (2011/05/16) === 7 [http://trac.transmissionbt.com/query?milestone=2.30&group=component&order=severity All tickets closed by this release] 2 8 ==== All Platforms ==== 3 9 * µTP support … … 20 26 21 27 === Transmission 2.22 (2011/03/04) === 28 [http://trac.transmissionbt.com/query?milestone=2.22&group=component&order=severity All tickets closed by this release] 22 29 ==== All Platforms ==== 23 30 * Faster endgame … … 38 45 39 46 === Transmission 2.21 (2011/02/08) === 47 [http://trac.transmissionbt.com/query?milestone=2.21&group=component&order=severity All tickets closed by this release] 40 48 ==== All Platforms ==== 41 49 * Fix compile error in the the 2.20 tarball -
trunk/configure.ac
r12437 r12440 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.3 0])7 m4_define([peer_id_prefix],[-TR23 0X-])6 m4_define([user_agent_prefix],[2.31]) 7 m4_define([peer_id_prefix],[-TR2310-]) 8 8 9 9 AC_INIT([transmission],
Note: See TracChangeset
for help on using the changeset viewer.