From 4fed2caa02f2d4b5e2e86a9a49173291e1a69b26 Mon Sep 17 00:00:00 2001 From: Andrei Pavel Date: Wed, 2 Apr 2025 21:15:35 +0300 Subject: [PATCH] [#3812] Add ChangeLog entry --- .../3812-switch-hammer-py-from-autotools-to-meson | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog_unreleased/3812-switch-hammer-py-from-autotools-to-meson diff --git a/changelog_unreleased/3812-switch-hammer-py-from-autotools-to-meson b/changelog_unreleased/3812-switch-hammer-py-from-autotools-to-meson new file mode 100644 index 0000000000..dc72f30cda --- /dev/null +++ b/changelog_unreleased/3812-switch-hammer-py-from-autotools-to-meson @@ -0,0 +1,5 @@ +[build] andrei + Kea built with Meson is now officially tested. Some bugs related + to the Meson build system were fixed. Documentation about how to + build Kea with Meson was added. + (Gitlab #3732, #3812)