diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-20 08:05:07 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-20 08:05:07 -0400 |
commit | 11a76b903b283ee39ab0dbf9d926d4c4b60b7a92 (patch) | |
tree | 94e6e66939beb2560b0901762bfd8c37f0e738cb /changes | |
parent | 334edc22d1bd05cbadb1ccc132d099e8a282bff4 (diff) | |
parent | 7b9cd5cca54d0077c0f8c163a58b055c85bf067f (diff) | |
download | tor-11a76b903b283ee39ab0dbf9d926d4c4b60b7a92.tar.gz tor-11a76b903b283ee39ab0dbf9d926d4c4b60b7a92.zip |
Merge branch '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. |