2016-09-17 00:09:13 +00:00
|
|
|
|
aria2 1.27.1
|
|
|
|
|
============
|
|
|
|
|
|
|
|
|
|
Release Note
|
|
|
|
|
------------
|
|
|
|
|
|
|
|
|
|
This release fixes the packaging bug that libssl_compat.h is missing
|
|
|
|
|
in the tar balls.
|
|
|
|
|
|
|
|
|
|
Changes
|
|
|
|
|
-------
|
|
|
|
|
|
|
|
|
|
* Add missing libssl_compat.h to SRCS
|
|
|
|
|
|
|
|
|
|
GH-744
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2016-09-16 12:17:44 +00:00
|
|
|
|
aria2 1.27.0
|
2015-12-05 13:24:49 +00:00
|
|
|
|
============
|
|
|
|
|
|
|
|
|
|
Release Note
|
|
|
|
|
------------
|
|
|
|
|
|
2016-09-16 12:17:44 +00:00
|
|
|
|
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.
|
2015-12-05 13:24:49 +00:00
|
|
|
|
|
|
|
|
|
Changes
|
|
|
|
|
-------
|
|
|
|
|
|
2016-09-16 12:17:44 +00:00
|
|
|
|
* Hard-disable openssl in osx build
|
2015-12-05 13:24:49 +00:00
|
|
|
|
|
2016-09-16 12:17:44 +00:00
|
|
|
|
Closes #739
|
2015-12-05 13:24:49 +00:00
|
|
|
|
|
2016-09-16 12:17:44 +00:00
|
|
|
|
* Fix possible cause of crash if UDP tracker is used
|
2015-12-05 13:24:49 +00:00
|
|
|
|
|
2016-09-16 12:17:44 +00:00
|
|
|
|
* Remove custom ftruncate64 for Android
|
2015-12-05 13:24:49 +00:00
|
|
|
|
|
2016-09-16 12:17:44 +00:00
|
|
|
|
The latest NDK versions support ftruncate64, so building a local
|
|
|
|
|
copy of ftruncate64 is no longer needed.
|
2015-12-05 13:24:49 +00:00
|
|
|
|
|
2016-09-16 12:17:44 +00:00
|
|
|
|
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.
|
2015-12-05 13:24:49 +00:00
|
|
|
|
|
2016-09-16 12:17:44 +00:00
|
|
|
|
Patch from Fredrik Fornwall
|
2015-12-05 13:24:49 +00:00
|
|
|
|
|
2016-09-16 12:17:44 +00:00
|
|
|
|
* Fix typo found by Debian's Lintian
|
2016-05-15 10:26:44 +00:00
|
|
|
|
|
2016-09-16 12:17:44 +00:00
|
|
|
|
* Add --save-not-found option
|
2016-05-15 10:26:44 +00:00
|
|
|
|
|
2016-09-16 12:17:44 +00:00
|
|
|
|
* Update comment to match code
|
2016-05-15 10:26:44 +00:00
|
|
|
|
|
2016-09-16 12:17:44 +00:00
|
|
|
|
Patch from Torbjörn Lönnemark
|
2016-05-15 10:26:44 +00:00
|
|
|
|
|
2016-09-16 12:17:44 +00:00
|
|
|
|
* WinTLS: Better errors (from WSA)
|
2016-05-15 10:26:44 +00:00
|
|
|
|
|
2016-09-16 12:17:44 +00:00
|
|
|
|
* Compile with openssl 1.1.0
|