From 221a975c7cfdf3e203405a527b5101b74a045c8b Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Tue, 22 Jan 2008 20:54:29 +0000 Subject: [PATCH] update trunk to 1.02+ --- appcast.xml | 22 +++++++--------------- configure.ac | 6 +++--- macosx/version.sh | 4 ++-- 3 files changed, 12 insertions(+), 20 deletions(-) diff --git a/appcast.xml b/appcast.xml index 48a797ee5..4394d8ac5 100644 --- a/appcast.xml +++ b/appcast.xml @@ -6,29 +6,21 @@ Most recent version available. en Thu, 4 Jan 2008 15:30:00 -0400 - Thu, 11 Jan 2008 15:40:00 -0400 + Tue, 22 Jan 2008 15:44:00 -0400 - Transmission 1.01 Released + Transmission 1.02 Released Core Changes:
    -
  • Fix 1.00 freezing issue
  • -
  • Fix 1.00 assertion failure
  • -
  • Improve initial connection speed
  • -
  • Added connection throttle to avoid router overload
  • -
  • Improve reconnection to peers with imperfect network connections
  • -
-

Mac Changes:

-
    -
  • Leopard: Double-click icon to reveal in Finder, progress string to toggle selected and total, and anywhere else to toggle the inspector
  • -
  • Leopard: Better behavior with Time Machine
  • -
  • Fix bugs with Clutch support
  • +
  • Fix 1.00 bug that choked some models of routers
  • +
  • Fix 1.00 crash in peer handshake
  • +
  • Fix 1.01 bug that sometimes froze the app for a long time
Transmission 0.72 and earlier: Complete your downloads before upgrading or you will lose data!]]>
- Thu, 4 Jan 2008 15:40:00 -0400 - + Tue, 22 Jan 2008 15:44:00 -0400 +
diff --git a/configure.ac b/configure.ac index 6ad4906ee..15737e2e6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ -AC_INIT([transmission],[1.01Z],[http://trac.transmissionbt.com/newticket]) -PEERID_PREFIX="-TR101Z-" -USERAGENT_PREFIX="1.01+" +AC_INIT([transmission],[1.02Z],[http://trac.transmissionbt.com/newticket]) +PEERID_PREFIX="-TR102Z-" +USERAGENT_PREFIX="1.02+" AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX]) AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX]) diff --git a/macosx/version.sh b/macosx/version.sh index 75e8bb3b6..cad313819 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="-TR101Z-" -USERAGENT_PREFIX="1.01+" +PEERID_PREFIX="-TR102Z-" +USERAGENT_PREFIX="1.02+" SVN_REVISION=`find ./ -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \