From: Neel Chauhan Date: Fri, 12 Apr 2019 00:22:46 +0000 (-0400) Subject: Add changes file for Bug #29613 X-Git-Tag: tor-0.4.1.1-alpha~65^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7288111101b2a0fe74ec87a314d6d33c1a2920a;p=thirdparty%2Ftor.git Add changes file for Bug #29613 --- 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.