From: Michal Privoznik Date: Fri, 31 Oct 2025 12:31:49 +0000 (+0100) Subject: NEWS: Document features/improvements/bug fixes I've participated in X-Git-Tag: v11.9.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f80eec7eab7224f7c12929a8338ed365054275c9;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 38443f913a..e6e0250a65 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -66,8 +66,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 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) ====================