-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
53 lines (29 loc) · 858 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
aria2 1.35.0
============
Release Note
------------
This release fixes several bugs. See Changes for details.
Changes
-------
* Update mingw build dependencies
GH-1469
* Update android build dependencies
Update android build dependencies. Use android NDK r20 and build
aarch64 binary.
GH-1467
* Drop SSLv3.0 and TLSv1.0 and add TLSv1.3
TLSv1.3 support is added for GNUTLS and OpenSSL.
GH-1385
* Platform: Fix compilation without deprecated OpenSSL APIs
Patch from Rosen Penev
GH-1315
* Remove linux getrandom and use C++ stdlib instead
GH-1306
* Don't send Accept Metalink header if Metalink is disabled
GH-1300
* gnutls: Fix bug that commonName is always empty
GH-1214
* Fix openssl API version logic for libressl 2.7.x
Patch from Ben Chaney
GH-1213
* Fix build failure when InternalDHKeyExchange is used