From 0ceec53fc4e35deaafa97a3b11943a6ecc4a3cb4 Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Wed, 23 Aug 2017 13:46:36 +0200 Subject: [PATCH] docs: Update news with domain name bug fixes Signed-off-by: Martin Kletzander --- docs/news.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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. + +
-- 2.39.5