(trunk) update version numbers for 1.41

This commit is contained in:
Mitchell Livingston 2008-12-14 04:56:57 +00:00
parent 40037c763f
commit 15f99f264b
3 changed files with 7 additions and 7 deletions

6
NEWS
View File

@ -1,7 +1,7 @@
NEWS file for Transmission <http://www.transmissionbt.com/> NEWS file for Transmission <http://www.transmissionbt.com/>
1.50 (2008/xx/yy) 1.50 (2008/mm/dd)
<http://trac.transmissionbt.com/query?milestone=1.50&group=component&groupdesc=1&order=severity> <http://trac.transmissionbt.com/query?milestone=1.50&group=component&groupdesc=1&order=severity>
- All Platforms - All Platforms
+ Support BitTorrent Enhancement Proposal #6 "Fast Extension" + Support BitTorrent Enhancement Proposal #6 "Fast Extension"
@ -15,7 +15,7 @@ NEWS file for Transmission <http://www.transmissionbt.com/>
+ Minor display improvements and HIG compliance + Minor display improvements and HIG compliance
1.41 (2008/xx/yy) 1.41 (2008/12/dd)
<http://trac.transmissionbt.com/query?milestone=1.41&group=component&groupdesc=1&order=severity> <http://trac.transmissionbt.com/query?milestone=1.41&group=component&groupdesc=1&order=severity>
- All Platforms - All Platforms
+ Better peer management in large swarms + Better peer management in large swarms
@ -24,7 +24,7 @@ NEWS file for Transmission <http://www.transmissionbt.com/>
+ Honor the peer's BEP 10 reqq key, when available + Honor the peer's BEP 10 reqq key, when available
+ Fix 1.40 "jumpy upload speed" bug + Fix 1.40 "jumpy upload speed" bug
+ Fix handshake peer_id error + Fix handshake peer_id error
+ Corrrectly handle Windows-style newlines in bluetack blocklists + Corrrectly handle Windows-style newlines in Bluetack blocklists
+ More accurate bandwidth measurement + More accurate bandwidth measurement
+ File selection & priority was reset when editing a torrent's tracker list + File selection & priority was reset when editing a torrent's tracker list
+ Fix autoconf/automake build warnings + Fix autoconf/automake build warnings

View File

@ -3,8 +3,8 @@ dnl STATUS: "X" for prerelease test builds,
dnl "Z" for unsupported trunk builds, dnl "Z" for unsupported trunk builds,
dnl "0" for stable, supported releases dnl "0" for stable, supported releases
dnl these should be the only two lines you need to change dnl these should be the only two lines you need to change
m4_define([user_agent_prefix],[1.40+]) m4_define([user_agent_prefix],[1.41+])
m4_define([peer_id_prefix],[-TR140Z-]) m4_define([peer_id_prefix],[-TR141Z-])
AC_INIT([transmission], AC_INIT([transmission],
[user_agent_prefix], [user_agent_prefix],

View File

@ -7,8 +7,8 @@
# "Z" for unsupported trunk builds, # "Z" for unsupported trunk builds,
# "0" for stable, supported releases # "0" for stable, supported releases
# these should be the only two lines you need to change # these should be the only two lines you need to change
PEERID_PREFIX="-TR140Z-" PEERID_PREFIX="-TR141Z-"
USERAGENT_PREFIX="1.40+" USERAGENT_PREFIX="1.41+"
SVN_REVISION=`find -E ./libtransmission ./macosx \ SVN_REVISION=`find -E ./libtransmission ./macosx \
-regex ".*\.([chmp]|cpp|po|sh)" \ -regex ".*\.([chmp]|cpp|po|sh)" \