From d542b454908f417cf7586038cde7de9d8fa1d3ef Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 28 Feb 2019 09:37:36 -0600 Subject: [PATCH] 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 --- docs/news.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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. + + + Batch mode virsh and virt-admin parsing improvements + + + 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. + +
@@ -315,6 +326,16 @@ attributes for devices without an image. + + + External snapshot metadata redefinition is fixed + + + 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. + +
-- 2.39.5