diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-01 13:27:57 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-01 13:27:57 -0400 |
commit | e79d74072b2a1087d4527912087573412b7da3a7 (patch) | |
tree | 871502425bbd9d884ef199a07dec5aa564c9544e /changes/bug22605 | |
parent | ef25f957e7912491ced116733e699ee341f2dadc (diff) | |
download | tor-e79d74072b2a1087d4527912087573412b7da3a7.tar.gz tor-e79d74072b2a1087d4527912087573412b7da3a7.zip |
missing changes file for 22605
Diffstat (limited to 'changes/bug22605')
-rw-r--r-- | changes/bug22605 | 5 |
1 files changed, 5 insertions, 0 deletions
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. |