mirror of
https://github.com/transmission/transmission
synced 2025-02-20 13:16:53 +00:00
(trunk) rough draft for 1.90's NEWS announcement
This commit is contained in:
parent
ce980afe50
commit
7bbdb14b50
1 changed files with 32 additions and 0 deletions
32
NEWS
32
NEWS
|
@ -1,3 +1,35 @@
|
|||
=== Transmission 1.83 (2010/02/xx) ===
|
||||
[http://trac.transmissionbt.com/query?milestone=1.90&group=component&groupdesc=1&order=severity All tickets closed by this release]
|
||||
==== All Platforms ====
|
||||
* Add an option to disable the ".part" suffix for incomplete files
|
||||
* Fix 1.81 bug that broke HTTP requests to sites that gave HTTP 301 redirects
|
||||
* Fix 1.8x seed-ratio bug that could cause some inaccurate tracker announces
|
||||
* Fix 1.8x bug in announcing partial seeds
|
||||
* Try harder to make announces to finish, even if the tracker responds slowly
|
||||
* Fix buf that didn't honor download speed limits of 0
|
||||
* Use fallocate64() for fast file preallocation on systems that support it
|
||||
* Magnet link improvements
|
||||
* Don't let "Disk is full" errors cause us to lose configuration files
|
||||
==== Mac ====
|
||||
* FIXME(livings)
|
||||
* Fix crash when updating the blocklist
|
||||
* Fix bug that disabled scheduled "turtle mode" times after laptop sleep
|
||||
==== GTK+ ====
|
||||
* Give more helpful error messages if "Set Location" or "Add Magnet Link" fail
|
||||
* Add optional support for libappindicator
|
||||
* Minor build fixes
|
||||
==== Daemon ====
|
||||
* Add transmission-remote support for port testing and blocklist updating
|
||||
* Add transmission-daemon support for incomplete-dir, dht, and seedratio
|
||||
* If settings.json is corrupt, give an error telling where the error is
|
||||
* Add option to specify where log messages should be written
|
||||
==== Web Client ====
|
||||
* Add a tracker tab to the Torrent Inspector
|
||||
* Fix a 1.8x display error when showing magnet links' information
|
||||
==== Qt ====
|
||||
* Fix bug that prevented torrents from being added via web browsers
|
||||
|
||||
|
||||
=== Transmission 1.83 (2010/01/28) ===
|
||||
[http://trac.transmissionbt.com/query?milestone=1.83&group=component&groupdesc=1&order=severity All tickets closed by this release]
|
||||
==== All Platforms ====
|
||||
|
|
Loading…
Reference in a new issue