diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-12-18 08:15:38 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-12-18 08:15:38 -0500 |
commit | 90187b1bfc377a177a62043b1959640848c6bcf7 (patch) | |
tree | a89e0bbba2a05a9d2327e6a063325d3fdcb65ceb /changes/bug28127 | |
parent | 8d5ad8cd34a7755d025ec4a50879acea5ded7ddc (diff) | |
download | tor-90187b1bfc377a177a62043b1959640848c6bcf7.tar.gz tor-90187b1bfc377a177a62043b1959640848c6bcf7.zip |
Remove changes that are already merged in 0.3.5.x releases
Diffstat (limited to 'changes/bug28127')
-rw-r--r-- | changes/bug28127 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/changes/bug28127 b/changes/bug28127 deleted file mode 100644 index 541128c88e..0000000000 --- a/changes/bug28127 +++ /dev/null @@ -1,7 +0,0 @@ - o Minor bugfixes (onion services): - - Unless we have explicitly set HiddenServiceVersion, detect the onion - service version and then look for invalid options. Previously, we - did the reverse, but that broke existing configs which were pointed - to a v2 hidden service and had options like HiddenServiceAuthorizeClient - set Fixes bug 28127; bugfix on 0.3.5.1-alpha. Patch by Neel Chauhan. - |