[PATCH] news: Mention 'showmount' dependency change and overflow/memleak fixes

Peter Krempa posted 1 patch 5 days, 15 hours ago
NEWS.rst | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
[PATCH] news: Mention 'showmount' dependency change and overflow/memleak fixes
Posted by Peter Krempa 5 days, 15 hours ago
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---

Note: applies on top of Laine's NEWS patch.

 NEWS.rst | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 617af915b3..6869136325 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -32,6 +32,13 @@ v10.8.0 (unreleased)
     the bridge interface (normally it would not be set, as is done
     with other forward modes).

+  * storage: Lessen dependancy on the ``showmount`` program
+
+    Libvirt now automatically detects presence of ``showmount`` during runtime
+    as we do with other helper programs and also the
+    ``daemon-driver-storage-core`` RPM package now doesn't strongly depend on it
+    if the users wish for a more minimal deployment.
+
 * **Bug fixes**

   * virsh: Fix script-friedly output of ``virsh list --uuid``
@@ -58,6 +65,17 @@ v10.8.0 (unreleased)
       host bridge to an OVS bridge. This (and the opposite direction)
       now works.

+  * qemu: backup: Fix possible crashes when running monitoring commands during backup job
+
+    The qemu monitor code was fixed to not crash in specific cases when
+    monitoing APIs are called during a backup job.
+
+  * Fix various memleaks and overflows
+
+    Multiple memory leaks and overflows in corner cases were fixed based on
+    upstream issues reported.
+
+
 v10.7.0 (2024-09-02)
 ====================

-- 
2.46.0
Re: [PATCH] news: Mention 'showmount' dependency change and overflow/memleak fixes
Posted by Ján Tomko 5 days, 15 hours ago
On a Monday in 2024, Peter Krempa wrote:
>Signed-off-by: Peter Krempa <pkrempa@redhat.com>
>---
>
>Note: applies on top of Laine's NEWS patch.
>
> NEWS.rst | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano