From ef56d713d5d11d497deacdf98617ecaf760c6de2 Mon Sep 17 00:00:00 2001 From: Madelyn Olson Date: Mon, 30 Sep 2024 15:25:39 -0700 Subject: [PATCH] Prepare for 7.2.7 release without security fixes Signed-off-by: Madelyn Olson --- 00-RELEASENOTES | 14 ++++++++++++++ src/version.h | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index fa460f20e4..1f73d93218 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -11,6 +11,20 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP. SECURITY: There are security fixes in the release. -------------------------------------------------------------------------------- +================================================================================ +Valkey 7.2.7 - Released Tue 01 Oct 2024 +================================================================================ + +Upgrade urgency SECURITY: This release includes security fixes we recommend you +apply as soon as possible. + +Bug fixes +========= +* Prevented AOF from being incorrectly disabled after loading RDB data, ensuring + proper re-enabling of AOF. (#1001) +* Resolved issues in replicationSetPrimary where the primary node's IP/port + updates were not correctly handled in the cluster gossip section. (#965) + ================================================================================ Valkey 7.2.6 GA - Released Tue 30 July 2024 ================================================================================ diff --git a/src/version.h b/src/version.h index 3b7dce5e8f..ec293f8be9 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ #define SERVER_NAME "valkey" -#define VALKEY_VERSION "7.2.6" -#define VALKEY_VERSION_NUM 0x00070206 +#define VALKEY_VERSION "7.2.7" +#define VALKEY_VERSION_NUM 0x00070207 /* Redis compatibility version, should never * exceed 7.2.x. */