From 62b42707ea3cf1c0b13d6d82893f228e5e8f0687 Mon Sep 17 00:00:00 2001 From: Harkrishn Patro Date: Mon, 6 Jan 2025 23:35:01 +0000 Subject: [PATCH] Add release notes for 7.2.8 --- 00-RELEASENOTES | 20 ++++++++++++++++++++ src/version.h | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 30e6cdbc2..5cd3e17e7 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -10,6 +10,26 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade! CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP. SECURITY: There are security fixes in the release. -------------------------------------------------------------------------------- +================================================================================ +Valkey 7.2.8 - Released Mon 06 Jan 2025 +================================================================================ + +Upgrade urgency SECURITY: This release includes security fixes we recommend you +apply as soon as possible. + +Bug fixes +========= +* Fix a bug where extra memory would be used when storing strings in the + inline protocol. (#1213) +* Send the correct error message when `FUNCTION KIlL` is used to kill an + ongoing script. (#1171) +* Make sure the last accessed time is correctly updated when using the `TOUCH` + command with the `CLIENT NO-TOUCH` option. (#1499) + +Security fixes +============== +* (CVE-2024-46981) Lua script commands may lead to remote code execution. (#1513) +* (CVE-2024-51741) Denial-of-service due to malformed ACL selectors. (#1514) ================================================================================ Valkey 7.2.7 - Released Tue 01 Oct 2024 diff --git a/src/version.h b/src/version.h index ec293f8be..0ff3f535a 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ #define SERVER_NAME "valkey" -#define VALKEY_VERSION "7.2.7" -#define VALKEY_VERSION_NUM 0x00070207 +#define VALKEY_VERSION "7.2.8" +#define VALKEY_VERSION_NUM 0x00070208 /* Redis compatibility version, should never * exceed 7.2.x. */