Signed-off-by: Martin Kletzander <mkletzan@xxxxxxxxxx> --- docs/news.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 26bd9bd6f651..2bcd27548bf3 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -49,6 +49,26 @@ <section title="Improvements"> </section> <section title="Bug fixes"> + <change> + <summary> + qemu: Better support for non-ASCII domain names + </summary> + <description> + There were some issues with multi-byte domains getting lost + on daemon restart due to wrong truncation, so the code now + handles multi-byte names a bit better. + </description> + </change> + <change> + <summary> + qemu: Support long domain names with namespaces + </summary> + <description> + Domains with extremely long names would fail to start due to + temporary namespace paths being created with the whole name. + The path is now generated with shortened name instead. + </description> + </change> </section> </release> <release version="v3.6.0" date="2017-08-02"> -- 2.14.1 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list