Browse Source

Updated for 1.10.2 release

Tatsuhiro Tsujikawa 15 years ago
parent
commit
bf71e0c0f1
1 changed files with 22 additions and 0 deletions
  1. 22 0
      NEWS

+ 22 - 0
NEWS

@@ -1,3 +1,25 @@
+aria2 1.10.2
+============
+
+Release Note
+------------
+
+This release fixes the bug that prevents HTTP redirect from working
+when multiple files are downloaded from same host at the same time.
+For netrc, aria2 now performs domain match if machine name defined in
+.netrc starts with ".".
+
+Changes
+-------
+
+ * In .netrc file, if machine name starts ".", aria2 performs domain
+   match instead of exact match.
+
+ * Fixed the bug which prevents HTTP redirection from working when
+   downloading multiple files from same host at the same time.
+
+
+
 aria2 1.10.1
 ============