]> granicus.if.org Git - transmission/commitdiff
(2.7x) bump to 2.76
authorJordan Lee <jordan@transmissionbt.com>
Sat, 5 Jan 2013 18:17:57 +0000 (18:17 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Sat, 5 Jan 2013 18:17:57 +0000 (18:17 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 83b455f5380f95906c447309c4c61353b3cbe3c4..4b75b3af3b8f24f89d118df2e7541f71ddbf0d51 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+=== Transmission 2.76 (2013/01/xx) ===
+[http://trac.transmissionbt.com/query?milestone=2.76&group=component&order=severity All tickets closed by this release]
+==== All Platforms ====
+  * Better error logging when user-provided scripts can't be executed
+  * The "Time Remaining" property wasn't set for torrents with webseeds but no peers
+  * Fix rare error that created a directory name "$HOME"
+==== Mac ====
+==== GTK+ Client ====
+  * Fix sort-by-age regression introduced in 2.74
+  * The "Edit Trackers" window didn't resize properly due to a 2.70 regression
+  * Raise the main window when presenting it from an App Indicator
+==== Qt Client ====
+  * Add magnet link support in transmission-qt.desktop
+  * Fix notification area bug that inhibited logouts & desktop hibernation
+  * Use the `video' icon when the torrent is an mkv or mp4 file
+  * Toggling the "Append '.part' to incomplete files' names" had no effect
+  * Fix display of the torrent name in the Torrent Options dialog
+  * Fix cursor point bug in the filterbar's entry field
+  * Fix crash when adding a magnet link while Transmission was only visible in the system tray
+==== Daemon ====
+  * Better watchdir support
+  * Documentation fixes in transmission-remote's manpage
+==== Web Client ====
+  * Fix indentation of the torrent list and toolbar buttons on mobile devices
+==== CLI ====
+  * If the Download directory doesn't exist, try to create it instead of exiting.
+
 === Transmission 2.75 (2012/12/13) ===
 [http://trac.transmissionbt.com/query?milestone=2.75&group=component&order=severity All tickets closed by this release]
 ==== Mac ====
index 0fc0b9c9a0630ed4bcd47ffd514c78b95543d706..ed720708d4df214a4e959280362187810b1ad1ca 100644 (file)
@@ -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],[2.75])
-m4_define([peer_id_prefix],[-TR2750-])
+m4_define([user_agent_prefix],[2.76])
+m4_define([peer_id_prefix],[-TR2760-])
 
 AC_INIT([transmission],[user_agent_prefix],[http://trac.transmissionbt.com/newticket])
 AC_SUBST(USERAGENT_PREFIX,[user_agent_prefix])