Changeset 9995
- Timestamp:
- Jan 23, 2010, 12:01:26 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r9981 r9995 1 === Transmission 1.81 (2010/01/22) === 2 [http://trac.transmissionbt.com/query?milestone=1.81&group=component&groupdesc=1&order=severity All tickets closed by this release] 3 ==== All Platforms ==== 4 * Fix 1.80 bug that misparsed some magnet links 5 * Fix 1.80 bug that caused startup to be very sluggish for some people 6 1 7 === Transmission 1.80 (2010/01/20) === 2 8 [http://trac.transmissionbt.com/query?milestone=1.80&group=component&groupdesc=1&order=severity All tickets closed by this release] -
trunk/configure.ac
r9985 r9995 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.8 0+])7 m4_define([peer_id_prefix],[-TR18 0Z-])6 m4_define([user_agent_prefix],[1.81]) 7 m4_define([peer_id_prefix],[-TR1810-]) 8 8 9 9 AC_INIT([transmission],
Note: See TracChangeset
for help on using the changeset viewer.