diff options
author | David Goulet <dgoulet@torproject.org> | 2021-01-12 10:54:31 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-01-12 10:54:31 -0500 |
commit | b3652f2104c880bf626cb4e97e6088bca5a1571f (patch) | |
tree | 6cb537a2bc8f367f626f3dd728eb626d4041617d /changes | |
parent | 5a822b462aaa8cf3cd749c253bb1e9e5f4f37fa2 (diff) | |
parent | 0485c7ddba8c3474d1be8972caa9505b09d65644 (diff) | |
download | tor-b3652f2104c880bf626cb4e97e6088bca5a1571f.tar.gz tor-b3652f2104c880bf626cb4e97e6088bca5a1571f.zip |
Merge branch 'ticket40237_043_01' into ticket40237_044_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. |