]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Document features/improvements/bug fixes I've participated in
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 30 Jul 2025 12:41:49 +0000 (14:41 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 30 Jul 2025 15:45:01 +0000 (17:45 +0200)
There are some features/improvements/bug fixes I've either
contributed or reviewed/merged. Document them for upcoming
release.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
NEWS.rst

index 19f86c0c7242c5ad8f10d4f34b67184994c1fcfc..1513c2cafb4c2df12697a2047411eb19bb053d9e 100644 (file)
--- 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.