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

Michal Privoznik via Devel posted 1 patch 2 weeks, 6 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/84c35cb8184a9070e70f4d3bda18a54d40cd0d7d.1761913941.git.mprivozn@redhat.com
NEWS.rst | 12 ++++++++++++
1 file changed, 12 insertions(+)
[PATCH] NEWS: Document features/improvements/bug fixes I've participated in
Posted by Michal Privoznik via Devel 2 weeks, 6 days 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 | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index ee11435e0e..cd94ee0ec5 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -56,8 +56,20 @@ v11.9.0 (unreleased)
     such now support setting various virtio knobs (iommu, ats, packed,
     page_per_vq) common to other virtio devices.
 
+  * wireshark: Adapt to wireshark-4.6.0
+
+    Libvirt's wireshark dissector plugin adapted to changes made to wireshark
+    dissector API made in its 4.6.0 release.
+
 * **Bug fixes**
 
+  * ch: Load ``ch.conf`` from ``SYSCONFDIR``
+
+    Previously, the ``ch.conf`` file for ``ch:///system`` URI was mistakenly
+    loaded from a path under ``LOCALSTATEDIR`` (``/var/...``). This is now
+    fixed and the configuration file is loaded from the ``SYSCONFDIR``
+    (``/etc/...``) location where it's also installed.
+
 
 v11.8.0 (2025-10-01)
 ====================
-- 
2.51.0
Re: [PATCH] NEWS: Document features/improvements/bug fixes I've participated in
Posted by Jiri Denemark via Devel 2 weeks, 6 days ago
On Fri, Oct 31, 2025 at 13:32:21 +0100, 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 | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/NEWS.rst b/NEWS.rst
> index ee11435e0e..cd94ee0ec5 100644
> --- a/NEWS.rst
> +++ b/NEWS.rst
> @@ -56,8 +56,20 @@ v11.9.0 (unreleased)
>      such now support setting various virtio knobs (iommu, ats, packed,
>      page_per_vq) common to other virtio devices.
>  
> +  * wireshark: Adapt to wireshark-4.6.0
> +
> +    Libvirt's wireshark dissector plugin adapted to changes made to wireshark
> +    dissector API made in its 4.6.0 release.

ETOOMANYMADES :-) s/made in/in/

> +
>  * **Bug fixes**
>  
> +  * ch: Load ``ch.conf`` from ``SYSCONFDIR``
> +
> +    Previously, the ``ch.conf`` file for ``ch:///system`` URI was mistakenly
> +    loaded from a path under ``LOCALSTATEDIR`` (``/var/...``). This is now
> +    fixed and the configuration file is loaded from the ``SYSCONFDIR``
> +    (``/etc/...``) location where it's also installed.

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>