mirror of https://gitee.com/openkylin/libvirt.git
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>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
</section>
|
</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">
|
<section title="Improvements">
|
||||||
<change>
|
<change>
|
||||||
<summary>
|
<summary>
|
||||||
|
@ -73,6 +85,15 @@
|
||||||
Firmware Secure Boot support is also advertised.
|
Firmware Secure Boot support is also advertised.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</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>
|
||||||
<section title="Bug fixes">
|
<section title="Bug fixes">
|
||||||
<change>
|
<change>
|
||||||
|
@ -85,6 +106,35 @@
|
||||||
leaks may also occur.
|
leaks may also occur.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</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>
|
</section>
|
||||||
</release>
|
</release>
|
||||||
<release version="v5.2.0" date="2019-04-03">
|
<release version="v5.2.0" date="2019-04-03">
|
||||||
|
|
Loading…
Reference in New Issue