From e8d4af44f427d06e73869cf4b84e125b46869cac Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 23 Feb 2015 23:37:13 +0900 Subject: [PATCH] Update NEWS --- NEWS | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/NEWS b/NEWS index 36a2ed79..11000f6b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,31 @@ +aria2 1.18.10 +============= + +Release Note +------------ + +This releases fixes several bugs reported since the last release. + +Changes +------- + +* Add encoding specifier to Russian man page + + Fixes GH-341 + +* Mingw: Use _wgetenv to get user's home directory + + Fixes GH-342 + +* Handle linux getrandom returning EINTR on interrupts/signals + + Also handle ENOTSUP failures where aria2 was build with linux + headers newer than the actual running kernel. + + Fixes GH-336 + + + aria2 1.18.9 ============