diff options
author | teor <teor@torproject.org> | 2018-09-18 10:42:59 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2018-09-18 10:42:59 +1000 |
commit | ab0203dd1e388882d59ac4f47bedc2dbf21c0db1 (patch) | |
tree | 5935367c2a060c6cea64e8951f6a0d0e057bceb1 /ChangeLog | |
parent | aebc98d58c12065b2fc831f4cb8d3c715f1ed592 (diff) | |
download | tor-ab0203dd1e388882d59ac4f47bedc2dbf21c0db1.tar.gz tor-ab0203dd1e388882d59ac4f47bedc2dbf21c0db1.zip |
ChangeLog: delete both consensus flavours to un-break nss
The required protocol version check occurs before the consensus flavour
check. So on directory mirrors (and some client configs), alpha users need
to delete both consensus flavours to workaround nss bugs.
Closes ticket 27756.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -62,7 +62,8 @@ Changes in version 0.3.5.1-alpha - 2018-09-18 If you are experimenting with this option and using an old cached consensus, Tor may fail to start. To solve this, delete your - "cached-microdesc-consensus" file, and restart Tor. + "cached-consensus" and "cached-microdesc-consensus" files, + (if present), and restart Tor. o Major bugfixes (directory authority): - Actually check that the address we get from DirAuthority |