diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-11-12 10:23:55 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-11-12 10:23:55 -0500 |
commit | a87c697fb157f243bc48bba868a69a5182042822 (patch) | |
tree | 0112391806a26a361fd63406f0805679da1538c2 /changes | |
parent | 26e7e519dc72aba1f00b9f0179f58e10fafda3d2 (diff) | |
parent | 5e4174f3b45d65999e97c32dcce0b86b056b5957 (diff) | |
download | tor-a87c697fb157f243bc48bba868a69a5182042822.tar.gz tor-a87c697fb157f243bc48bba868a69a5182042822.zip |
Merge remote-tracking branch 'public/bug13698_024_v1'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug13698 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug13698 b/changes/bug13698 new file mode 100644 index 0000000000..9af22345b8 --- /dev/null +++ b/changes/bug13698 @@ -0,0 +1,6 @@ + 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. |