Kaynağa Gözat

Updated for 1.8.3 release.

Tatsuhiro Tsujikawa 16 yıl önce
ebeveyn
işleme
fd91b6a082
1 değiştirilmiş dosya ile 9 ekleme ve 1 silme
  1. 9 1
      NEWS

+ 9 - 1
NEWS

@@ -6,11 +6,19 @@ Release Note
 
 This release fixes the bug that --file-allocation=falloc doesn't work
 with single file download. It also fixes the bug that the return value
-of aria2 is unreliable if error occurs before download begins.
+of aria2 is unreliable if error occurs before download begins.  When
+custom request headers specified by --header option now override
+built-in headers if they have same name.
 
 Changes
 -------
 
+ * User-defined custom request headers specified by --header option
+   now override builtin headers if they have same name.
+
+ * Support RFC2231 "Parameter Value Character Set and Language
+   Information" in Content-Disposition header.
+
  * Fixed the bug that aria2 doesn't handle return value if error
    occurred before download begins.