From 2a135ac4b375eec33a6f1de5ff7e08cd9fc6ab4e Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 27 Mar 2024 13:55:08 +0000 Subject: [PATCH] Update NEWS Signed-off-by: Simon McVittie --- NEWS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/NEWS b/NEWS index 7573d1f4..6a618744 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,10 @@ Dependencies: * The Meson build system is now required. Compiling with Autotools is no longer possible. + * In distributions that compile Flatpak to use a separate bubblewrap (bwrap) + executable, version 0.9.0 is recommended. Several of the bug fixes listed + below will not be active if an older version is used. + * If libmalcontent (parental controls) is enabled, it must be version 0.5.0 or later. @@ -22,6 +26,17 @@ New features: Bug fixes: + * Update included copy of bubblewrap to version 0.9.0: + + * `--symlink` is now idempotent, meaning it succeeds if the + symlink already exists and already has the desired target + (#2387, #3477, #5255) + * Report a better error message if `mount(2)` fails with `ENOSPC` + * Fix a double-close on error reading from `--args`, `--seccomp` or + `--add-seccomp-fd` argument + * Improve memory allocation behaviour + * Silence various compiler warnings + * Don't parse `` as the application name (#5700)