소스 검색

Updated for 1.9.3 release

Tatsuhiro Tsujikawa 15 년 전
부모
커밋
4db77d33ac
1개의 변경된 파일22개의 추가작업 그리고 0개의 파일을 삭제
  1. 22 0
      NEWS

+ 22 - 0
NEWS

@@ -1,3 +1,25 @@
+aria2 1.9.3
+===========
+
+Release Note
+------------
+
+This release fixes the bug that aria2 cuts filename after ';' if
+filename in Content-Disposition header includes ';'.  It also fixes
+the bug that name attribute of file element in Metalink file is not
+properly sanitized.
+
+Changes
+-------
+
+ * Fixed the bug that name attribute of file element in Metalink file
+   is not properly sanitized.
+
+ * Fixed the bug that if filename in Content-Disposition header
+   includes ';', aria2 cuts filename after ';'.
+
+
+
 aria2 1.9.2
 ===========