From: Nick Mathewson Date: Wed, 1 Nov 2017 17:27:57 +0000 (-0400) Subject: missing changes file for 22605 X-Git-Tag: tor-0.3.3.1-alpha~273 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e79d74072b2a1087d4527912087573412b7da3a7;p=thirdparty%2Ftor.git missing changes file for 22605 --- diff --git a/changes/bug22605 b/changes/bug22605 new file mode 100644 index 0000000000..fdfe202021 --- /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.