]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
missing changes file for 22605
authorNick Mathewson <nickm@torproject.org>
Wed, 1 Nov 2017 17:27:57 +0000 (13:27 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 1 Nov 2017 17:27:57 +0000 (13:27 -0400)
changes/bug22605 [new file with mode: 0644]

diff --git a/changes/bug22605 b/changes/bug22605
new file mode 100644 (file)
index 0000000..fdfe202
--- /dev/null
@@ -0,0 +1,5 @@
+  o Minor bugfixes (linux seccomp2 sandbox):
+    - When running with the sandbox enabled, reload configuration files
+      correctly even when %include was used. Previously we
+      would crash. Fixes bug 22605; bugfix on 0.3.1.
+      Patch from Daniel Pinto.