]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Mention de-modularization of the 'fs' storage file backend
authorPeter Krempa <pkrempa@redhat.com>
Thu, 9 Jan 2025 09:00:34 +0000 (10:00 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 20 Jan 2025 12:28:09 +0000 (13:28 +0100)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index de8317be7b4e6b81483fbecfd576b0eb804baa68..5d742df705cc2c5e3d061dd07274094755572e05 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -11,6 +11,15 @@ For a more fine-grained view, use the `git log`_.
 v11.1.0 (unreleased)
 ====================
 
+* **Packaging changes**
+
+  * De-modularize the 'fs' storage file backend
+
+    The storage file backend for local files uses only code which we compile
+    into the internal libraries anyways so there's no point in having it
+    as a loadable module. The ``storage-file/libvirt_storage_file_fs.so`` module
+    no longer exists and its functionality is embedded directly.
+
 * **Security**
 
 * **Removed features**