commit 2d8d6d1ebfd62ebc6da931170d949d8c02f67b76 parent 16e94dc7a70e90fe7a1617ffeef817f3394fe382 Author: Nick Mathewson <nickm@torproject.org> Date: Mon, 6 Jan 2020 08:08:59 -0500 Merge branch 'maint-0.4.1' into maint-0.4.2 Diffstat:
| A | changes/bug32841 | | | 4 | ++++ |
| D | changes/bug32877 | | | 4 | ---- |
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/changes/bug32841 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 @@ -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.