From 1fe9d15e3195e1cf6f5cdfd3840ea9cfad99272b Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Mon, 26 Nov 2007 00:08:43 +0000 Subject: [PATCH] update trunk's appcast and version info --- appcast.xml | 22 ++++++++++++---------- configure.ac | 6 +++--- macosx/version.sh | 4 ++-- 3 files changed, 17 insertions(+), 15 deletions(-) diff --git a/appcast.xml b/appcast.xml index 94b252683..444c29e61 100644 --- a/appcast.xml +++ b/appcast.xml @@ -6,24 +6,26 @@ Most recent version available. en Tue, 23 Oct 2007 23:20:00 -0400 - Mon, 12 Nov 2007 16:22:00 -0400 + Sun, 25 Nov 2007 19:05:00 -0400 - Transmission 0.93 Released + Transmission 0.94 Released Transmission Changes:
    -
  • Fix "router death" bug that impaired internet connectivity
  • -
  • Fix bug that could cause good peer connections to be lost
  • -
  • Tweak request queue code to improve download speeds
  • -
  • Better handling of very large files on 32bit systems
  • -
  • Consume less battery power on laptops
  • -
  • Fix minor IPC parsing error
  • +
  • Faster average download speeds
  • +
  • Automatically ban peers that send us too many corrupt pieces
  • +
  • Fix a crash that occurred if a peer sent us an incomplete message
  • +
  • Fix portmapping crash
  • +
  • Fix bug that left files open after their torrents were stopped
  • +
  • Fix 0.93 file permissions bug
  • +
  • Fix tracker redirect error
  • +
  • Fix LTEP PEX bug

TRANSMISSION 0.72 AND EARLIER: COMPLETE YOUR DOWNLOADS BEFORE UPGRADING OR YOU WILL LOSE DATA!

]]>
- Mon, 12 Nov 2007 16:22:00 -0400 - + Sun, 25 Nov 2007 19:05:00 -0400 +
diff --git a/configure.ac b/configure.ac index 88822f707..e31594a9c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ -AC_INIT([transmission],[0.93Z],[http://transmission.m0k.org/trac/newticket]) -PEERID_PREFIX="-TR093Z-" -USERAGENT_PREFIX="0.93+" +AC_INIT([transmission],[0.94Z],[http://transmission.m0k.org/trac/newticket]) +PEERID_PREFIX="-TR094Z-" +USERAGENT_PREFIX="0.94+" AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX]) AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX]) diff --git a/macosx/version.sh b/macosx/version.sh index bfb801990..66e53cc57 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="-TR093Z-" -USERAGENT_PREFIX="0.93+" +PEERID_PREFIX="-TR094Z-" +USERAGENT_PREFIX="0.94+" SVN_REVISION=`find ./ -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \