From a58b498cbcc40d1f62c84312cba0e7bb68339e39 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Mon, 13 Jan 2020 10:30:05 +0100 Subject: [PATCH] news: Rearrange a few entries Some were in the wrong section, some in the wrong version. Signed-off-by: Andrea Bolognani Reviewed-by: Michal Privoznik --- docs/news.xml | 68 ++++++++++++++++++++++++++------------------------- 1 file changed, 35 insertions(+), 33 deletions(-) diff --git a/docs/news.xml b/docs/news.xml index f05d5f1736..56b1e36d38 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -43,7 +43,16 @@ -
+
+ + + support for python2 is removed + + + Libvirt is no longer able to be built using the + Python 2 binary. Python 3 must be used instead. + + docs: the python docutils toolset is now required @@ -54,6 +63,8 @@ written in the RST as an alternative to HTML. +
+
new PCI hostdev address type: unassigned @@ -68,6 +79,29 @@ guest. + + + Provide init scripts for sub-deaemons + + + 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 --with-init-script + configure option. + + +
+
+ + + 'phyp' Power Hypervisor driver removed + + + 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. + +
@@ -102,27 +136,6 @@
-
- - - support for python2 is removed - - - Libvirt is no longer able to be built using the - Python 2 binary. Python 3 must be used instead. - - - - - 'phyp' Power Hypervisor driver removed - - - 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. - - -
@@ -224,17 +237,6 @@ down, these scripts were rewritten into Python. - - - Provide init scripts for sub-deaemons - - - 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 --with-init-script - configure option. - -