From 7e34341add07d062883436b1ae6f137cd0cb5516 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 6 Oct 2009 14:26:00 +0000 Subject: [PATCH] Updated for 1.6.1 release --- NEWS | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/NEWS b/NEWS index 5e96256d..d575b7bc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,39 @@ +aria2 1.6.1 +=========== + +Release Note +------------ + +This release fixes memory leak in HTTP/FTP download. It also fixes the +bug that the option values changed by XML-RPC changeOption and +changeGlobalOption methods are cleared. Now User-agent and Peer ID +include version number. Updated Simplified Chinese translations. + +Changes +------- + + * Don't save control file when aria2 exits while checking piece + hash(behavior of -V option). If control file doesn't exist when + aria2 launches, the completed length in saved control file will be + 0 byte and this confuses user. + + * Included version number in Peer ID and client version. Peer ID now + starts with "aria2/VERSION-", where VERSION is + MAJOR.MINOR.MICRO. Client version is aria2/VERSION. + + * Included version number in user-agent string. + + * Fixed memory leak in HTTP/FTP download. + + * Fixed the bug that the option values changed by XML-RPC + methods(changeOption and changeGlobalOption) are overwritten to the + previous value by the next these requests which doesn't contain + that option value. + + * Added missing help message for remove command to aria2rpc. + + + aria2 1.6.0 ===========