From dd5bbbc12c7784e07f780ea6bacdfe7eabd0b9b4 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 22 May 2009 15:22:44 +0000 Subject: [PATCH] Updated for recent changes. --- NEWS | 33 +++++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 99c1a772..4be258d0 100644 --- a/NEWS +++ b/NEWS @@ -4,16 +4,37 @@ aria2 1.4.0 Release Note ------------ -This release adds XML-RPC interface. The current API allows users to -add URI/torrent/Metalink file and change options dynamically. The -querying APIs such as reporting download progress, file paths, URIs -and peer information are also available. For complete API -specification, see -http://apps.sourceforge.net/trac/aria2/wiki/XmlrpcInterface +This release adds XML-RPC interface and the ability to run command +when download started/stopped and the ability to save cookies. The +current XML-RPC API allows users to add URI/torrent/Metalink file and +change options dynamically. The querying APIs such as reporting +download progress, file paths, URIs and peer information are also +available. For complete API specification, see +http://apps.sourceforge.net/trac/aria2/wiki/XmlrpcInterface The +console readout was slightly updated and now includes the number of +seeders the client has connected to. Changes ------- +* Added --save-cookies option. + +* Added the ability to execute command when download starts and + stops. You can also specify command for particular cases such as + complete/error download. Added --on-download-start, + --on-download-stop, --on-download-complete and --on-download-error + option. + +* Abbreviated KiB/s to KiBs and its precision decreased to 1 to save + space in console readout. Also they are now shown in MiB/s if speed + > 1024KiB/s. + +* Added SEED to console output, which represents the number of seeders + currently the client is connecting to. + +* Added source filename(__FILE__) and line number(__LINE__) to + exception message. + * Fixed the bug that POU peers are never choked in seeding. * DownloadResult now has the list of FileEntry. The download summary