Changeset 13209
- Timestamp:
- Feb 8, 2012, 3:47:39 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r13208 r13209 1 2 1 === Transmission 2.50 (2012/02/xx) === 3 2 [http://trac.transmissionbt.com/query?milestone=2.50&group=component&order=severity All tickets closed by this release] 4 3 ==== All Platforms ==== 5 4 * Fix crash when adding some magnet links 5 * Improved support for downloading webseeds with large files 6 * Gracefully handle incorrectly-compressed data from webseed downloads 7 * Fairer bandwidth distribution across connected peers 8 * Use less CPU when calculating undownloaded portions of large torrents 9 * Use the Selection Algorithm, rather than sorting, to select peer candidates 10 * If the OS has its own copy of natpmp, prefer it over our bundled version 6 11 * Fix Fails-To-Build error on Solaris 10 from use of mkdtemp() 7 12 * Fix Fails-To-Build error on FreeBSD from use of alloca() 8 13 * Fix Fails-To-Build error when building without a C++ compiler for libuTP 9 * Improved support for downloading webseeds with large files 10 * Fairer bandwidth distribution across connected peers 11 * Use less CPU when calculating undownloaded portions of large torrents 12 * Use the Selection Algorithm, rather than sorting, to select peer candidates 13 * Gracefully handle incorrectly-compressed data from webseed downloads 14 * If the OS has its own copy of natpmp, prefer it over our bundled version 15 ==== Mac ==== 16 * FIXME 14 ==== Mac ==== 15 * Animated rows in the main window (Lion only) 16 * Quarantine downloaded files (to protect against malware) 17 * The inspector no longer floats above other windows (by popular demand) 18 * Mist notifications: basic notification support for users without Growl 19 * Support pasting a torrent file URL into the main window (Lion only) 20 * Minor interface tweaks and bug fixes 17 21 ==== GTK+ ==== 18 22 * Fix regression that broke the "--minimized" command-line argument … … 21 25 * Fix FTB when building without libuTP support on Debian 22 26 ==== Web Client ==== 23 * Fix runtime errors in IE 9 24 * Allow sorting by size 25 * Upgrade to jQuery 1.7 26 * The toolbar's tracker and state filters now use browser-builtin radiobuttons 27 * Filtering by state and tracker 28 * Sorting by size 29 * Larger toolbar buttons to make them easier to press 27 30 * Fix the torrent size and time remaining in the inspector's details tab 28 31 * Bundle jQuery and the stylesheets to avoid third-party CDNs 29 * Make the toolbar buttons a little larger so they'll be easier to press 32 * Upgrade to jQuery 1.7.1 33 * Fix runtime errors in IE 9 34 * Minor interface tweaks 30 35 ==== Daemon ==== 31 36 * Fix corrupted status string in transmission-remote
Note: See TracChangeset
for help on using the changeset viewer.