mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-10 17:57:25 +03:00
news: Rearrange a few entries
Some were in the wrong section, some in the wrong version. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
ca6d115dea
commit
a58b498cbc
@ -43,7 +43,16 @@
|
|||||||
|
|
||||||
<libvirt>
|
<libvirt>
|
||||||
<release version="v6.0.0" date="unreleased">
|
<release version="v6.0.0" date="unreleased">
|
||||||
<section title="New features">
|
<section title="Packaging changes">
|
||||||
|
<change>
|
||||||
|
<summary>
|
||||||
|
support for python2 is removed
|
||||||
|
</summary>
|
||||||
|
<description>
|
||||||
|
Libvirt is no longer able to be built using the
|
||||||
|
Python 2 binary. Python 3 must be used instead.
|
||||||
|
</description>
|
||||||
|
</change>
|
||||||
<change>
|
<change>
|
||||||
<summary>
|
<summary>
|
||||||
docs: the python docutils toolset is now required
|
docs: the python docutils toolset is now required
|
||||||
@ -54,6 +63,8 @@
|
|||||||
written in the RST as an alternative to HTML.
|
written in the RST as an alternative to HTML.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
|
</section>
|
||||||
|
<section title="New features">
|
||||||
<change>
|
<change>
|
||||||
<summary>
|
<summary>
|
||||||
new PCI hostdev address type: unassigned
|
new PCI hostdev address type: unassigned
|
||||||
@ -68,6 +79,29 @@
|
|||||||
guest.
|
guest.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
|
<change>
|
||||||
|
<summary>
|
||||||
|
Provide init scripts for sub-deaemons
|
||||||
|
</summary>
|
||||||
|
<description>
|
||||||
|
So far libvirt shipped systemd unit files for sub-daemons. With this
|
||||||
|
release, init scripts are available too. Package maintainers can
|
||||||
|
choose which one to install via <code>--with-init-script</code>
|
||||||
|
configure option.
|
||||||
|
</description>
|
||||||
|
</change>
|
||||||
|
</section>
|
||||||
|
<section title="Removed features">
|
||||||
|
<change>
|
||||||
|
<summary>
|
||||||
|
'phyp' Power Hypervisor driver removed
|
||||||
|
</summary>
|
||||||
|
<description>
|
||||||
|
The 'phyp' Power Hypervisor driver has not seen active development
|
||||||
|
since 2011 and does not seem to have any real world usage. It
|
||||||
|
has now been removed.
|
||||||
|
</description>
|
||||||
|
</change>
|
||||||
</section>
|
</section>
|
||||||
<section title="Improvements">
|
<section title="Improvements">
|
||||||
<change>
|
<change>
|
||||||
@ -102,27 +136,6 @@
|
|||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
</section>
|
</section>
|
||||||
<section title="Removed features">
|
|
||||||
<change>
|
|
||||||
<summary>
|
|
||||||
support for python2 is removed
|
|
||||||
</summary>
|
|
||||||
<description>
|
|
||||||
Libvirt is no longer able to be built using the
|
|
||||||
Python 2 binary. Python 3 must be used instead.
|
|
||||||
</description>
|
|
||||||
</change>
|
|
||||||
<change>
|
|
||||||
<summary>
|
|
||||||
'phyp' Power Hypervisor driver removed
|
|
||||||
</summary>
|
|
||||||
<description>
|
|
||||||
The 'phyp' Power Hypervisor driver has not seen active development
|
|
||||||
since 2011 and does not seem to have any real world usage. It
|
|
||||||
has now been removed.
|
|
||||||
</description>
|
|
||||||
</change>
|
|
||||||
</section>
|
|
||||||
</release>
|
</release>
|
||||||
<release version="v5.10.0" date="2019-12-02">
|
<release version="v5.10.0" date="2019-12-02">
|
||||||
<section title="New features">
|
<section title="New features">
|
||||||
@ -224,17 +237,6 @@
|
|||||||
down, these scripts were rewritten into Python.
|
down, these scripts were rewritten into Python.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
<change>
|
|
||||||
<summary>
|
|
||||||
Provide init scripts for sub-deaemons
|
|
||||||
</summary>
|
|
||||||
<description>
|
|
||||||
So far libvirt shipped systemd unit files for sub-daemons. With this
|
|
||||||
release, init scripts are available too. Package maintainers can
|
|
||||||
choose which one to install via <code>--with-init-script</code>
|
|
||||||
configure option.
|
|
||||||
</description>
|
|
||||||
</change>
|
|
||||||
</section>
|
</section>
|
||||||
<section title="Bug fixes">
|
<section title="Bug fixes">
|
||||||
<change>
|
<change>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user