Updated for 1.10.5 release.

This commit is contained in:
Tatsuhiro Tsujikawa 2010-10-19 14:34:14 +00:00
parent 51308002d3
commit 747be459e9

30
NEWS
View File

@ -1,3 +1,33 @@
aria2 1.10.5
============
Release Note
------------
This release fixes the bug that file allocation is enabled in HTTP
even if --file-allocation=none is specified.
Please note that since 1.10.0 release, aria2 uses 1 connection per
host by default and has 20MiB segment size restriction. So whatever
value you specify using -s option, it uses 1 connection per host. To
make it behave like 1.9.x, use -x16 -k1M (see
--max-connection-per-server and --min-split-size option in man
page). If you specify multiple hosts, aria2 will use all of them and
open multiple connections.
Changes
-------
* Don't reuse socket which is readable because we assume that if
socket is readable it means peer shutdowns connection and the
socket will receive EOF. Added default timeout value to
DownloadEngine::poolSocket().
* Fixed the bug that file allocation is enabled in HTTP even if
--file-allocation=none is specified.
aria2 1.10.4
============