aria2/NEWS

41 lines
833 B
Plaintext
Raw Permalink Normal View History

2016-03-15 14:40:42 +00:00
aria2 1.21.0
2015-12-05 13:24:49 +00:00
============
Release Note
------------
2016-03-15 14:40:42 +00:00
This release fixes several bugs, see the Changes for details. We
added "following" key to the response of aria2.tellStatus RPC method
as reverse link for followedBy.
2015-12-05 13:24:49 +00:00
Changes
-------
2016-03-15 14:40:42 +00:00
* SessionSerializer: Fix bug that pause=true is added to wrong item
2015-12-05 13:24:49 +00:00
2016-03-15 14:40:42 +00:00
This change also defers writing metadata download to the location
where first its follower download is written.
2015-12-05 13:24:49 +00:00
2016-03-15 14:40:42 +00:00
* Add "following" to aria2.tellStatus response key as reverse link for
followedBy
2015-12-05 13:24:49 +00:00
2016-03-15 14:40:42 +00:00
* mingw: Add warning for falloc
2015-12-05 13:24:49 +00:00
2016-03-15 14:40:42 +00:00
* Update ciphers in AppleTLS
2015-12-05 13:24:49 +00:00
2016-03-15 14:40:42 +00:00
Also enable fast start while at it
2015-12-05 13:24:49 +00:00
2016-03-15 14:40:42 +00:00
* OSX: Enable libssh2 and sftp
2015-12-05 13:24:49 +00:00
2016-03-15 14:40:42 +00:00
Closes GH-468
2015-12-05 13:24:49 +00:00
2016-03-15 14:40:42 +00:00
* Update OSX dependencies
2015-12-05 13:24:49 +00:00
2016-03-15 14:40:42 +00:00
Closes GH-466
2015-12-05 13:24:49 +00:00
2016-03-15 14:40:42 +00:00
* Fix compile error without TLS support
2015-12-05 13:24:49 +00:00
2016-03-15 14:40:42 +00:00
* Add support for using gnutls system wide crypto policy
2015-12-05 13:24:49 +00:00
2016-03-15 14:40:42 +00:00
Patch from Athmane Madjoudj