[PATCH] NEWS: Document features/improvements/bug fixes I've participated in

Michal Privoznik via Devel posted 1 patch 1 month, 1 week ago
Failed in applying to current master (apply log)
NEWS.rst | 6 ++++++
1 file changed, 6 insertions(+)
[PATCH] NEWS: Document features/improvements/bug fixes I've participated in
Posted by Michal Privoznik via Devel 1 month, 1 week ago
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
+    ``LIBVIRT_NSS_DEBUG`` environment variable. So far, there is no special
+    meaning to its value.
+
 * **Bug fixes**
 
 
-- 
2.49.1
Re: [PATCH] NEWS: Document features/improvements/bug fixes I've participated in
Posted by Jiri Denemark via Devel 1 month, 1 week ago
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>