diff options
author | David Goulet <dgoulet@torproject.org> | 2021-01-12 10:46:25 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-01-12 10:46:25 -0500 |
commit | 60da5d62225c975842ef57195b7243baa7033acb (patch) | |
tree | c355fe467bd86c209bc6f75c6eb5fec367fb0568 /changes | |
parent | 4b39f46a611ff48ceb7ea212dbcdb2e5b6d26d3b (diff) | |
parent | 04b0263974c7ad1327e7a193884cf31d55f7949a (diff) | |
download | tor-60da5d62225c975842ef57195b7243baa7033acb.tar.gz tor-60da5d62225c975842ef57195b7243baa7033acb.zip |
Merge branch 'ticket40237_035_01' into ticket40237_043_01
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40237 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket40237 b/changes/ticket40237 new file mode 100644 index 0000000000..fc32f59cd4 --- /dev/null +++ b/changes/ticket40237 @@ -0,0 +1,5 @@ + o Major bugfixes (onion service v3): + - Stop requiring a live consensus for v3 clients and services to work. The + use of a reasonably live consensus will allow v3 to work properly in most + cases if the network failed to generate a consensus for more than 2 hours + in a row. Fixes bug 40237; bugfix on 0.3.5.1-alpha. |