diff options
author | teor <teor2345@gmail.com> | 2016-11-04 16:37:57 +1100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-01 09:51:33 -0500 |
commit | b917b3875e1cf19ec5b9c733afbfb1a48dead086 (patch) | |
tree | 5b2b319185a76cad0c85acbeaad5045f644aa20f /changes | |
parent | 36bb900def44e1d9e519fa68e6c46def5051e46e (diff) | |
download | tor-b917b3875e1cf19ec5b9c733afbfb1a48dead086.tar.gz tor-b917b3875e1cf19ec5b9c733afbfb1a48dead086.zip |
Stop ignoring misconfigured hidden services
Instead, refuse to start tor until the misconfigurations have been corrected.
Fixes bug 20559; bugfix on multiple commits in 0.2.7.1-alpha and earlier.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20559 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug20559 b/changes/bug20559 new file mode 100644 index 0000000000..f117162dde --- /dev/null +++ b/changes/bug20559 @@ -0,0 +1,4 @@ + o Minor bugfixes (hidden services): + - Stop ignoring misconfigured hidden services. Instead, refuse to start + tor until the misconfigurations have been corrected. + Fixes bug 20559; bugfix on multiple commits in 0.2.7.1-alpha and earlier. |