Updated for 1.5.0 final

This commit is contained in:
Tatsuhiro Tsujikawa 2009-07-18 09:38:42 +00:00
parent e32a8ab4b1
commit c9866884c8

34
NEWS
View File

@ -4,21 +4,33 @@ aria2 1.5.0
Release Note Release Note
------------ ------------
This release adds WEB-Seeding support for multi-file torrent(in other This release adds WEB-Seeding support for multi-file torrent.
words, integrating BitTorrent downloads with HTTP(S)/FTP). aria2 now --bt-stop-timeout option was added. This function stops BitTorrent
tries all resolved addresses to connect to remote servers in download if the download speed is 0 in consecutive given seconds.
HTTP(S)/FTP until it gets connected. 2 new XML-RPC methods were added: aria2 now tries all resolved addresses to connect to remote servers in
aria2.tellWaiting and aria2.getVersion. The behavior of -D option has HTTP(S)/FTP until it gets connected. For XML-RPC, two new methods
been changed: If -D is specified, the current working directory is set were added: aria2.tellWaiting and aria2.getVersion. The error code is
to / and stdin, stdout and stderr are redirected to /dev/null. available in the response of aria2.tellStatus methods for
--use-head is now disabled by default since using HEAD request causes stopped/completed downloads. --use-head is now disabled by default
problems in some web sites. --bt-stop-timeout option was added. This since using HEAD request causes problems in some web sites. The
function stops BitTorrent download if the download speed is 0 in behavior of -D option has been changed: If -D is specified, the
consecutive given seconds. 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 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 * Fixed the bug that http-user, http-passwd, ftp-user and ftp-passwd
are ignored when they are given via XML-RPC. are ignored when they are given via XML-RPC.