(trunk) update NEWS

This commit is contained in:
Charles Kerr 2010-01-11 16:11:28 +00:00
parent e49098f349
commit 8bb57959fe
1 changed files with 22 additions and 23 deletions

45
NEWS
View File

@ -1,27 +1,26 @@
=== Transmission 1.80 (2010/MM/DD) === === Transmission 1.80 (2010/MM/DD) ===
[http://trac.transmissionbt.com/query?milestone=1.80&group=component&groupdesc=1&order=severity All tickets closed by this release] [http://trac.transmissionbt.com/query?milestone=1.80&group=component&groupdesc=1&order=severity All tickets closed by this release]
==== All Platforms ==== ==== All Platforms ====
* Magnet link support * Add support for magnet links
* If a torrent has multiple tracker tiers, announce to them in parallel * Add support for trackerless torrents
* Add optional "incomplete directory" where partial downloads are stored * Add optional "incomplete directory" where partial downloads are stored
* Trackerless torrent support * Add .part to incomplete files' filenames
* Append .part to incomplete files * Get peers from each tier in a torrent's tracker list, rather than only one
* Fix vulnerability from maliciously-crafted torrent files that could overwrite other files
* Improved IPv6 support * Improved IPv6 support
* Faster management of very large peer lists * Improved PEX sharing with other peers
* IPv6 support for the DHT (dht-0.13) * Faster management of large peer lists
* Improved DHT bootstrapping * DHT improvements to bootstrapping and IPv6
* Improved PEX support * Newly-added torrents without local data don't wait in the "Verify Local Data" queue anymore
* Better prefetching of data * Add an OS hint to not cache local data during torrent verification
* Protect against potential data loss by maliciously-crafted torrent files
* Brand-new torrents with no downloaded data don't have to wait in the "Verify Local Data" queue
* Encrypted handshakes to peers now use less CPU * Encrypted handshakes to peers now use less CPU
* Fix "too many open files" issue in some environments * Better filtering of malformed IP addresses
* Filter out spurious IP addresses obtained through LTEP * Fix bug that gave "too many open files" error messages
* Fix potential crash on shutdown when port forwarding is disabled * Fix bug that could crash Transmission on shutdown
* Fix 1.7x error that could unpause or repause a torrent on startup * Fix bug that could unpause or repause a torrent on startup
* Add an OS hint to not cache torrent files during torrent verification * Slightly better IO performance by prefetching data to upload
* Various smaller bug fixes and performance tweaks * Other minor bug fixes and performance tweaks
* Add first-time user prompt as per the proposed "Informed P2P User Act" * Portability fixes for embedded systems
==== Mac ==== ==== Mac ====
* Redesigned trackers inspector tab with favicons and copy-paste functionality (paste lists of multiple trackers) * Redesigned trackers inspector tab with favicons and copy-paste functionality (paste lists of multiple trackers)
* Message log stores all messages and does real filtering * Message log stores all messages and does real filtering
@ -32,13 +31,13 @@
* German and Simplified Chinese localizations * German and Simplified Chinese localizations
* Removed Turkish localization because of lack of localizer * Removed Turkish localization because of lack of localizer
==== GTK+ ==== ==== GTK+ ====
* When creating a torrent, make it easier to auto-add that new torrent
* Added support for adding torrents by URL
* Add optional "download complete" sound using the XDG sound naming spec
* Support org.gnome.SessionManager interface for inhibiting hibernation * Support org.gnome.SessionManager interface for inhibiting hibernation
* Added support for adding torrents by URL or magnet link
* Add optional "download complete" sound using the XDG sound naming spec
* When creating a torrent, make it easier to auto-add that new torrent
* New statusbar "Ratio" icon submitted by jimmac * New statusbar "Ratio" icon submitted by jimmac
* Fix minor memory leaks * Fix minor memory leaks
* Minor GNOME HIG improvements * GNOME HIG improvements
==== Daemon ==== ==== Daemon ====
* Reload settings.json when receiving SIGHUP * Reload settings.json when receiving SIGHUP
* When running as a daemon, send log messages to syslog * When running as a daemon, send log messages to syslog
@ -50,7 +49,7 @@
* Add Select All / Deselect All buttons to the file inspector * Add Select All / Deselect All buttons to the file inspector
* Add version information in the preferences dialog * Add version information in the preferences dialog
* Ensure the context menu goes away when clicking on torrents * Ensure the context menu goes away when clicking on torrents
* Fix bug where the context menu could extend past the window's right or bottom edge * Fix bug that obscured part of the context menu
* Fix the turtle drop-down in IE * Fix the turtle drop-down in IE
=== Transmission 1.77 (2010/01/04) === === Transmission 1.77 (2010/01/04) ===