]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: More 5.1 updates
authorEric Blake <eblake@redhat.com>
Thu, 28 Feb 2019 15:37:36 +0000 (09:37 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 1 Mar 2019 14:24:12 +0000 (08:24 -0600)
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>
docs/news.xml

index 4c4ca5f0b962f7e96f40f083d8a40cae7aba64aa..d5c61481a5c8ab3195c1084fe14610cfd9167e41 100644 (file)
           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>
           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">