summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2019-02-28 09:37:36 -0600
committerEric Blake <eblake@redhat.com>2019-03-01 08:24:12 -0600
commitd542b454908f417cf7586038cde7de9d8fa1d3ef (patch)
treec66483892bcfa1eb8f689807918d0503c4954bb5
parent3926d0aa49ae9113991fb24eb53d43f2d0100a89 (diff)
downloadlibvirt-d542b454908f417cf7586038cde7de9d8fa1d3ef.tar.gz
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>
-rw-r--r--docs/news.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/news.xml b/docs/news.xml
index 4c4ca5f0b9..d5c61481a5 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -157,6 +157,17 @@
version.
</description>
</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 title="Bug fixes">
<change>
@@ -315,6 +326,16 @@
attributes for devices without an image.
</description>
</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>
</release>
<release version="v5.0.0" date="2019-01-15">