Changeset 4991
- Timestamp:
- Feb 9, 2008, 3:52:02 AM (15 years ago)
- Location:
- branches/1.0x
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0x/NEWS
r4990 r4991 1 1 NEWS file for Transmission <http://www.transmissionbt.com/> 2 2 3 1.05 (2008/02/ yy)4 - All Platforms: 5 + Fix 1.04 crash when parsing torrent files3 1.05 (2008/02/08) 4 - All Platforms: 5 + Fix 1.04 crash when parsing bencoded data 6 6 + Packaging improvements 7 7 - Mac -
branches/1.0x/configure.ac
r4968 r4991 1 AC_INIT([transmission],[1.0 4],[http://trac.transmissionbt.com/newticket])2 PEERID_PREFIX="-TR10 40-"3 USERAGENT_PREFIX="1.0 4"1 AC_INIT([transmission],[1.05],[http://trac.transmissionbt.com/newticket]) 2 PEERID_PREFIX="-TR1050-" 3 USERAGENT_PREFIX="1.05" 4 4 AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX]) 5 5 AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX]) -
branches/1.0x/macosx/version.sh
r4887 r4991 8 8 # "0" for stable, supported releases 9 9 # these should be the only two lines you need to change 10 PEERID_PREFIX="-TR10 40-"11 USERAGENT_PREFIX="1.0 4"10 PEERID_PREFIX="-TR1050-" 11 USERAGENT_PREFIX="1.05" 12 12 13 13
Note: See TracChangeset
for help on using the changeset viewer.