Browse Source

Updated for 1.5.1 release

Tatsuhiro Tsujikawa 16 năm trước cách đây
mục cha
commit
d3c0157f6b
1 tập tin đã thay đổi với 26 bổ sung0 xóa
  1. 26 0
      NEWS

+ 26 - 0
NEWS

@@ -1,3 +1,29 @@
+aria2 1.5.1
+===========
+
+Release Note
+------------
+
+This release fixes linker error in unit test code on 32bit
+systems. The unit test failure on mingw32 was also fixed. The file I/O
+error handlings were written.
+
+Changes
+-------
+
+ * Fixed compile error without BitTorrent support
+
+ * Rewritten stream error handling
+
+ * Make sure that stream is closed before renaming file. Unit test
+   fails on mingw32 in the previous implementation.
+
+ * Fixed the unit test error without sqlite3
+
+ * Fixed the linker error under 32bit systems.
+
+
+
 aria2 1.5.0
 ===========