From 3c052399ea631850b3b6a521296641c1cc772707 Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Wed, 9 Mar 2022 11:19:02 +0100 Subject: [PATCH] news: Document that we build with musl A bit of effort by me and Michal helped make this the case, and it helped us uncover some potential issues. I am not documenting it as supported or adding an Alpine container into the CI, but since there were some distribution bugs mentioning libvirt issues I thing it would be nice of us to notify those distribution maintainers that read our release news. Signed-off-by: Martin Kletzander Reviewed-by: Michal Privoznik --- NEWS.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index a5b6106bc2..f0270b9bb1 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -21,6 +21,9 @@ v8.2.0 (unreleased) * **Bug fixes** + * Both build and tests should now pass on Alpine Linux or any other + distribution with musl libc. + v8.1.0 (2022-03-01) ===================