From 15f99f264b5bf1042f5ed2d6de227ccd3c1fd87a Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 14 Dec 2008 04:56:57 +0000 Subject: [PATCH] (trunk) update version numbers for 1.41 --- NEWS | 6 +++--- configure.ac | 4 ++-- macosx/version.sh | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 76241fd56..448b3b783 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS file for Transmission -1.50 (2008/xx/yy) +1.50 (2008/mm/dd) - All Platforms + Support BitTorrent Enhancement Proposal #6 "Fast Extension" @@ -15,7 +15,7 @@ NEWS file for Transmission + Minor display improvements and HIG compliance -1.41 (2008/xx/yy) +1.41 (2008/12/dd) - All Platforms + Better peer management in large swarms @@ -24,7 +24,7 @@ NEWS file for Transmission + Honor the peer's BEP 10 reqq key, when available + Fix 1.40 "jumpy upload speed" bug + 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 + File selection & priority was reset when editing a torrent's tracker list + Fix autoconf/automake build warnings diff --git a/configure.ac b/configure.ac index 5a25997d7..7656d0d74 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ dnl STATUS: "X" for prerelease test builds, dnl "Z" for unsupported trunk builds, dnl "0" for stable, supported releases dnl these should be the only two lines you need to change -m4_define([user_agent_prefix],[1.40+]) -m4_define([peer_id_prefix],[-TR140Z-]) +m4_define([user_agent_prefix],[1.41+]) +m4_define([peer_id_prefix],[-TR141Z-]) AC_INIT([transmission], [user_agent_prefix], diff --git a/macosx/version.sh b/macosx/version.sh index 44d42cb38..3f1488d9d 100755 --- a/macosx/version.sh +++ b/macosx/version.sh @@ -7,8 +7,8 @@ # "Z" for unsupported trunk builds, # "0" for stable, supported releases # these should be the only two lines you need to change -PEERID_PREFIX="-TR140Z-" -USERAGENT_PREFIX="1.40+" +PEERID_PREFIX="-TR141Z-" +USERAGENT_PREFIX="1.41+" SVN_REVISION=`find -E ./libtransmission ./macosx \ -regex ".*\.([chmp]|cpp|po|sh)" \