]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Revise changes file
authorNick Mathewson <nickm@torproject.org>
Wed, 12 Nov 2014 15:23:24 +0000 (10:23 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 12 Nov 2014 15:23:24 +0000 (10:23 -0500)
changes/bug13698

index 71e018b6ed6f4769a017219fb999c573f05e24be..9af22345b8d3562b64efa0a5be14f544da740f44 100644 (file)
@@ -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.