]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Update with recent feature additions master
authorJim Fehlig <jfehlig@suse.com>
Fri, 17 Jul 2026 17:29:59 +0000 (11:29 -0600)
committerJim Fehlig <jfehlig@suse.com>
Mon, 27 Jul 2026 17:36:48 +0000 (11:36 -0600)
Add NEWS entries for the new libvirtd build option and new sanlock
plugin setting.

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index c874a5443e4206a1bfaa5e89547fbf30bd45e31e..50b086b789a28e3345b956e18a42a7aff377eb32 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -22,6 +22,17 @@ v12.6.0 (unreleased)
     The bhyve driver now implements the ``virDomainRename()`` API
     for renaming of a domain (``virsh domrename``).
 
+  * build: Add option to control building libvirtd
+
+    Meson option ``libvirtd`` has been added to control building the monolithic
+    libvirtd, independent from the stateful, daemon-based drivers.
+
+  * sanlock: Add option to check ownership of disk leases
+
+    The sanlock lock driver plugin now supports the ``check_disk_lease_owner``
+    setting in sanlock.conf. When enabled, the sanlock plugin will check that
+    leases are owned by the domain attempting to acquire them.
+
 * **Improvements**
 
 * **Bug fixes**