[libvirt PATCH] news: move section about downscript to v6.4.0

Ján Tomko posted 1 patch 3 years, 6 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/78d44020cd0099f96dd5cc2db512c0770aa370bd.1601843299.git.jtomko@redhat.com
NEWS.rst | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
[libvirt PATCH] news: move section about downscript to v6.4.0
Posted by Ján Tomko 3 years, 6 months ago
The feature was merged in v6.3.0-175-g61ba6f09b1

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Fixes: 4eda71a8d05d968e73ab9b0fdc8a90123c57d39e
---
 NEWS.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/NEWS.rst b/NEWS.rst
index f6074d9fe8..5da6174e42 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -404,6 +404,12 @@ v6.4.0 (2020-06-02)
     ``virsh capabilities`` will now include information about the host CPU when
     run on ARM machines.
 
+  * qemu: support network interface downscript
+
+    QEMU has the ability to run a script when a NIC is brought up and down.
+    Libvirt only enables use of the up script. Now add support for postscript
+    when NIC is down/detached.
+
 * **Improvements**
 
   * qemu: stricter validation for disk type='lun'
@@ -454,12 +460,6 @@ v6.3.0 (2020-05-05)
 
 * **New features**
 
-  * qemu: support network interface downscript
-
-    QEMU has the ability to run a script when a NIC is brought up and down.
-    Libvirt only enables use of the up script. Now add support for postscript
-    when NIC is down/detached.
-
   * qemu: support disabling hotplug/unplug of PCIe devices
 
     libvirt can now set the "hotplug" option for pcie-root-ports and
-- 
2.26.2

Re: [libvirt PATCH] news: move section about downscript to v6.4.0
Posted by Erik Skultety 3 years, 6 months ago
On Sun, Oct 04, 2020 at 10:28:25PM +0200, Ján Tomko wrote:
> The feature was merged in v6.3.0-175-g61ba6f09b1
> 
> Signed-off-by: Ján Tomko <jtomko@redhat.com>
> Fixes: 4eda71a8d05d968e73ab9b0fdc8a90123c57d39e
> ---
>  NEWS.rst | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)

Reviewed-by: Erik Skultety <eskultet@redhat.com>