[PATCH] NEWS: Make sure releases are separated by two blank lines

Jiri Denemark via Devel posted 1 patch 3 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/681b96db7f68437b49c0f5e7be7c6cf87b9bcb4f.1748343541.git.jdenemar@redhat.com
NEWS.rst | 2 ++
1 file changed, 2 insertions(+)
[PATCH] NEWS: Make sure releases are separated by two blank lines
Posted by Jiri Denemark via Devel 3 months, 2 weeks ago
From: Jiri Denemark <jdenemar@redhat.com>

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
---
 NEWS.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index a880524ca2..0ba2d20191 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -533,6 +533,7 @@ v10.9.0 (2024-11-01)
     ``<blockers model='...'>`` element is added for that CPU model listing
     features required by the CPU model, but not supported on the host.
 
+
 v10.8.0 (2024-10-01)
 ====================
 
@@ -668,6 +669,7 @@ v10.7.0 (2024-09-02)
     Cloud-Hypervisor driver now supports Ethernet, Network (NAT) and Bridge
     networking modes.
 
+
 v10.6.0 (2024-08-05)
 ====================
 
-- 
2.49.0
Re: [PATCH] NEWS: Make sure releases are separated by two blank lines
Posted by Peter Krempa via Devel 3 months, 2 weeks ago
On Tue, May 27, 2025 at 12:59:01 +0200, Jiri Denemark via Devel wrote:
> From: Jiri Denemark <jdenemar@redhat.com>
> 
> Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
> ---
>  NEWS.rst | 2 ++
>  1 file changed, 2 insertions(+)

Trivial.

Reviewed-by: Peter Krempa <pkrempa@redhat.com>