diff options
author | George Kadianakis <desnacked@riseup.net> | 2018-06-13 13:47:36 +0300 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-20 08:01:02 -0400 |
commit | 1f1a57b8d0038066be712c57b5ce8b7b1ea94e5a (patch) | |
tree | ebf2fa669de6ba2127a0dc8d17a5b1be760bfe20 | |
parent | b7b7dab00d321d2c3e2a2d52e76d9e1190836420 (diff) | |
download | tor-1f1a57b8d0038066be712c57b5ce8b7b1ea94e5a.tar.gz tor-1f1a57b8d0038066be712c57b5ce8b7b1ea94e5a.zip |
Add changes file for #24977.
-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. |