]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Update news with domain name bug fixes
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 23 Aug 2017 11:46:36 +0000 (13:46 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 29 Aug 2017 09:17:16 +0000 (11:17 +0200)
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
docs/news.xml

index 7869178c4f3b0d8c96c20eab5015219b816afabb..05152b8565dad02ee4fbc8e986a613a476e3a7b6 100644 (file)
     <section title="Improvements">
     </section>
     <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>
   </release>
   <release version="v3.6.0" date="2017-08-02">