1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-20 06:50:22 +03:00

NEWS: Mention de-modularization of the 'fs' storage file backend

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2025-01-09 10:00:34 +01:00
parent f8558a87ac
commit 06a7866d68

View File

@ -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**