From 30fdb34c2fd5bd5f98a3720a0f15b8db03094776 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 2 Feb 2009 14:10:27 +0000 Subject: [PATCH] Updated doc. --- NEWS | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index ab77c0ff..52f4f434 100644 --- a/NEWS +++ b/NEWS @@ -4,15 +4,17 @@ aria2 1.2.0 Release Note ------------ -This release includes the AdaptiveURISelector patch from Mandriva -developers. The several BitTorrent options were added: limiting the +This release adds the AdaptiveURISelector from Mandriva +developers. The several BitTorrent options were added: limiting the number of peers and choosing port randomly from specified range and a toggle to seed after successful hash check. Hash checking is now done sequentially rather than simultaneously. HTTP Authorization was also refined so that now authorization header is sent to the server only when it is requested(there are some exceptions, see Changes -below). This release also adds experimental built-in HTTP server which -provides the current download progress in plain html. +below). aria2 now returns exit code depending on the last error. All +exit codes are documented in man page. This release also adds +experimental built-in HTTP server which provides the current download +progress in plain html. Changes -------