1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-06 19:48:15 +00:00

(trunk) update to 1.76+

This commit is contained in:
Mitchell Livingston 2009-10-25 01:45:38 +00:00
parent ffe75b3506
commit 2e1d1d013d
2 changed files with 10 additions and 10 deletions

16
NEWS
View file

@ -1,24 +1,24 @@
=== Transmission 1.76 (2009/mm/dd) === === Transmission 1.76 (2009/10/24) ===
[http://trac.transmissionbt.com/query?milestone=1.76&group=component&groupdesc=1&order=severity All tickets closed by this release] [http://trac.transmissionbt.com/query?milestone=1.76&group=component&groupdesc=1&order=severity All tickets closed by this release]
==== All Platforms ==== ==== All Platforms ====
* Fix possible data loss when moving torrents to where they already are * Fix potential data loss when moving torrents to where they already are
* Fix minor protocol error that didn't send a port message to some peers * Fix minor protocol error that didn't send a port message to some peers
* Fix manpage errors * Fix minor manpage errors
==== Mac ==== ==== Mac ====
* Fix a potential crasher on Snow Leopard * Fix a potential crasher on Snow Leopard
* When creating a torrent with multiple trackers, place each tracker into its own tier * When creating a multi-tracker torrent, give each tracker its own tier
* Fix display glitch when changing sort to "Queue Order" * Fix display glitch when changing sort to "Queue Order"
==== Daemon ==== ==== Daemon ====
* Fix possible data loss when using "transmission-remote --find" * Fix potential data loss when using "transmission-remote --find"
* Fix ratio-limit bug on some uClibc systems * Fix ratio-limit bug on some uClibc systems
* Fix invalid JSON "nan" error on optware * Fix invalid JSON "nan" error on optware
==== GTK+ ==== ==== GTK+ ====
* Fix crash in the Preferences dialog when testing to see if the port is open * Fix crash in the Preferences dialog when testing to see if the port is open
* Fix crash on exit when a torrent's Properties dialog is open * Fix crash on exit when a torrent's Properties dialog is open
* Fix broken SIGINT (ctrl-c) handling
* Fix tray menu's main window status when Transmission is started minimized
* Fix 1.61 build failure on systems with new versions of glib but older versions of gtk
* Fix tracker address display error in the torrent Properties dialog * Fix tracker address display error in the torrent Properties dialog
* Fix tray menu's main window status when Transmission is started minimized
* Fix broken SIGINT (ctrl-c) handling
* Fix 1.61 build failure on systems with new versions of glib but older versions of gtk
==== Qt ==== ==== Qt ====
* Fix crash when removing expired torrents from the display * Fix crash when removing expired torrents from the display
* Fix client from closing, rather than closing to the system tray, when clicking X * Fix client from closing, rather than closing to the system tray, when clicking X

View file

@ -3,8 +3,8 @@ dnl STATUS: "X" for prerelease beta builds,
dnl "Z" for unsupported trunk builds, dnl "Z" for unsupported trunk builds,
dnl "0" for stable, supported releases dnl "0" for stable, supported releases
dnl these should be the only two lines you need to change dnl these should be the only two lines you need to change
m4_define([user_agent_prefix],[1.75+]) m4_define([user_agent_prefix],[1.76+])
m4_define([peer_id_prefix],[-TR175Z-]) m4_define([peer_id_prefix],[-TR176Z-])
AC_INIT([transmission], AC_INIT([transmission],
[user_agent_prefix], [user_agent_prefix],