From e25f03767fe18fcc8aac39145dadf41390b36f89 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sat, 9 Aug 2008 05:09:35 +0000 Subject: [PATCH] 1.32+ --- NEWS | 2 +- configure.ac | 6 +++--- macosx/version.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 3bc49fbce..f3a3c8917 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ NEWS file for Transmission 1.32 (2008/08/08) http://trac.transmissionbt.com/query?group=component&milestone=1.32 - All Platforms - + Fix a bug introduced in 1.30 that caused problems establishing tracker communication + + Fix bug introduced in 1.30 that caused problems establishing tracker communication + Creating torrent files for files >= 2 GB will result in 2 MB pieces - Mac + Fix bug where the proxy type was changed from SOCKS5 to SOCKS4 on launch diff --git a/configure.ac b/configure.ac index 58d019d8c..36c5d9e8b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ -AC_INIT([transmission],[1.32],[http://trac.transmissionbt.com/newticket]) -PEERID_PREFIX="-TR1320-" -USERAGENT_PREFIX="1.32" +AC_INIT([transmission],[1.32+],[http://trac.transmissionbt.com/newticket]) +PEERID_PREFIX="-TR132Z-" +USERAGENT_PREFIX="1.32+" AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX]) AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX]) diff --git a/macosx/version.sh b/macosx/version.sh index 33e41432d..db151bca6 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="-TR1320-" -USERAGENT_PREFIX="1.32" +PEERID_PREFIX="-TR132Z-" +USERAGENT_PREFIX="1.32+" SVN_REVISION=`find ./ -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \ -- 2.40.0