aria2/NEWS

54 lines
858 B
Plaintext
Raw Normal View History

2019-10-06 00:59:16 +00:00
aria2 1.35.0
2016-09-17 00:09:13 +00:00
============
Release Note
------------
2018-05-15 12:32:40 +00:00
This release fixes several bugs. See Changes for details.
2015-12-05 13:24:49 +00:00
Changes
-------
2019-10-06 00:59:16 +00:00
* Update mingw build dependencies
2015-12-05 13:24:49 +00:00
2019-10-06 00:59:16 +00:00
GH-1469
2015-12-05 13:24:49 +00:00
2019-10-06 00:59:16 +00:00
* Update android build dependencies
2015-12-05 13:24:49 +00:00
2019-10-06 00:59:16 +00:00
Update android build dependencies. Use android NDK r20 and build
aarch64 binary.
2016-05-15 10:26:44 +00:00
2019-10-06 00:59:16 +00:00
GH-1467
2016-05-15 10:26:44 +00:00
2019-10-06 00:59:16 +00:00
* Drop SSLv3.0 and TLSv1.0 and add TLSv1.3
2016-05-15 10:26:44 +00:00
2019-10-06 00:59:16 +00:00
TLSv1.3 support is added for GNUTLS and OpenSSL.
2016-05-15 10:26:44 +00:00
2019-10-06 00:59:16 +00:00
GH-1385
2017-05-17 13:19:10 +00:00
2019-10-06 00:59:16 +00:00
* Platform: Fix compilation without deprecated OpenSSL APIs
2017-05-17 13:19:10 +00:00
2019-10-06 00:59:16 +00:00
Patch from Rosen Penev
2017-05-17 13:19:10 +00:00
2019-10-06 00:59:16 +00:00
GH-1315
2017-05-17 13:19:10 +00:00
2019-10-06 00:59:16 +00:00
* Remove linux getrandom and use C++ stdlib instead
2017-05-17 13:19:10 +00:00
2019-10-06 00:59:16 +00:00
GH-1306
2017-05-17 13:19:10 +00:00
2019-10-06 00:59:16 +00:00
* Don't send Accept Metalink header if Metalink is disabled
2017-05-17 13:19:10 +00:00
2019-10-06 00:59:16 +00:00
GH-1300
2017-05-17 13:19:10 +00:00
2019-10-06 00:59:16 +00:00
* gnutls: Fix bug that commonName is always empty
2017-05-17 13:19:10 +00:00
2019-10-06 00:59:16 +00:00
GH-1214
2017-05-17 13:19:10 +00:00
2019-10-06 00:59:16 +00:00
* Fix openssl API version logic for libressl 2.7.x
2017-05-17 13:19:10 +00:00
2019-10-06 00:59:16 +00:00
Patch from Ben Chaney
2017-05-17 13:19:10 +00:00
2019-10-06 00:59:16 +00:00
GH-1213
* Fix build failure when InternalDHKeyExchange is used