[PATCH] CHANGELOG.md: Set release date for 4.21

Andrew Cooper posted 1 patch 7 hours ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20251118164730.475344-1-andrew.cooper3@citrix.com
CHANGELOG.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] CHANGELOG.md: Set release date for 4.21
Posted by Andrew Cooper 7 hours ago
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Anthony PERARD <anthony.perard@vates.tech>
CC: Michal Orzel <michal.orzel@amd.com>
CC: Jan Beulich <jbeulich@suse.com>
CC: Julien Grall <julien@xen.org>
CC: Roger Pau Monné <roger.pau@citrix.com>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
---
 CHANGELOG.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c9932a2af077..adaad5ee8923 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
 
 ### Removed
 
-## [4.21.0 UNRELEASED](https://xenbits.xenproject.org/gitweb/?p=xen.git;a=shortlog;h=staging) - TBD
+## [4.21.0](https://xenbits.xenproject.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.21.0) - 2025-11-19
 
 ### Changed
  - The minimum toolchain requirements have increased for some architectures:

base-commit: 07e57af2b4715a9d088781b06c4f97c7d9f25b19
-- 
2.39.5


Re: [PATCH] CHANGELOG.md: Set release date for 4.21
Posted by Roger Pau Monné 6 hours ago
On Tue, Nov 18, 2025 at 04:47:30PM +0000, Andrew Cooper wrote:
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>

Acked-by: Roger Pau Monné <roger.pau@citrix.com>

Thanks, Roger.