mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 09:53:10 +00:00
news: More 5.1 updates
Mention my snapshot bug fixes, and the corresponding virsh command-line parse tweak I added while working on the snapshot bug fixes. Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
3926d0aa49
commit
d542b45490
@ -157,6 +157,17 @@
|
|||||||
version.
|
version.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
|
<change>
|
||||||
|
<summary>
|
||||||
|
Batch mode virsh and virt-admin parsing improvements
|
||||||
|
</summary>
|
||||||
|
<description>
|
||||||
|
When parsing a single-argument command_string in batch mode,
|
||||||
|
virsh and virt-admin now permit newlines in addition to
|
||||||
|
semicolons for splitting commands, and backslash-newline for
|
||||||
|
splitting long lines, to be more like shell parsing.
|
||||||
|
</description>
|
||||||
|
</change>
|
||||||
</section>
|
</section>
|
||||||
<section title="Bug fixes">
|
<section title="Bug fixes">
|
||||||
<change>
|
<change>
|
||||||
@ -315,6 +326,16 @@
|
|||||||
attributes for devices without an image.
|
attributes for devices without an image.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
|
<change>
|
||||||
|
<summary>
|
||||||
|
External snapshot metadata redefinition is fixed
|
||||||
|
</summary>
|
||||||
|
<description>
|
||||||
|
Attempting to use VIR_DOMAIN_SNAPSHOT_CREATE_REDEFINE to
|
||||||
|
reinstate the metadata describing an external snapshot
|
||||||
|
created earlier for an offline domain no longer fails.
|
||||||
|
</description>
|
||||||
|
</change>
|
||||||
</section>
|
</section>
|
||||||
</release>
|
</release>
|
||||||
<release version="v5.0.0" date="2019-01-15">
|
<release version="v5.0.0" date="2019-01-15">
|
||||||
|
Loading…
Reference in New Issue
Block a user