From bfb8d6dcac3f2e8f7233700b014f0956857e897f Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 6 Nov 2017 23:19:40 +0900 Subject: [PATCH] Update NEWS --- NEWS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/NEWS b/NEWS index 3390dac4..9e82ad21 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +aria2 1.33.1 +============ + +Release Note +------------ + +This release fixes a bug that causes high CPU usage in mingw build. + +Changes +------- + +* mingw: Fix high CPU usage in BitTorrent downloads + + This commit fixes high CPU usage in BitTorrent downloads. Only + mingw build is affected by this bug. + + Thank you kwkam for identifying the cause of the issue, and helping + debugging this patch. + + + aria2 1.33.0 ============