From d3c0157f6be29e7d46379cc466e529207f034121 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 26 Jul 2009 14:03:40 +0000 Subject: [PATCH] Updated for 1.5.1 release --- NEWS | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/NEWS b/NEWS index 10c0c3f6..d0f9c893 100644 --- a/NEWS +++ b/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 ===========