diff --git a/docs/news.xml b/docs/news.xml index e566ed9e57..11f52b81a0 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -43,6 +43,36 @@ +
+ + + Start linking against GLib and using its features + + + Up until now, libvirt has been dealing with platform portability and + the lack of certain features in libc by using gnulib and implementing + its own functions and data structures respectively; going forward, it + will prefer the facilities offered by GLib instead. + + + + + Stop distributing generated documentation + + + Most downstreams already patch the libvirt source to some extent, so + this change will probably not affect them. + + + + + Rewrite several Perl scripts in Python + + + Phasing out Perl usage is part of the project strategy. + + +
@@ -71,8 +101,34 @@ using the acpi element. + + + qemu: Support specifying resolution for video devices + + +
+
+ + + logging: Drop support for including stack traces + + + This feature was intended to aid debugging, but in practice it + resulted in logs that were too verbose to be useful and also resulted + in a significant performance penalty. + +
+ + + qemu: Implement CPU comparison/baseline on s390x + + + This functionality has been historically limited to x86_64, but it's + now available on s390x too. + +
@@ -90,6 +146,46 @@ This is now fixed. + + + qemu: Properly advertise bochs-display availability + + + Support for bochs-display was introduced in libvirt + 5.6.0, but until now the model was not listed in the domain + capabilities. + + + + + security: Don't remember labels for TPM devices + + + Due to the way they're implemented in the kernel, trying to remember + labels for TPM devices makes it impossible to use them. + + + + + security: Properly rollback after failure in a stacked driver + + + When multiple security drivers are involved, failure in one of them + would result in only the corresponding changes being rolled back, + leaving the ones performed by drivers that had been activated earlier + in place. All changes are rolled back now. + + + + + Fix build with musl libc + + + + + Improve compatibility with non-bash shells + +