2017-10-17 13:41:09 +00:00
|
|
|
aria2 1.33.0
|
2016-09-17 00:09:13 +00:00
|
|
|
============
|
|
|
|
|
|
|
|
Release Note
|
|
|
|
------------
|
|
|
|
|
2017-10-17 13:41:09 +00:00
|
|
|
This release fixes several bugs, and add new features.
|
2015-12-05 13:24:49 +00:00
|
|
|
|
|
|
|
Changes
|
|
|
|
-------
|
|
|
|
|
2017-10-17 13:41:09 +00:00
|
|
|
* Include arm in a filename of android zip
|
2015-12-05 13:24:49 +00:00
|
|
|
|
2017-10-17 13:41:09 +00:00
|
|
|
* Upgrade base image of Dockerfile.mingw to ubuntu:16.04
|
2015-12-05 13:24:49 +00:00
|
|
|
|
2017-10-17 13:41:09 +00:00
|
|
|
* wintls: Potential fix for undecrypted read
|
2015-12-05 13:24:49 +00:00
|
|
|
|
2017-10-17 13:41:09 +00:00
|
|
|
GH-1021
|
2016-05-15 10:26:44 +00:00
|
|
|
|
2017-10-17 13:41:09 +00:00
|
|
|
* libaria2: Return last error code from DownloadHandle::getErrorCode
|
2016-05-15 10:26:44 +00:00
|
|
|
|
2017-10-17 13:41:09 +00:00
|
|
|
GH-991
|
2016-05-15 10:26:44 +00:00
|
|
|
|
2017-10-17 13:41:09 +00:00
|
|
|
* Windows: pass writefds also as exceptfds to select()
|
2016-05-15 10:26:44 +00:00
|
|
|
|
2017-10-17 13:41:09 +00:00
|
|
|
winsock notifies connect() failures on exceptfds instead of
|
|
|
|
writefds.
|
2017-05-17 13:19:10 +00:00
|
|
|
|
2017-10-17 13:41:09 +00:00
|
|
|
Fixes GH-969
|
|
|
|
Fixes GH-975
|
2017-05-17 13:19:10 +00:00
|
|
|
|
2017-10-17 13:41:09 +00:00
|
|
|
* libuv: use pkg-config
|
2017-05-17 13:19:10 +00:00
|
|
|
|
2017-10-17 13:41:09 +00:00
|
|
|
* FeatureConfig: align text
|
2017-05-17 13:19:10 +00:00
|
|
|
|
2017-10-17 13:41:09 +00:00
|
|
|
* Update Dockerfile.mingw
|
2017-05-17 13:19:10 +00:00
|
|
|
|
2017-10-17 13:41:09 +00:00
|
|
|
avoid docker cache when using git
|
2017-05-17 13:19:10 +00:00
|
|
|
|
2017-10-17 13:41:09 +00:00
|
|
|
Patch from qweaszxcdf
|
2017-05-17 13:19:10 +00:00
|
|
|
|
2017-10-17 13:41:09 +00:00
|
|
|
GH-970
|
2017-05-17 13:19:10 +00:00
|
|
|
|
2017-10-17 13:41:09 +00:00
|
|
|
* Add --peer-agent option
|
2017-05-17 13:19:10 +00:00
|
|
|
|
2017-10-17 13:41:09 +00:00
|
|
|
Add --peer-agent for setting the version/user agent used in the
|
|
|
|
extended handshake protocol for bittorrent.
|
2017-05-17 13:19:10 +00:00
|
|
|
|
2017-10-17 13:41:09 +00:00
|
|
|
Patch from Kurt Kartaltepe
|
2017-05-17 13:19:10 +00:00
|
|
|
|
2017-10-17 13:41:09 +00:00
|
|
|
GH-947
|
2017-05-17 13:19:10 +00:00
|
|
|
|
2017-10-17 13:41:09 +00:00
|
|
|
* OSX: Allow to specify a build
|
2017-05-17 13:19:10 +00:00
|
|
|
|
2017-10-17 13:41:09 +00:00
|
|
|
* OSX: update c-ares
|
2017-05-17 13:19:10 +00:00
|
|
|
|
2017-10-17 13:41:09 +00:00
|
|
|
* [Docs, libaria2] Fix type of obj pushed into options vector
|
2017-05-17 13:19:10 +00:00
|
|
|
|
2017-10-17 13:41:09 +00:00
|
|
|
aria::KeyVals is a vector of pair of std strings, therefore the type
|
|
|
|
of object being pushed should be std::pair<std::string,
|
|
|
|
std::string>, however in the docs, the type of the said object is
|
|
|
|
KeyVals. If one follows the docs, their code will fail to compile.
|
2017-05-17 13:19:10 +00:00
|
|
|
|
2017-10-17 13:41:09 +00:00
|
|
|
Patch from geetam
|
|
|
|
|
|
|
|
GH-941
|
|
|
|
|
|
|
|
* AppleTLS: Silence cipher suite selection
|
|
|
|
|
|
|
|
* Unbreak build OSX build
|
|
|
|
|
|
|
|
* Update macOS versions
|
|
|
|
|
|
|
|
* Add --bt-load-saved-metadata option
|
|
|
|
|
|
|
|
Before getting torrent metadata from DHT when downloading with
|
|
|
|
magnet link, first try to read file saved by --bt-save-metadata
|
|
|
|
option. If it is successful, then skip downloading metadata from
|
|
|
|
DHT. By default, this feature is turned off.
|
|
|
|
|
|
|
|
GH-909
|
|
|
|
|
|
|
|
* Fix regression in bfc54d0b9a694e5d87efd8ed11b5393bc4b66f93
|
|
|
|
|
|
|
|
Don't save control file if --auto-save-interval is 0.
|
|
|
|
|
|
|
|
GH-917
|
|
|
|
|
|
|
|
* Fix infinite loop bug when file is not found
|