first draft of 2.20 news
This commit is contained in:
parent
d1a7f70313
commit
bc91935bd8
32
NEWS
32
NEWS
|
@ -1,3 +1,31 @@
|
|||
=== Transmission 2.20 (2011/xx/yy) ===
|
||||
[http://trac.transmissionbt.com/query?milestone=2.20&group=component&order=severity All tickets closed by this release]
|
||||
==== All Platforms ====
|
||||
* Don't forget downloaded files when a drive is unplugged
|
||||
* File reverification is no longer needed in some situations
|
||||
* Fix "Too many open files" error
|
||||
* Show the total downloading and seeding time per torrent
|
||||
* Fix webseeds
|
||||
* Better support for IPv6-only trackers
|
||||
* Add the ability to shut down Transmission sessions via RPC
|
||||
* Improve support for running scripts when a torrent finishes downloading
|
||||
* Fix checksum error on platforms running uClibc 0.9.27 or older
|
||||
* Fix memmem() errors on Solaris
|
||||
==== Mac ====
|
||||
==== GTK+ ====
|
||||
* Added "Add" and "Remove" buttons to the tracker list
|
||||
* Added filesize column to the files list
|
||||
* Minor fixes
|
||||
==== Qt ====
|
||||
* Accept info_hash values in the "Add url..." dialog
|
||||
==== Daemon ====
|
||||
* Add "reannounce to tracker" option to transmission-remote
|
||||
* transmission-remote can now read auth info from environment variables
|
||||
==== Web Client ====
|
||||
* Right-clicking a torrent now works with Firefox / Firegestures / Ubuntu
|
||||
==== Utils ====
|
||||
* transmission-show now displays webseed information
|
||||
|
||||
=== Transmission 2.13 (2010/12/09) ===
|
||||
[http://trac.transmissionbt.com/query?milestone=2.13&group=component&order=severity All tickets closed by this release]
|
||||
==== All Platforms ====
|
||||
|
@ -10,7 +38,7 @@
|
|||
* Simplify editing the blocklist URL in the preferences window
|
||||
==== GTK+ ====
|
||||
* Unblur the statusbar icons
|
||||
* Fix truncation error in the Torrent Properties dialog.
|
||||
* Fix truncation error in the Torrent Properties dialog
|
||||
==== Qt ====
|
||||
* Fix crash when opening the Torrent Properties dialog on magnet links
|
||||
* Fix "undo" error when making changes in the Torrent Properties dialog
|
||||
|
@ -499,7 +527,7 @@
|
|||
* Fix 1.70 crash when setting options in the Properties dialog
|
||||
* Fix a rare crash in desktop notifications
|
||||
* Can now sort the file list by priority, download, and completeness
|
||||
* Adding a torrent from a browser sometimes didn't work.
|
||||
* Adding a torrent from a browser sometimes didn't work
|
||||
* Various usability improvements
|
||||
==== Daemon ====
|
||||
* Remote didn't always send the right Encoding header in requests
|
||||
|
|
Loading…
Reference in New Issue