docs: Update news with domain name bug fixes

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
Martin Kletzander 2017-08-23 13:46:36 +02:00
parent f5ef291bdb
commit 0ceec53fc4

View File

@ -64,6 +64,26 @@
<section title="Improvements"> <section title="Improvements">
</section> </section>
<section title="Bug fixes"> <section title="Bug fixes">
<change>
<summary>
qemu: Better support for international domain names (with wide characters)
</summary>
<description>
There were some issues with multi-byte domains getting lost
on daemon restart due to 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> </section>
</release> </release>
<release version="v3.6.0" date="2017-08-02"> <release version="v3.6.0" date="2017-08-02">