2015-10-04 08:39:14 +00:00
|
|
|
|
aria2 1.19.2
|
|
|
|
|
============
|
|
|
|
|
|
|
|
|
|
Release Note
|
|
|
|
|
------------
|
|
|
|
|
|
|
|
|
|
This release fixes the bug that progress summary is not shown timely.
|
|
|
|
|
|
|
|
|
|
Changes
|
|
|
|
|
-------
|
|
|
|
|
|
|
|
|
|
* Fix bug that progress summary is not shown timely
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2015-09-21 13:56:22 +00:00
|
|
|
|
aria2 1.19.1
|
|
|
|
|
============
|
|
|
|
|
|
|
|
|
|
Release Note
|
|
|
|
|
------------
|
|
|
|
|
|
|
|
|
|
This release fixes TLS handshake error with servers which only support
|
|
|
|
|
RSA-SHA1 signature algorithm. We removed RSA-SHA1 for enchanced
|
|
|
|
|
security, but many users reported there were servers which could not
|
|
|
|
|
talk aria2 1.19.0, so added it again for compatibility reasons. For
|
|
|
|
|
Windows build, we fixed potential infinite loop bug when TLS is used.
|
|
|
|
|
|
|
|
|
|
We changed the location where dht.dat and aria2.conf are looked up.
|
|
|
|
|
The aria2 manual page described details. Basically we now follow XDG
|
|
|
|
|
specification (http://standards.freedesktop.org/basedir-spec/latest/).
|
|
|
|
|
For dht.dat, the default location is $XDG_CACHE_HOME/aria2/ directory.
|
|
|
|
|
For aria2.conf, the default location is $XDG_CONFIG_HOME/aria2/
|
|
|
|
|
directory. To keep the current user configuration working, if aria2
|
|
|
|
|
detects dht.dat under $HOME/.aria2/ directory, it is used instead.
|
|
|
|
|
Similarly, if aria2.conf exists under $HOME/.aria2/ directory, it is
|
|
|
|
|
used instead.
|
|
|
|
|
|
|
|
|
|
Previously, we return 500 HTTP status if RPC method execution
|
2015-09-21 13:59:45 +00:00
|
|
|
|
encountered error. Now it returns with 400 HTTP status with error
|
2015-09-21 13:56:22 +00:00
|
|
|
|
code. This is more natural because server processed request and found
|
|
|
|
|
an error, and returned error reply correctly. This is not something
|
|
|
|
|
server crashed or something. Also, there is RPC libraries which
|
2015-09-21 13:59:45 +00:00
|
|
|
|
throws exception if it sees 5XX status code, where 400 is better
|
2015-09-21 13:56:22 +00:00
|
|
|
|
because we can examine the error.
|
|
|
|
|
|
|
|
|
|
Changes
|
|
|
|
|
-------
|
|
|
|
|
|
|
|
|
|
* Update README.android
|
|
|
|
|
|
|
|
|
|
Providing some workarounds about CA certificates and standard output
|
|
|
|
|
|
|
|
|
|
Patch from amtlib-dot-dll
|
|
|
|
|
|
2015-09-21 14:01:38 +00:00
|
|
|
|
* Return 400 HTTP status code if exception was caught while executing
|
|
|
|
|
RPC method
|
2015-09-21 13:56:22 +00:00
|
|
|
|
|
|
|
|
|
Previously, we returned 500 HTTP status code. I think the found in
|
|
|
|
|
RPC level, not in HTTP protocol, so 500 is not appropriate.
|
|
|
|
|
|
|
|
|
|
* WinTLS: Fix potential infinite loop
|
|
|
|
|
|
|
|
|
|
* Fix on-download-error is executed even if download succeeded
|
|
|
|
|
|
|
|
|
|
* Update Dockerfile.mingw
|
|
|
|
|
|
|
|
|
|
Patch from Adam Baxter
|
|
|
|
|
|
2015-09-21 14:01:38 +00:00
|
|
|
|
* Increase --select-file upper bound to 1m for torrent containing lots
|
|
|
|
|
of files
|
2015-09-21 13:56:22 +00:00
|
|
|
|
|
2015-09-21 14:01:38 +00:00
|
|
|
|
* Fix busy loop with --dry-run and 4xx response for URI listed in
|
|
|
|
|
metalink
|
2015-09-21 13:56:22 +00:00
|
|
|
|
|
|
|
|
|
See GH-430
|
|
|
|
|
|
|
|
|
|
* Update sqlite in OSX build to 3.8.10.2
|
|
|
|
|
|
|
|
|
|
* Make LibuvEventPoll compatible with the latest libuv again
|
|
|
|
|
|
|
|
|
|
* gnutls: Allow SIGN-RSA-SHA1 for compatibility reason
|
|
|
|
|
|
|
|
|
|
* Make script compatible with both Python 2 and 3
|
|
|
|
|
|
|
|
|
|
Patch from Vasilij Schneidermann
|
|
|
|
|
|
|
|
|
|
* Make config and cache files conform to XDG
|
|
|
|
|
|
|
|
|
|
See http://standards.freedesktop.org/basedir-spec/latest/ for
|
|
|
|
|
further details. This implementation decides the default based on
|
|
|
|
|
whether a file exists at the legacy location, if it doesn't, it
|
|
|
|
|
picks the XDG-conforming location instead.
|
|
|
|
|
|
|
|
|
|
Patch from Vasilij Schneidermann
|
|
|
|
|
|
|
|
|
|
* ftp, sftp: Fix heap-after-free bug on exception
|
|
|
|
|
|
|
|
|
|
* ftp: Fix timeout when reusing FTP connection
|
|
|
|
|
|
|
|
|
|
* Various MinGW-w64 build improvements
|
|
|
|
|
|
|
|
|
|
- Fix detection of localtime_r and asctime_r on MinGW-w64
|
|
|
|
|
- Fix linking with libintl on MinGW-w64
|
|
|
|
|
|
|
|
|
|
Patch from David Macek
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2015-05-24 09:42:59 +00:00
|
|
|
|
aria2 1.19.0
|
2013-10-20 14:03:49 +00:00
|
|
|
|
============
|
|
|
|
|
|
|
|
|
|
Release Note
|
|
|
|
|
------------
|
|
|
|
|
|
2015-05-24 09:42:59 +00:00
|
|
|
|
This releases adds SFTP support, and fixes several bugs. SFTP support
|
|
|
|
|
has been implemented using libssh2. We added several new options.
|
|
|
|
|
--multiple-interface option is like --interface option, but can take
|
|
|
|
|
several interfaces. They are used in round-robin manner, and it works
|
|
|
|
|
like link aggregation. Previously, .netrc search path is fixed under
|
|
|
|
|
$HOME directory, and cannot be changed. In this release, --netrc-path
|
|
|
|
|
option has been added to override the search path. The runtime bug
|
|
|
|
|
concerning getrandom has been fixed in this release. Previously if
|
|
|
|
|
download failed because checksum error, aria2 exited with error code 1
|
|
|
|
|
(unknown error). Now it exits with dedicated error code 32. We fixed
|
|
|
|
|
long outstanding bug that aria2 crashes when downloading multi-file
|
|
|
|
|
torrent.
|
2013-10-20 14:03:49 +00:00
|
|
|
|
|
|
|
|
|
Changes
|
|
|
|
|
-------
|
|
|
|
|
|
2015-05-24 09:42:59 +00:00
|
|
|
|
* android: Build and link with zlib
|
2013-05-18 10:27:49 +00:00
|
|
|
|
|
2015-05-24 09:42:59 +00:00
|
|
|
|
Previously, we linked with zlib shipped with NDK, but it seems this
|
|
|
|
|
is not part of NDK API, and thus could break our app.
|
2013-05-18 10:27:49 +00:00
|
|
|
|
|
2015-05-24 09:42:59 +00:00
|
|
|
|
* Allow netrc-path to be specified in the config file
|
2013-05-18 10:27:49 +00:00
|
|
|
|
|
2015-05-24 09:42:59 +00:00
|
|
|
|
Adds --netrc-path to override default .netrc search path. Patch
|
|
|
|
|
from Ryan Steinmetz
|
2013-05-18 10:27:49 +00:00
|
|
|
|
|
2015-05-24 09:42:59 +00:00
|
|
|
|
* Exit with 32 status code if checksum verification failed
|
2013-05-18 10:27:49 +00:00
|
|
|
|
|
2015-05-24 09:42:59 +00:00
|
|
|
|
* Add SFTP support using libssh2
|
2013-05-18 10:27:49 +00:00
|
|
|
|
|
2015-05-24 09:42:59 +00:00
|
|
|
|
aria2 can now download files via sftp protocol: aria2c sftp://....
|
|
|
|
|
--ssh-host-key-md option is added to specify expected server's
|
|
|
|
|
fingerprint.
|
2013-05-18 10:27:49 +00:00
|
|
|
|
|
2015-05-24 09:42:59 +00:00
|
|
|
|
* Added Dockerfile to cross complile aria2 for RaspberryPI (armhf)
|
2013-05-18 10:27:49 +00:00
|
|
|
|
|
2015-05-24 09:42:59 +00:00
|
|
|
|
Patch from Igor Khomyakov
|
2013-05-18 10:27:49 +00:00
|
|
|
|
|
2015-05-24 09:42:59 +00:00
|
|
|
|
* multiple interface support for link aggregation
|
2013-05-18 10:27:49 +00:00
|
|
|
|
|
2015-05-24 09:42:59 +00:00
|
|
|
|
Adds --multiple-interface option. Patch from Sarim Khan
|
2013-05-18 10:27:49 +00:00
|
|
|
|
|
2015-05-24 09:42:59 +00:00
|
|
|
|
* Run on-bt-download-complete command when -V reports download finished
|
2013-03-17 07:08:08 +00:00
|
|
|
|
|
2015-05-24 09:42:59 +00:00
|
|
|
|
Fixes GH-355
|
2013-03-17 07:08:08 +00:00
|
|
|
|
|
2015-05-24 09:42:59 +00:00
|
|
|
|
* Use dedicated DiskWriter in MultiDiskFileAllocationIterator
|
2013-03-17 07:08:08 +00:00
|
|
|
|
|
2015-05-24 09:42:59 +00:00
|
|
|
|
We have to use dedicated DiskWriter instead of
|
|
|
|
|
(*entryItr_)->getDiskWriter(). This is because
|
|
|
|
|
SingleFileAllocationIterator cannot reopen file if file is closed by
|
|
|
|
|
OpenedFileCounter. Fixes GH-350
|
2012-02-27 12:33:01 +00:00
|
|
|
|
|
2015-05-24 09:42:59 +00:00
|
|
|
|
* Fix getrandom for system with libc not including errno or systems
|
2012-02-27 12:33:01 +00:00
|
|
|
|
|
2015-05-24 09:42:59 +00:00
|
|
|
|
not supporting ENOSYS in the first place. Fixes GH-347
|
2012-02-27 12:33:01 +00:00
|
|
|
|
|
2015-05-24 09:42:59 +00:00
|
|
|
|
* Don't send back rpc-secret option value in aria2.getGlobalOption RPC
|
|
|
|
|
method
|
2012-02-27 12:33:01 +00:00
|
|
|
|
|
2015-05-24 09:42:59 +00:00
|
|
|
|
* Make libuv default off
|
2012-02-27 12:33:01 +00:00
|
|
|
|
|
2015-05-24 09:42:59 +00:00
|
|
|
|
See GH-241 for discussion
|
2012-02-27 12:33:01 +00:00
|
|
|
|
|
2015-05-24 09:42:59 +00:00
|
|
|
|
* Fixed slow RPC response
|
2012-02-27 12:33:01 +00:00
|
|
|
|
|
2015-05-24 09:42:59 +00:00
|
|
|
|
Fxies GH-345
|
2011-12-25 15:59:24 +00:00
|
|
|
|
|
2015-05-24 09:42:59 +00:00
|
|
|
|
* Fix getrandom interface detection
|
2011-12-25 15:59:24 +00:00
|
|
|
|
|
2015-05-24 09:42:59 +00:00
|
|
|
|
Fixes GH-346
|