Redis 6.2.17
CI / test-ubuntu-latest (push) Has been cancelled
CI / build-debian-old (push) Has been cancelled
CI / build-macos-latest (push) Has been cancelled
CI / build-32bit (push) Has been cancelled
CI / build-libc-malloc (push) Has been cancelled
CI / build-centos7-jemalloc (push) Has been cancelled

This commit is contained in:
YaacovHazan
2025-01-06 14:36:06 +02:00
committed by YaacovHazan
parent ca0a9ab822
commit 441001a4e5
2 changed files with 15 additions and 3 deletions
+13 -1
View File
@@ -12,7 +12,19 @@ SECURITY: There are security fixes in the release.
--------------------------------------------------------------------------------
Redis Community Edition 6.2.16 Released Wed 02 Oct 2024 20:17:04 IDT
================================================================================
Redis 6.2.17 Released Mon 6 Jan 2025 12:30:00 IDT
================================================================================
Upgrade urgency SECURITY: See security fixes below.
Security fixes
==============
* (CVE-2024-46981) Lua script commands may lead to remote code execution
================================================================================
Redis 6.2.16 Released Wed 02 Oct 2024 20:17:04 IDT
================================================================================
Upgrade urgency SECURITY: See security fixes below.
+2 -2
View File
@@ -1,2 +1,2 @@
#define REDIS_VERSION "6.2.16"
#define REDIS_VERSION_NUM 0x00060210
#define REDIS_VERSION "6.2.17"
#define REDIS_VERSION_NUM 0x00060211