[libvirt] [PATCH v2 3/3] docs: Update news with domain name bug fixes

Martin Kletzander mkletzan at redhat.com
Fri Aug 25 11:21:14 UTC 2017


Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
---
 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




More information about the libvir-list mailing list