diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-04-23 15:39:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-04-23 15:39:23 -0400 |
commit | 15d42383833341c9e0c859ba3998ea70eccd74af (patch) | |
tree | 0c8c61eaae97daf7d9a93b5e5086798a3b509755 /changes | |
parent | 8bea0c2fa346b8f67e5c33a5c455d022049e34c6 (diff) | |
parent | caa55a6d37426073dc264d2adec7201ec65aec19 (diff) | |
download | tor-15d42383833341c9e0c859ba3998ea70eccd74af.tar.gz tor-15d42383833341c9e0c859ba3998ea70eccd74af.zip |
Merge remote-tracking branch 'tor-github/pr/944'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug29613 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug29613 b/changes/bug29613 new file mode 100644 index 0000000000..e966973255 --- /dev/null +++ b/changes/bug29613 @@ -0,0 +1,5 @@ + o Minor bugfixes (relay): + - If we are are a relay and have IPv6Exit to 1 while ExitRelay is + auto, we act as if ExitRelay is 1. Previously, we ignored IPv6Exit + if ExitRelay was 0 or auto. Fixes bug 29613; bugfix on 0.3.5.1-alpha. + Patch by Neel Chauhan. |