diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-01-11 09:51:58 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-01-11 09:51:58 -0500 |
commit | 8f893fbca92f1e190ac056a21abc9e4c1a29b236 (patch) | |
tree | 88941ca0eaa9ee6eb27e5ce705198062ad2354bc /changes | |
parent | 2db858ef610ef28875631ee738ec4b3d6fcdca11 (diff) | |
parent | 9d37449fb022c687e4982a7c6b3438806d89c758 (diff) | |
download | tor-8f893fbca92f1e190ac056a21abc9e4c1a29b236.tar.gz tor-8f893fbca92f1e190ac056a21abc9e4c1a29b236.zip |
Merge remote-tracking branch 'public/bug20974'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20974 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug20974 b/changes/bug20974 new file mode 100644 index 0000000000..febe5108f7 --- /dev/null +++ b/changes/bug20974 @@ -0,0 +1,5 @@ + o Minor bugfixes (guards, bootstrapping): + - When connecting to a directory guard during bootstrap, do not + mark the guard as successful until we receive a good-looking + directory response from it. Fixes bug 20974; bugfix on 0.3.0.1-alpha. + |