From b86da6b7b2245ffd2d1a756cde27d4939179b261 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 3 Feb 2013 19:28:14 +0900 Subject: [PATCH] Update NEWS --- NEWS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/NEWS b/NEWS index cf45fec1b..f3cea452e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +aria2 1.16.3 +============ + +Release Note +------------ + +This release fixes the bug which causes random crash. It also fixes +socket option setting failure on Windows platform. + +Changes +------- + +* Fix failure to set TCP_NODELAY on Windows + + On Windows setting TCP_NODELAY after non-blocking connect fails at + least on Windows 7. + +* Fix invalid iterator handling when deleting RequestGroup + + + aria2 1.16.2 ============