Changeset 4991


Ignore:
Timestamp:
Feb 9, 2008, 3:52:02 AM (15 years ago)
Author:
charles
Message:

make news accurate. bump version number.

Location:
branches/1.0x
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0x/NEWS

    r4990 r4991  
    11NEWS file for Transmission <http://www.transmissionbt.com/>
    22
    3 1.05 (2008/02/yy)
    4 - All Platforms:
    5    + Fix 1.04 crash when parsing torrent files
     31.05 (2008/02/08)
     4- All Platforms:
     5   + Fix 1.04 crash when parsing bencoded data
    66   + Packaging improvements
    77- Mac
  • branches/1.0x/configure.ac

    r4968 r4991  
    1 AC_INIT([transmission],[1.04],[http://trac.transmissionbt.com/newticket])
    2 PEERID_PREFIX="-TR1040-"
    3 USERAGENT_PREFIX="1.04"
     1AC_INIT([transmission],[1.05],[http://trac.transmissionbt.com/newticket])
     2PEERID_PREFIX="-TR1050-"
     3USERAGENT_PREFIX="1.05"
    44AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX])
    55AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX])
  • branches/1.0x/macosx/version.sh

    r4887 r4991  
    88#         "0" for stable, supported releases
    99# these should be the only two lines you need to change
    10 PEERID_PREFIX="-TR1040-"
    11 USERAGENT_PREFIX="1.04"
     10PEERID_PREFIX="-TR1050-"
     11USERAGENT_PREFIX="1.05"
    1212
    1313
Note: See TracChangeset for help on using the changeset viewer.