From 93ceb5f448c5d1710a3f68313900c8dbf971f922 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 20 Jul 2014 22:58:13 +0900 Subject: [PATCH] Update NEWS --- NEWS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/NEWS b/NEWS index 8e989aec..973ad43f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +aria2 1.18.7 +============ + +Release Note +------------ + +This release fixes regression which makes 100% CPU utilization in +multi-file torrent download with -V option. It also fixes build error +on big endian platforms. + +Changes +------- + +* Fix regression 100% CPU utility when -V is used and download is + multi-file bittorrent downloads. + + This is regression of a3426821c8a7f9cf8d80a81726157d4eb844f661 + +* Fix compile error on big endian platform + + + aria2 1.18.6 ============