diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-08-11 09:39:57 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-11 09:39:57 -0400 |
commit | 133e1e870bd59e3a89d5a7712983d3f9bf35f7c3 (patch) | |
tree | 3a587a1b1aaad5244ece05c36dfecad30c54d359 /changes | |
parent | 77bb85ba873425b6c7b48d4c93bde1f434a37314 (diff) | |
parent | 5b03c7ba6d899e19e8f3e0a58bd5df8bb7bbf1d0 (diff) | |
download | tor-133e1e870bd59e3a89d5a7712983d3f9bf35f7c3.tar.gz tor-133e1e870bd59e3a89d5a7712983d3f9bf35f7c3.zip |
Merge remote-tracking branch 'dgoulet/bug23091_032_01'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23091 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug23091 b/changes/bug23091 new file mode 100644 index 0000000000..7dfb7e4180 --- /dev/null +++ b/changes/bug23091 @@ -0,0 +1,6 @@ + o Minor bugfixes (consensus expiry): + - Tor would reconsider updating its directory information every 2 minutes + instead of only doing it for a consensus that is more than 24 hours old + (badly expired). This specific check is done in the tor main loop + callback that validates if we have an expired consensus. Fixes bug + 23091; bugfix on tor-0.2.0.19-alpha. |