From e5db3a4cbb8dbe0f535d4bcd01eb446d16362188 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 30 Mar 2014 18:22:09 +0900 Subject: [PATCH] Update NEWS --- NEWS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/NEWS b/NEWS index 3fda6a6c2..f92ac812f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +aria2 1.18.5 +============ + +Release Note +------------ + +This release fixes BitTorrent download failure on Mingw build. + +Changes +------- + +* Ignore error when setting DSCP value + + Setting DSCP is additional feature and failure to enable it should + not abort download entirely. This change fixes the bug that windows + build does not perform bittorrent downloads. + + + aria2 1.18.4 ============