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

Martin Kletzander posted 3 patches 7 years, 8 months ago
[libvirt] [PATCH v2 3/3] docs: Update news with domain name bug fixes
Posted by Martin Kletzander 7 years, 8 months ago
Signed-off-by: Martin Kletzander <mkletzan@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v2 3/3] docs: Update news with domain name bug fixes
Posted by John Ferlan 7 years, 8 months ago

On 08/25/2017 07:21 AM, Martin Kletzander wrote:
> Signed-off-by: Martin Kletzander <mkletzan@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

How about wide or multibyte character domain names... non-ASCII doesn't
seem like the right phrase, although I know what you mean.

> +        </summary>
> +        <description>
> +          There were some issues with multi-byte domains getting lost
> +          on daemon restart due to wrong truncation, so the code now
s/wrong//

Reviewed-by: John Ferlan <jferlan@redhat.com>

John

> +          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">
> 

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list