]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changs file for 13808
authorNick Mathewson <nickm@torproject.org>
Tue, 23 Dec 2014 15:59:48 +0000 (10:59 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 23 Dec 2014 15:59:48 +0000 (10:59 -0500)
changes/bug13808 [new file with mode: 0644]

diff --git a/changes/bug13808 b/changes/bug13808
new file mode 100644 (file)
index 0000000..b24a01c
--- /dev/null
@@ -0,0 +1,9 @@
+  o Minor features (transparent proxy):
+    - Use the correct option when using IPv6 with transparent proxy
+      support on Linux.  Resolves 13808. Patch by Francisco Blas
+      Izquierdo Riera.
+
+  o Minor bugfixes (sandbox):
+    - Make transparent proxy support work along with the seccomp2
+      sandbox. Fixes part of bug 13808; bugfix on 0.2.5.1-alpha.
+      Patch by Francisco Blas Izquierdo Riera.