From: Martin Kletzander Date: Wed, 23 Aug 2017 11:46:36 +0000 (+0200) Subject: docs: Update news with domain name bug fixes X-Git-Tag: v3.7.0-rc1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ceec53fc4e35deaafa97a3b11943a6ecc4a3cb4;p=thirdparty%2Flibvirt.git docs: Update news with domain name bug fixes Signed-off-by: Martin Kletzander --- diff --git a/docs/news.xml b/docs/news.xml index 7869178c4f..05152b8565 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -64,6 +64,26 @@
+ + + qemu: Better support for international domain names (with wide characters) + + + 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. + + + + + qemu: Support long domain names with namespaces + + + 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. + +