diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-02-18 09:21:16 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-02-18 09:21:16 -0500 |
commit | 9e6147a40c10343b880be175c654a7258c5496ef (patch) | |
tree | faa2a230c0f35fa1439221d0e2fc553abcf231ab /changes | |
parent | 6cdb213b6cb9f682c3f72bba974f53f588d71b61 (diff) | |
parent | 8571e86d27577e348bdb6398eda6190c2c63c0ed (diff) | |
download | tor-9e6147a40c10343b880be175c654a7258c5496ef.tar.gz tor-9e6147a40c10343b880be175c654a7258c5496ef.zip |
Merge remote-tracking branch 'yawning/bug14918'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug14918 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug14918 b/changes/bug14918 index 8e196cce5c..6edd425820 100644 --- a/changes/bug14918 +++ b/changes/bug14918 @@ -5,3 +5,11 @@ - 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. + - When deciding whether we have any exit nodes, only do processing for + ExitNodes when the ExitNodes option is actually set. Fixes part of + bug 14918; bugfix on 0.2.6.2-alpha. + + o Minor bugfixes (logging during bootstrap): + - Correctly update and log the amount of directory information that + has been fetched during the bootstrap process. Fixes part of bug + 14918; bugfix on 0.2.6.2-alpha. |