commit e7288111101b2a0fe74ec87a314d6d33c1a2920a Author: Neel Chauhan neel@neelc.org Date: Thu Apr 11 20:22:46 2019 -0400
Add changes file for Bug #29613 --- changes/bug29613 | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/changes/bug29613 b/changes/bug29613 new file mode 100644 index 000000000..e96697325 --- /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.