diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-04-07 10:59:55 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-04-07 10:59:55 -0400 |
commit | 591029253f4b79de0ecd47c464623b0ce13270ef (patch) | |
tree | 995254df95be6544f4ca7d0c1a8698d69eacdbb6 /changes | |
parent | 7532cd439bc7d95a7c38b3c72bed0b3e46a26fa2 (diff) | |
parent | d5acb633aed08a9ee4436404971ffa7fe0cca030 (diff) | |
download | tor-591029253f4b79de0ecd47c464623b0ce13270ef.tar.gz tor-591029253f4b79de0ecd47c464623b0ce13270ef.zip |
Merge branch 'bug14334_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug14334 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug14334 b/changes/bug14334 new file mode 100644 index 0000000000..c53781ecf2 --- /dev/null +++ b/changes/bug14334 @@ -0,0 +1,4 @@ + o Minor bugfixes (guards): + - Don't mark guards as unreachable if connection_connect() fails. That + function fails for local reasons, so it shouldn't reveal anything about + the status of the guard. Fixes bug #14334; bugfix on 0.2.3.10-alpha. |