瀏覽代碼

Revise changes file

Nick Mathewson 11 年之前
父節點
當前提交
5e4174f3b4
共有 1 個文件被更改,包括 6 次插入4 次删除
  1. 6 4
      changes/bug13698

+ 6 - 4
changes/bug13698

@@ -1,4 +1,6 @@
-  o Bugfixes:
-	- When closing an introduction circuit that was opened in parallel, don't
-	  mark it unreachable which can causes it to be removed from the rend cache
-	  object thus not usable anymore.
+  o Major bugfixes:
+    - When closing an introduction circuit that was opened in
+      parallel, don't mark the introduction point as
+      unreachable. Previously, the first successful connection to an
+      introduction point would make the other uintroduction points get
+      marked as having timed out. Fixes bug 13698; bugfix on 0.0.6rc2.