aboutsummaryrefslogtreecommitdiff
path: root/changes/bug24661
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2018-11-05 15:27:38 +1000
committerteor <teor@torproject.org>2018-11-22 16:54:22 +1000
commitd1ac5613fc832f4b298fbc243a35660dbd0976e3 (patch)
treec947608b2e49215a4e43e3b9fa6ea6ce1bfe2544 /changes/bug24661
parenta9820f072bf1bd796651e9e3913988e6224bd524 (diff)
downloadtor-d1ac5613fc832f4b298fbc243a35660dbd0976e3.tar.gz
tor-d1ac5613fc832f4b298fbc243a35660dbd0976e3.zip
Entry Nodes: Use a reasonably live consensus to select guards
Fixes bug 24661; bugfix on 0.3.0.1-alpha.
Diffstat (limited to 'changes/bug24661')
-rw-r--r--changes/bug246613
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug24661 b/changes/bug24661
new file mode 100644
index 0000000000..a915a93e0e
--- /dev/null
+++ b/changes/bug24661
@@ -0,0 +1,3 @@
+ o Minor bugfixes (client, guard selection):
+ - When Tor's consensus has expired, but is still reasonably live, use it
+ to select guards. Fixes bug 24661; bugfix on 0.3.0.1-alpha.