Changeset 5894
- Timestamp:
- May 21, 2008, 9:06:59 PM (14 years ago)
- Location:
- branches/1.2x
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2x/NEWS
r5893 r5894 1 1 NEWS file for Transmission <http://www.transmissionbt.com/> 2 2 3 1.21 (2008/ mm/dd)3 1.21 (2008/05/21) 4 4 http://trac.transmissionbt.com/query?group=component&milestone=1.21&order=severity 5 5 - All Platforms 6 6 + Fix rare crash-on-startup bug 7 + Handle corrupt announce URLs in .torrent files more gracefully7 + Handle corrupt announce URLs in torrent files more gracefully 8 8 + Fix minor memory leak when closing torrents 9 9 - Mac … … 15 15 16 16 1.20 (2008/05/09) 17 http://trac.transmissionbt.com/query?group=component&milestone=1.20 &order=severity17 http://trac.transmissionbt.com/query?group=component&milestone=1.20 18 18 - All Platforms 19 19 + Support https tracker connections -
branches/1.2x/configure.ac
r5790 r5894 1 AC_INIT([transmission],[1.2 0],[http://trac.transmissionbt.com/newticket])2 PEERID_PREFIX="-TR12 00-"3 USERAGENT_PREFIX="1.2 0"1 AC_INIT([transmission],[1.21],[http://trac.transmissionbt.com/newticket]) 2 PEERID_PREFIX="-TR1210-" 3 USERAGENT_PREFIX="1.21" 4 4 AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX]) 5 5 AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX]) -
branches/1.2x/macosx/version.sh
r5790 r5894 8 8 # "0" for stable, supported releases 9 9 # these should be the only two lines you need to change 10 PEERID_PREFIX="-TR12 00-"11 USERAGENT_PREFIX="1.2 0"10 PEERID_PREFIX="-TR1210-" 11 USERAGENT_PREFIX="1.21" 12 12 13 13
Note: See TracChangeset
for help on using the changeset viewer.