mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
docs: Update news with domain name bug fixes
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
f5ef291bdb
commit
0ceec53fc4
@ -64,6 +64,26 @@
|
|||||||
<section title="Improvements">
|
<section title="Improvements">
|
||||||
</section>
|
</section>
|
||||||
<section title="Bug fixes">
|
<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>
|
</section>
|
||||||
</release>
|
</release>
|
||||||
<release version="v3.6.0" date="2017-08-02">
|
<release version="v3.6.0" date="2017-08-02">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user