mirror of
https://github.com/aria2/aria2.git
synced 2025-01-04 00:53:19 +00:00
Updated for 1.10.5 release.
This commit is contained in:
parent
51308002d3
commit
747be459e9
30
NEWS
30
NEWS
@ -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
|
||||
============
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user