mirror of
https://github.com/aria2/aria2.git
synced 2025-01-01 15:44:55 +00:00
Updated for 1.5.0 final
This commit is contained in:
parent
e32a8ab4b1
commit
c9866884c8
34
NEWS
34
NEWS
@ -4,21 +4,33 @@ aria2 1.5.0
|
||||
Release Note
|
||||
------------
|
||||
|
||||
This release adds WEB-Seeding support for multi-file torrent(in other
|
||||
words, integrating BitTorrent downloads with HTTP(S)/FTP). aria2 now
|
||||
tries all resolved addresses to connect to remote servers in
|
||||
HTTP(S)/FTP until it gets connected. 2 new XML-RPC methods were added:
|
||||
aria2.tellWaiting and aria2.getVersion. The behavior of -D option has
|
||||
been changed: If -D is specified, the current working directory is set
|
||||
to / and stdin, stdout and stderr are redirected to /dev/null.
|
||||
--use-head is now disabled by default since using HEAD request causes
|
||||
problems in some web sites. --bt-stop-timeout option was added. This
|
||||
function stops BitTorrent download if the download speed is 0 in
|
||||
consecutive given seconds.
|
||||
This release adds WEB-Seeding support for multi-file torrent.
|
||||
--bt-stop-timeout option was added. This function stops BitTorrent
|
||||
download if the download speed is 0 in consecutive given seconds.
|
||||
aria2 now tries all resolved addresses to connect to remote servers in
|
||||
HTTP(S)/FTP until it gets connected. For XML-RPC, two new methods
|
||||
were added: aria2.tellWaiting and aria2.getVersion. The error code is
|
||||
available in the response of aria2.tellStatus methods for
|
||||
stopped/completed downloads. --use-head is now disabled by default
|
||||
since using HEAD request causes problems in some web sites. The
|
||||
behavior of -D option has been changed: If -D is specified, the
|
||||
current working directory is set to / and stdin, stdout and stderr are
|
||||
redirected to /dev/null. This release fixes the bug that zombie
|
||||
processes are created when commands specified in --on-download-*
|
||||
options are executed and the bug that http-user, http-passwd, ftp-user
|
||||
and ftp-passwd are ignored when they are given via XML-RPC. Updated
|
||||
Russian, Italian, Danish, Bulgarian, Japanese and Ukrainian
|
||||
translations.
|
||||
|
||||
Changes
|
||||
-------
|
||||
|
||||
* Updated Russian, Italian, Danish, Bulgarian, Japanese and Ukrainian
|
||||
translations. Thanks to all translators.
|
||||
|
||||
* Avoid to create zombie process when commands specified in
|
||||
--on-download-* options are executed.
|
||||
|
||||
* Fixed the bug that http-user, http-passwd, ftp-user and ftp-passwd
|
||||
are ignored when they are given via XML-RPC.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user