From 83b1ca9b07195cc2f2ad514043eaebfaf9e85641 Mon Sep 17 00:00:00 2001 From: Peter Gerber Date: Sat, 2 Feb 2019 23:09:44 +0000 Subject: [PATCH] Add release note for bug 29150 --- changes/bug29150 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/bug29150 diff --git a/changes/bug29150 b/changes/bug29150 new file mode 100644 index 0000000000..7696b90378 --- /dev/null +++ b/changes/bug29150 @@ -0,0 +1,3 @@ + o Minor bugfixes (linux seccomp sandbox): + - Fix startup crash when experimental sandbox support is enabled. + Fixes bug 29150; bugfix on 0.4.0.1-alpha. Patch by Peter Gerber.