forked from aria2/aria2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
41 lines (25 loc) · 931 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
aria2 1.27.0
============
Release Note
------------
This release fixes bug which may cause crash if UDP tracker is used.
It adds new option --save-not-found which prevents downloads failed by
"not found" error from being saved in session file.
Changes
-------
* Hard-disable openssl in osx build
Closes #739
* Fix possible cause of crash if UDP tracker is used
* Remove custom ftruncate64 for Android
The latest NDK versions support ftruncate64, so building a local
copy of ftruncate64 is no longer needed.
Also, the arm and x86 builds of ftruncate64 failed when targeting
API level 21 or higher, as they include <linux/err.h> which are not
present starting from API level 21.
Patch from Fredrik Fornwall
* Fix typo found by Debian's Lintian
* Add --save-not-found option
* Update comment to match code
Patch from Torbjörn Lönnemark
* WinTLS: Better errors (from WSA)
* Compile with openssl 1.1.0