diff --git a/NEWS.md b/NEWS.md index 0cdbdfb93387fcdd10af7562d4d2ca4642141d9f..0c8c9e669086357c7f7a7c6708e5e91213123750 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)