Updated for 1.9.0

pull/1/head
Tatsuhiro Tsujikawa 2010-03-12 15:06:59 +00:00
parent 4e637779a5
commit 25a2898024
1 changed files with 11 additions and 4 deletions

15
NEWS
View File

@ -6,13 +6,19 @@ Release Note
This release adds Metalink4 support and BitTorrent Local Peer This release adds Metalink4 support and BitTorrent Local Peer
Discovery. aria2.changeUri XML-RPC method was added. It enables you Discovery. aria2.changeUri XML-RPC method was added. It enables you
to add/remove URIs to existing downloads dynamically. We refactored to add/remove URIs to existing downloads dynamically. The user and
the code based on profiler results, so aria2 now runs more efficiently password for proxy server now can be specified in command-line
than ever. Russian and Simplified Chinese translation were updated. separately. We refactored the code based on profiler results, so
aria2 now runs more efficiently than ever. Russian and Simplified
Chinese translation were updated.
Changes Changes
------- -------
* Resurrected --http-proxy-user and --http-proxy-passwd option.
Added --https-proxy-user, --https-proxy-passwd, --ftp-proxy-user,
--ftp-proxy-passwd, --all-proxy-user, --all-proxy-passwd option.
* Updated Russian and Simplified Chinese translation. * Updated Russian and Simplified Chinese translation.
* Added --reuse-uri option. This option has existed quite long, but * Added --reuse-uri option. This option has existed quite long, but
@ -21,7 +27,8 @@ Changes
* Fixed the bug that filename is percent encoded where it must be * Fixed the bug that filename is percent encoded where it must be
percent decoded in sendMdtm(). percent decoded in sendMdtm().
* Added getServers XML-RPC method. * Added getServers XML-RPC method. It returns currently connected
HTTP(S)/FTP server and download speed, etc.
* Added 'status' key to the response of getUri XML-RPC method. * Added 'status' key to the response of getUri XML-RPC method.