
On Wed, Jul 30, 2025 at 14:42:20 +0200, Michal Privoznik wrote:
From: Michal Privoznik <mprivozn@redhat.com>
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> --- NEWS.rst | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/NEWS.rst b/NEWS.rst index 7f08e45537..d6919bdf4c 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -59,6 +59,12 @@ v11.6.0 (unreleased) This can be used to tell some guest operating systems (notably Windows) to not trim the disk.
+ * nss: Improve debugging + + Debugging printings from NSS modules can be now enabled by setting the
"Debugging messages" would sound better to me.
+ ``LIBVIRT_NSS_DEBUG`` environment variable. So far, there is no special + meaning to its value. + * **Bug fixes**
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>