From a0496b4199b091816d29b0ed8fe56f762738528a Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 11 May 2009 18:30:39 +0000 Subject: [PATCH] (trunk) bump to 1.61 --- NEWS | 4 ++-- configure.ac | 4 ++-- macosx/version.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index e50e0d214..d2f6785f9 100644 --- a/NEWS +++ b/NEWS @@ -7,11 +7,11 @@ NEWS file for Transmission + Fix locale error in the JSON parser - Qt + Various small bugfixes to the beta Qt client -- Daemon - + transmission-remote was unable to select torrents by their SHA1 hash - Web Client + Fix 1.60 error that failed to serve Web Client files on some embedded platforms + Add response header that allows static files to be cached on the client side +- Daemon + + transmission-remote was unable to select torrents by their SHA1 hash 1.53 (2009/05/11) - All Platforms diff --git a/configure.ac b/configure.ac index 2c010d415..5cc108a51 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ dnl STATUS: "X" for prerelease beta 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.60+]) -m4_define([peer_id_prefix],[-TR160Z-]) +m4_define([user_agent_prefix],[1.61]) +m4_define([peer_id_prefix],[-TR1610-]) AC_INIT([transmission], [user_agent_prefix], diff --git a/macosx/version.sh b/macosx/version.sh index 9bac8a442..91b78dcbb 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="-TR160Z-" -USERAGENT_PREFIX="1.60+" +PEERID_PREFIX="-TR1610-" +USERAGENT_PREFIX="1.61" SVN_REVISION=`find -E ./libtransmission ./macosx \ -regex ".*\.([chmp]|cpp|po|sh)" \ -- 2.40.0