another NEWS revision

This commit is contained in:
Jordan Lee 2012-02-08 03:52:54 +00:00
parent 44b1eecf12
commit 597285830b
1 changed files with 4 additions and 1 deletions

5
NEWS
View File

@ -7,6 +7,7 @@
* Fairer bandwidth distribution across connected peers * Fairer bandwidth distribution across connected peers
* Use less CPU when calculating undownloaded portions of large torrents * Use less CPU when calculating undownloaded portions of large torrents
* Use the Selection Algorithm, rather than sorting, to select peer candidates * Use the Selection Algorithm, rather than sorting, to select peer candidates
* Use base-2 units when displaying bandwidth speed and disk space
* If the OS has its own copy of natpmp, prefer it over our bundled version * If the OS has its own copy of natpmp, prefer it over our bundled version
* Fix Fails-To-Build error on Solaris 10 from use of mkdtemp() * Fix Fails-To-Build error on Solaris 10 from use of mkdtemp()
* Fix Fails-To-Build error on FreeBSD from use of alloca() * Fix Fails-To-Build error on FreeBSD from use of alloca()
@ -21,6 +22,7 @@
==== GTK+ ==== ==== GTK+ ====
* Fix regression that broke the "--minimized" command-line argument * Fix regression that broke the "--minimized" command-line argument
* Instead of notify-send, use the org.freedesktop.Notifications DBus API * Instead of notify-send, use the org.freedesktop.Notifications DBus API
* Fix a handful of small memory leaks
==== Qt ==== ==== Qt ====
* Fix FTB when building without libuTP support on Debian * Fix FTB when building without libuTP support on Debian
==== Web Client ==== ==== Web Client ====
@ -30,8 +32,9 @@
* Fix the torrent size and time remaining in the inspector's details tab * Fix the torrent size and time remaining in the inspector's details tab
* Bundle jQuery and the stylesheets to avoid third-party CDNs * Bundle jQuery and the stylesheets to avoid third-party CDNs
* Upgrade to jQuery 1.7.1 * Upgrade to jQuery 1.7.1
* Fix runtime errors in IE 9 * Fix runtime errors in IE 8, IE 9, and Opera
* Minor interface tweaks * Minor interface tweaks
* Revise CSS stylesheets to use SASS
==== Daemon ==== ==== Daemon ====
* Fix corrupted status string in transmission-remote * Fix corrupted status string in transmission-remote