From a052dd9ad08e28122ec881abdd4d8056ddad1175 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 5 Jan 2014 19:00:45 +0900 Subject: [PATCH] Update NEWS --- NEWS | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/NEWS b/NEWS index dc4322a7..e3b42327 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +aria2 1.18.3 +============ + +Release Note +------------ + +This release fixes the bug which may cause assertion failure after +multi-file downloads (e.g., multi-file metalink or torrent) are +performed several times due to the bad handling of --bt-max-open-files +option. + +Changes +------- + +* Enable and check PIE in makerelease-osx + +* Fix bug that numOpenFile_ is not reduced when MultiDiskAdaptor is + deleted + + This bug caused assertion error in + RequestGroupMan::ensureMaxOpenFileLimit + + + aria2 1.18.2 ============