Browse Source

Updated for 1.10.5 release.

Tatsuhiro Tsujikawa 15 years ago
parent
commit
747be459e9
1 changed files with 30 additions and 0 deletions
  1. 30 0
      NEWS

+ 30 - 0
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
 ============