diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-01-06 08:08:48 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-01-06 08:08:48 -0500 |
commit | f5461a4bdf343a0572b0594fa33af37ce1be9d8f (patch) | |
tree | 63ecfe2a361b7aac70b3b13c23550f84d8c3daa8 /changes | |
parent | b9d81282e0dbfdae795b38c26879716d7860bcf9 (diff) | |
download | tor-f5461a4bdf343a0572b0594fa33af37ce1be9d8f.tar.gz tor-f5461a4bdf343a0572b0594fa33af37ce1be9d8f.zip |
update changes file to pass "make check-changes"
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug32841 | 4 | ||||
-rw-r--r-- | changes/bug32877 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/changes/bug32841 b/changes/bug32841 new file mode 100644 index 0000000000..48568f6a61 --- /dev/null +++ b/changes/bug32841 @@ -0,0 +1,4 @@ + o Minor bugfixes (linux seccomp sandbox): + - Fix crash when reloading logging configuration while the + experimental sandbox is enabled. Fixes bug 32841; bugfix + on 0.4.1.7. Patch by Peter Gerber. diff --git a/changes/bug32877 b/changes/bug32877 deleted file mode 100644 index 96fe1af708..0000000000 --- a/changes/bug32877 +++ /dev/null @@ -1,4 +0,0 @@ -o Minor bugfixes (linux seccomp sandbox): - - Fix crash when reloading logging configuration while the - experimental sandbox is enabled. Fixes bug 29150; bugfix - on 0.4.1.7. Patch by Peter Gerber. |