This commit is contained in:
Mitchell Livingston 2008-08-09 05:09:35 +00:00
parent fe8cd522ff
commit e25f03767f
3 changed files with 6 additions and 6 deletions

2
NEWS
View File

@ -3,7 +3,7 @@ NEWS file for Transmission <http://www.transmissionbt.com/>
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

View File

@ -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])

View File

@ -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" | \