mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
news: Update for 5.3.0 release
Some basic features/bugfixes/removed features. Of course we've done a lot more than recoded here. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
04e4307d34
commit
998a55c49a
@ -48,6 +48,18 @@
|
||||
</description>
|
||||
</change>
|
||||
</section>
|
||||
<section title="Removed features">
|
||||
<change>
|
||||
<summary>
|
||||
vbox: Drop support for VirtualBox 4.x releases
|
||||
</summary>
|
||||
<description>
|
||||
Support for all the 4.x releases was ended by
|
||||
VirtualBox maintainers in December 2015. Therefore,
|
||||
libvirt support for these releases is dropped.
|
||||
</description>
|
||||
</change>
|
||||
</section>
|
||||
<section title="Improvements">
|
||||
<change>
|
||||
<summary>
|
||||
@ -73,6 +85,15 @@
|
||||
Firmware Secure Boot support is also advertised.
|
||||
</description>
|
||||
</change>
|
||||
<change>
|
||||
<summary>
|
||||
Drop YAJL 1 support
|
||||
</summary>
|
||||
<description>
|
||||
YAJL 2 is widely adopted and maintaining side by side
|
||||
support for two versions is unnecessary.
|
||||
</description>
|
||||
</change>
|
||||
</section>
|
||||
<section title="Bug fixes">
|
||||
<change>
|
||||
@ -85,6 +106,35 @@
|
||||
leaks may also occur.
|
||||
</description>
|
||||
</change>
|
||||
<change>
|
||||
<summary>
|
||||
virsh: various completers fixes
|
||||
</summary>
|
||||
<description>
|
||||
There were some possible crashers, memory leaks, etc.
|
||||
which are now fixed.
|
||||
</description>
|
||||
</change>
|
||||
<change>
|
||||
<summary>
|
||||
qemu: Make hugepages work with memfd backend
|
||||
</summary>
|
||||
<description>
|
||||
Due to a bug in command line generation libvirt did not
|
||||
honor hugepages setting with memfd backend.
|
||||
</description>
|
||||
</change>
|
||||
<change>
|
||||
<summary>
|
||||
Enforce ACL write permission for getting guest time & hostname
|
||||
</summary>
|
||||
<description>
|
||||
Getting the guest time and hostname both require use of
|
||||
guest agent commands. These must not be allowed for
|
||||
read-only users, so the permissions check must validate
|
||||
"write" permission not "read".
|
||||
</description>
|
||||
</change>
|
||||
</section>
|
||||
</release>
|
||||
<release version="v5.2.0" date="2019-04-03">
|
||||
|
Loading…
x
Reference in New Issue
Block a user