diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-02-17 12:07:24 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-02-17 12:07:24 -0500 |
commit | 8eb3d81e6e82f056f3c733b898388b8258dc12fd (patch) | |
tree | ce6c48eff7796efc05cdc3dfcd5e0fae261362a5 /changes | |
parent | 1447324a6ca380a29fe84081d30eb7023d60cece (diff) | |
download | tor-8eb3d81e6e82f056f3c733b898388b8258dc12fd.tar.gz tor-8eb3d81e6e82f056f3c733b898388b8258dc12fd.zip |
Fix some issues with reporting exit-free networks
Fixes bug 14918.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug14918 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug14918 b/changes/bug14918 new file mode 100644 index 0000000000..8e196cce5c --- /dev/null +++ b/changes/bug14918 @@ -0,0 +1,7 @@ + o Minor bugfixes (path counting): + - When deciding whether we have any exit nodes, count the number listed + in the consensus, not the number we have descriptors for. Fixes part + of bug 14918; bugfix on 0.2.6.2-alpha. + - Do not warn that we are missing directory information if we have + decided not to fetch directory information due to a long period + of idleness. Fixes part of bug 14918; bugfix on 0.2.6.2-alpha. |