diff --git a/docs/news.xml b/docs/news.xml index 3ddebfddfbf67baf524c6cd2877a488a1edb131e..6e7050160b07ed65c8a3e59ba551e5e9c86cb4ee 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. + + +