From: Daniel P. Berrangé Date: Thu, 5 Dec 2019 10:35:56 +0000 (+0000) Subject: docs: document some recent news items X-Git-Tag: v6.0.0-rc1~482 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fbd35968beac56a0a386889db2f408667de07ef;p=thirdparty%2Flibvirt.git docs: document some recent news items Document xz compression improvements, docutils build requirements, and dropped python 2 support. Reviewed-by: Michal Privoznik Signed-off-by: Daniel P. Berrangé --- diff --git a/docs/news.xml b/docs/news.xml index 3ddebfddfb..6e7050160b 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -44,11 +44,48 @@
+ + + docs: the python docutils toolset is now required + + + The use of rst2html has been introduced for the + website build process since docs are now being + written in the RST as an alternative to HTML. + +
+ + + qemu: xz save image compression is faster + + + When using the xz format to compressed virtual + machine saved state images, the "-3" compression + level preset is now used. This results in slightly + larger files, but with a massively reduced time + to compress. The xz format offers the best compression + level for saved state images, albeit still with the + slowest running time. For the fastest possible + running time, at cost of the larest compressed size, + lzop should be used. + +
+
+ + + support for python2 is removed + + + Libvirt is no longer able to be built using the + Python 2 binary. Python 3 must be used instead. + + +