commit e79d74072b2a1087d4527912087573412b7da3a7 Author: Nick Mathewson nickm@torproject.org Date: Wed Nov 1 13:27:57 2017 -0400
missing changes file for 22605 --- changes/bug22605 | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/changes/bug22605 b/changes/bug22605 new file mode 100644 index 000000000..fdfe20202 --- /dev/null +++ b/changes/bug22605 @@ -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.