From 25a2898024ffd4a97cd60355f2770b7188e25456 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 12 Mar 2010 15:06:59 +0000 Subject: [PATCH] Updated for 1.9.0 --- NEWS | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 37a983b3..172411c5 100644 --- a/NEWS +++ b/NEWS @@ -6,13 +6,19 @@ Release Note This release adds Metalink4 support and BitTorrent Local Peer Discovery. aria2.changeUri XML-RPC method was added. It enables you -to add/remove URIs to existing downloads dynamically. We refactored -the code based on profiler results, so aria2 now runs more efficiently -than ever. Russian and Simplified Chinese translation were updated. +to add/remove URIs to existing downloads dynamically. The user and +password for proxy server now can be specified in command-line +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 ------- + * 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. * 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 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.