]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file for Bug #29613
authorNeel Chauhan <neel@neelc.org>
Fri, 12 Apr 2019 00:22:46 +0000 (20:22 -0400)
committerNeel Chauhan <neel@neelc.org>
Sun, 14 Apr 2019 16:48:07 +0000 (12:48 -0400)
changes/bug29613 [new file with mode: 0644]

diff --git a/changes/bug29613 b/changes/bug29613
new file mode 100644 (file)
index 0000000..e966973
--- /dev/null
@@ -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.