From 9b26aa46e0f904a53e4428a136850255fb107cc2 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 28 Aug 2016 15:07:03 +0900 Subject: [PATCH] Update NEWS --- NEWS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/NEWS b/NEWS index 2556067a..942375e1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +aria2 1.26.1 +============ + +Release Note +------------ + +This release fixes the bug that causes assertion failure during +BitTorrent downloads. + +Changes +------- + +* Make assertion hold + + If we have peer which is already used, make addAndCheckoutPeer() + fail. If peer is in unused list, first remove the old entry, and + then add new one. This would make assertion in ~DefaultPeerStorage + hold. + + + aria2 1.26.0 ============