Changeset 8615


Ignore:
Timestamp:
Jun 4, 2009, 8:28:10 PM (14 years ago)
Author:
charles
Message:

(1.5x) update news and bump version to 1.54

Location:
branches/1.5x
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/1.5x/NEWS

    r8542 r8615  
    11NEWS file for Transmission <http://www.transmissionbt.com/>
    22
    3 1.54 (2009/xx/yy)
     31.54 (2009/06/04)
    44- All Platforms
    55   + Fix small bugs and memory leaks
  • branches/1.5x/configure.ac

    r8455 r8615  
    44dnl         "0" for stable, supported releases
    55dnl these should be the only two lines you need to change
    6 m4_define([user_agent_prefix],[1.53])
    7 m4_define([peer_id_prefix],[-TR1530-])
     6m4_define([user_agent_prefix],[1.54])
     7m4_define([peer_id_prefix],[-TR1540-])
    88
    99AC_INIT([transmission],
  • branches/1.5x/macosx/version.sh

    r8379 r8615  
    88#         "0" for stable, supported releases
    99# these should be the only two lines you need to change
    10 PEERID_PREFIX="-TR1530-"
    11 USERAGENT_PREFIX="1.53"
     10PEERID_PREFIX="-TR1540-"
     11USERAGENT_PREFIX="1.54"
    1212
    1313SVN_REVISION=`find -E ./libtransmission ./macosx                     \
Note: See TracChangeset for help on using the changeset viewer.