aria2/NEWS

71 lines
1.4 KiB
Plaintext
Raw Normal View History

2016-07-15 13:54:54 +00:00
aria2 1.25.0
2015-12-05 13:24:49 +00:00
============
Release Note
------------
2016-07-15 13:54:54 +00:00
This release fixes many bugs reported so far. There is no new
functionality in this release. We have fixed many performance issues
in BitTorrent downloads.
2015-12-05 13:24:49 +00:00
Changes
-------
2016-07-15 13:54:54 +00:00
* Update third-party libraries for binary releases
2015-12-05 13:24:49 +00:00
2016-07-15 13:54:54 +00:00
* Send have message without too much delay
2015-12-05 13:24:49 +00:00
2016-07-15 13:54:54 +00:00
Also send bitfield rather than have messages if bitfield message is
equal to or less than the sum of have messages which otherwise would
be sent.
2015-12-05 13:24:49 +00:00
2016-07-15 13:54:54 +00:00
* Fix bug that causes bogus EOF connection failure in BitTorrent
downloads
2015-12-05 13:24:49 +00:00
2016-07-15 13:54:54 +00:00
* Fix frequent interested/not interested message transmission
2015-12-05 13:24:49 +00:00
2016-07-15 13:54:54 +00:00
* Fix frequent choke/unchoke message transmission
2015-12-05 13:24:49 +00:00
2016-07-15 13:54:54 +00:00
* Try to use available URI if all pooled requests are sleeping
* Update expat in OSX build
2015-12-05 13:24:49 +00:00
2016-07-15 13:54:54 +00:00
Closes GH-694
2016-05-15 10:26:44 +00:00
2016-07-15 13:54:54 +00:00
* aria2mon: Add --secret option
2016-05-15 10:26:44 +00:00
2016-07-15 13:54:54 +00:00
Fixes GH-700
2016-05-15 10:26:44 +00:00
2016-07-15 13:54:54 +00:00
* Set server status error on network failure in server performance
profile
2016-05-15 10:26:44 +00:00
2016-07-15 13:54:54 +00:00
* Disable AI_ADDRCONFIG if no IPv4/IPv6 address is configured for any
interface
2016-05-15 10:26:44 +00:00
2016-07-15 13:54:54 +00:00
Fixes GH-698
2016-05-15 10:26:44 +00:00
2016-07-15 13:54:54 +00:00
* Russian manual: Update aria2c.rst
2016-05-15 10:26:44 +00:00
2016-07-15 13:54:54 +00:00
Patch from ITriskTI
2016-05-15 10:26:44 +00:00
2016-07-15 13:54:54 +00:00
* Apply --retry-wait on 503 only
2016-05-15 10:26:44 +00:00
2016-07-15 13:54:54 +00:00
* Ensure that lowest speed check is done even when download speed is 0
2016-05-15 10:26:44 +00:00
2016-07-15 13:54:54 +00:00
Fixes GH-686
2016-05-15 10:26:44 +00:00
2016-07-15 13:54:54 +00:00
* Document that -o is always relative to -d option
2016-05-15 10:26:44 +00:00
2016-07-15 13:54:54 +00:00
Fixes GH-684
2016-05-15 10:26:44 +00:00
2016-07-15 13:54:54 +00:00
* Allow larger ut_metadata size
Fixes GH-681
* mingw: Change FD_SETSIZE to 32768
Fixes GH-678
* Fix compile error on OS X
Fixes GH-683