diff --git a/NEWS b/NEWS index ecb029947..a5847a4c4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +=== Transmission 1.75 (2009/09/13) === +[http://trac.transmissionbt.com/query?milestone=1.75&group=component&groupdesc=1&order=severity All tickets closed by this release] +==== All Platforms ==== + * Don't wait so long on unresponsive trackers if there are other trackers to try + * Adding corrupt/invalid torrents could crash Transmission + * Fix 1.74 bug that caused a high CPU load on startup + * Fix 1.74 bug that stopped multitracker if a single tracker sent an error message + * Fix bug in converting other charsets to UTF-8 + * Handle HTTP redirects more gracefully + * Faster verification of local data for torrents with small piece size + * Fix 1.74 build error when compiling without DHT +==== Mac ==== + * Fix libcurl build issue that caused tracker connectivity problems on Snow Leopard + * Fix error when creating a torrent file while still changing the announce address +==== GTK+ ==== + * Fix "sort by time remaining" + * Fix the turtle toggle button on old versions of GTK+ + * Fix startup error if another copy of the Transmission GTK client is running + * Fix clang build issue + === Transmission 1.74 (2009/08/24) === [http://trac.transmissionbt.com/query?milestone=1.74&group=component&groupdesc=1&order=severity All tickets closed by this release] ==== All Platforms ==== diff --git a/configure.ac b/configure.ac index c04bdba1f..70c4a1329 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.74+]) -m4_define([peer_id_prefix],[-TR174Z-]) +m4_define([user_agent_prefix],[1.75+]) +m4_define([peer_id_prefix],[-TR175Z-]) AC_INIT([transmission], [user_agent_prefix], diff --git a/macosx/appcast/appcast.xml b/macosx/appcast/appcast.xml index 52a601936..a31e7f8d3 100644 --- a/macosx/appcast/appcast.xml +++ b/macosx/appcast/appcast.xml @@ -5,18 +5,18 @@ http://www.transmissionbt.com/appcast.xml Most recent version available. en - Mon, 24 August 2009 19:30:00 -0400 + Sun, 13 September 2009 23:30:00 -0400 - Transmission 1.74 + Transmission 1.75 http://www.transmissionbt.com/appcast/releasenotes.html - Mon, 24 August 2009 19:30:00 -0400 + Sun, 13 September 2009 23:30:00 -0400 10.5.0 diff --git a/macosx/appcast/releasenotes.html b/macosx/appcast/releasenotes.html index c6ee99a51..c23e1de0a 100644 --- a/macosx/appcast/releasenotes.html +++ b/macosx/appcast/releasenotes.html @@ -8,6 +8,7 @@ +
@@ -18,54 +19,21 @@
    -
  • 64-bit compatibility
  • -
  • Queuing system will not exclude transfers with tracker warnings
  • -
  • Links to original torrent files are no longer maintained
  • -
  • Better data recovery in the case of an OS or Transmission crash
  • -
  • If a data file is moved, stop the torrent instead of redownloading it
  • -
  • Fix bug that didn't list some peers in the resume file and in PEX
  • -
  • Fix bug where changing the global per-torrent peer connection limit did not affect the current session
  • -
  • Fix bug where changing settings through RPC would result in wrong values being saved for three fields
  • -
  • More helpful torrent error messages
  • -
  • Update to a newer snapshot of miniupnpc
  • +
  • Fix libcurl build issue that caused tracker connectivity problems on Snow Leopard
  • +
  • Don't wait so long on unresponsive trackers if there are other trackers to try
  • +
  • Adding corrupt/invalid torrents could crash Transmission
  • +
  • Fix 1.74 bug that caused a high CPU load on startup
  • +
  • Fix 1.74 bug that stopped multitracker if a single tracker sent an error message
  • +
  • Fix bug in converting other charsets to UTF-8
  • +
  • Handle HTTP redirects more gracefully
  • +
  • Faster verification of local data for torrents with small piece size
  • +
  • Fix error when creating a torrent file while still changing the announce address
-
- - - - - - - - -
-

Web Client Changes

-
-
    -
  • Progress bar shows seeding progress
  • -
  • Fix bug that displayed "%nan" when verifying a torrent
  • -
  • "Pause All" only appeared to pause torrents with peers until refresh
  • -
-
- -

For a full list of changes, click here.

- - - - - - - - -
-

Note

-
-

Transmission requires Mac OS X 10.5 or greater.

-
+

For a full list of changes, click here.