From 73264b77d2841b9a92ed4a7ccf705a50de633115 Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Wed, 30 Oct 2024 15:20:23 +0000 Subject: [PATCH] Update NEWS Signed-off-by: Simon McVittie <smcv@collabora.com> --- NEWS.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 0cdbdfb93..0c8c9e669 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,8 +5,12 @@ Released: not yet Dependencies: - * Remove the Autotools build system. Meson is now required at build-time. - (#625, Hugo Osvaldo Barrera) + * Remove the Autotools build system. Meson ≥ 0.49.0 is now required + at build-time. (#625, Hugo Osvaldo Barrera) + + * For users of bash-completion, bash-completion ≥ 2.10 is recommended. + With older bash-completion, bubblewrap might install completions + outside its `${prefix}` unless overridden with `-Dbash_completion_dir=…`. Enhancements: @@ -32,6 +36,8 @@ Bug fixes: * Improve tests' compatibility with busybox (#627, @Sertonix) + * Improve compatibility with Meson < 1.3.0 (#664, Simon McVittie) + Internal changes: * Consistently use `<stdbool.h>` for booleans (#660, Simon McVittie) -- GitLab