소스 검색

Update NEWS

Tatsuhiro Tsujikawa 9 년 전
부모
커밋
9b26aa46e0
1개의 변경된 파일21개의 추가작업 그리고 0개의 파일을 삭제
  1. 21 0
      NEWS

+ 21 - 0
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
 ============