diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-20 08:02:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-20 08:02:27 -0400 |
commit | 7b9cd5cca54d0077c0f8c163a58b055c85bf067f (patch) | |
tree | 9a75f56175d050e1454dd61c2ed9991742dd572e /changes | |
parent | 4971d7afa61772137eee880aa20f3b849bd8b9ac (diff) | |
parent | 1f1a57b8d0038066be712c57b5ce8b7b1ea94e5a (diff) | |
download | tor-7b9cd5cca54d0077c0f8c163a58b055c85bf067f.tar.gz tor-7b9cd5cca54d0077c0f8c163a58b055c85bf067f.zip |
Merge branch 'asn_bug24977_final_squashed' into maint-0.3.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24977 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug24977 b/changes/bug24977 new file mode 100644 index 0000000000..f8127a2a73 --- /dev/null +++ b/changes/bug24977 @@ -0,0 +1,5 @@ + o Minor bugfixes (onion services): + - Recompute some consensus information after clock skews or when we + transition from a non-live consensus to a live consensus. We do this to + avoid having an outdated state which could impact next-generation onion + services. Fixes bug 24977; bugfix on 0.3.2.1-alpha. |