pull/1/head
Tatsuhiro Tsujikawa 2009-02-07 14:06:50 +00:00
parent 366e5f40d5
commit 8bb78d30aa
1 changed files with 20 additions and 11 deletions

31
NEWS
View File

@ -4,21 +4,30 @@ aria2 1.2.0
Release Note Release Note
------------ ------------
This release adds the AdaptiveURISelector from Mandriva This release adds the AdaptiveURISelector from Mandriva developers and
developers. The several BitTorrent options were added: limiting the changes the default value of --proxy-method option from 'tunnel' to
number of peers and choosing port randomly from specified range and a 'get'. The several BitTorrent options were added: limiting the number
toggle to seed after successful hash check. Hash checking is now done of peers, choosing port randomly from specified range, a toggle to
sequentially rather than simultaneously. HTTP Authorization was also seed after successful hash check and specifying IP address to report
refined so that now authorization header is sent to the server only to a tracker. Hash checking is now done sequentially rather than
when it is requested(there are some exceptions, see Changes simultaneously. HTTP Authorization was also refined so that now
below). aria2 now returns exit code depending on the last error. All authorization header is sent to the server only when it is
exit codes are documented in man page. This release also adds requested(there are some exceptions, see Changes below). aria2 now
experimental built-in HTTP server which provides the current download returns exit code depending on the last error. All exit codes are
progress in plain html. documented in man page. This release also adds experimental built-in
HTTP server which provides the current download progress in plain
html.
Changes Changes
------- -------
* Changed the default value of --proxy-method option from 'tunnel' to
'get'. Use 'tunnel' for HTTPS regardless of --proxy-method option.
* Added --bt-external-ip option. You can specify the external IP
address to report to a BitTorrent tracker. Although this function is
named 'external', it can accept any kind of IP addresses.
* Applied AdaptiveURISelector-timeout patch from Pascal Rigaux at * Applied AdaptiveURISelector-timeout patch from Pascal Rigaux at
Mandriva. I modified the patch: make RequestGroup have the timeout Mandriva. I modified the patch: make RequestGroup have the timeout
value and AdaptiveURISelector directly modifies that value. value and AdaptiveURISelector directly modifies that value.