From: Michal Privoznik Date: Wed, 30 Jul 2025 12:41:49 +0000 (+0200) Subject: NEWS: Document features/improvements/bug fixes I've participated in X-Git-Tag: v11.6.0~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab71cd66a95f3542c181f646fdc1c7f809862b9f;p=thirdparty%2Flibvirt.git NEWS: Document features/improvements/bug fixes I've participated in There are some features/improvements/bug fixes I've either contributed or reviewed/merged. Document them for upcoming release. Signed-off-by: Michal Privoznik Reviewed-by: Jiri Denemark --- diff --git a/NEWS.rst b/NEWS.rst index 19f86c0c72..1513c2cafb 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -77,6 +77,12 @@ v11.6.0 (unreleased) Timeout values are set using the ``bhyveload_timeout`` and ``bhyveload_timeout_kill`` configuration options in ``bhyve.conf``. + * nss: Improve debugging + + Debugging messages from NSS modules can be now enabled by setting the + ``LIBVIRT_NSS_DEBUG`` environment variable. So far, there is no special + meaning to its value. + * **Bug fixes** * bhyve: Fix resetting of the autostart flag of the domain on destroy.