aria2/NEWS
Tatsuhiro Tsujikawa 812136dd8b Update NEWS
2016-09-17 09:09:13 +09:00

60 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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
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