diff --git a/NEWS b/NEWS index 0eb4900a8..c0fc8e813 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ NEWS file for Transmission + UPnP now performed by MiniUPnP + Option to prefer not using encryption + Restore `scrape' feature in the command-line interface client + + Updated icon - OS X: + Statistics window + Pieces Bar (return of Advanced Bar) @@ -16,7 +17,7 @@ NEWS file for Transmission - GTK+: + Statistics window -0.95 (2007/12/xx) +0.95 (2007/12/04) - All Platforms: + Fix router errors caused by sending too many tracker requests at once + Fix bug that let speed-limited torrents upload too quickly diff --git a/appcast.xml b/appcast.xml index 444c29e61..93484c8e4 100644 --- a/appcast.xml +++ b/appcast.xml @@ -6,26 +6,28 @@ Most recent version available. en Tue, 23 Oct 2007 23:20:00 -0400 - Sun, 25 Nov 2007 19:05:00 -0400 + Tue, 4 Dec 2007 22:45:00 -0400 - Transmission 0.94 Released + Transmission 0.95 Released Transmission Changes: +

Core Changes:

    -
  • 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
  • +
  • Fix router errors caused by sending too many tracker requests at once
  • +
  • Fix bug that let speed-limited torrents upload too quickly
  • +
  • Faster average upload speedse
  • +
  • Faster connection to peers after starting a torrent
  • +
  • Fix memory corruption error
  • +
  • Disable SWIFT for ratio-based trackers
  • +
+

Mac Changes:

+
    +
  • Leopard: Fix for NAT-PMP port mapping

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

]]>
- Sun, 25 Nov 2007 19:05:00 -0400 - + Tue, 4 Dec 2007 22:45:00 -0400 +
diff --git a/configure.ac b/configure.ac index e31594a9c..43e3658c0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ -AC_INIT([transmission],[0.94Z],[http://transmission.m0k.org/trac/newticket]) -PEERID_PREFIX="-TR094Z-" -USERAGENT_PREFIX="0.94+" +AC_INIT([transmission],[0.95Z],[http://transmission.m0k.org/trac/newticket]) +PEERID_PREFIX="-TR095Z-" +USERAGENT_PREFIX="0.95+" AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX]) AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX]) diff --git a/macosx/TransmissionHelp/TransmissionHelp.helpindex b/macosx/TransmissionHelp/TransmissionHelp.helpindex index 7f03ae479..a2fa0f386 100644 Binary files a/macosx/TransmissionHelp/TransmissionHelp.helpindex and b/macosx/TransmissionHelp/TransmissionHelp.helpindex differ diff --git a/macosx/version.sh b/macosx/version.sh index 66e53cc57..1913b9873 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="-TR094Z-" -USERAGENT_PREFIX="0.94+" +PEERID_PREFIX="-TR095Z-" +USERAGENT_PREFIX="0.95+" SVN_REVISION=`find ./ -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \