From 2e1d1d013de0ac1a6ec761c1422f5a6b0dd4350f Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 25 Oct 2009 01:45:38 +0000 Subject: [PATCH] (trunk) update to 1.76+ --- NEWS | 16 ++++++++-------- configure.ac | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/NEWS b/NEWS index abb727bb9..b550626e1 100644 --- a/NEWS +++ b/NEWS @@ -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] ==== 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 manpage errors + * Fix minor manpage errors ==== Mac ==== * 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" ==== 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 invalid JSON "nan" error on optware ==== GTK+ ==== * 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 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 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 ==== * Fix crash when removing expired torrents from the display * Fix client from closing, rather than closing to the system tray, when clicking X diff --git a/configure.ac b/configure.ac index 3f31bec6a..c5609355f 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.75+]) -m4_define([peer_id_prefix],[-TR175Z-]) +m4_define([user_agent_prefix],[1.76+]) +m4_define([peer_id_prefix],[-TR176Z-]) AC_INIT([transmission], [user_agent_prefix],