diff --git a/docs/news.xml b/docs/news.xml index 7869178c4f3b0d8c96c20eab5015219b816afabb..05152b8565dad02ee4fbc8e986a613a476e3a7b6 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. + +