From 7803b1148dafe65e2c7927eac7ce9e9ef729efc1 Mon Sep 17 00:00:00 2001 From: antirez Date: Sat, 16 May 2020 18:11:58 +0200 Subject: [PATCH] Redis 6.0.3. --- 00-RELEASENOTES | 8 ++++++++ src/version.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 1fa620bd8..7c5a75412 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -11,6 +11,14 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP. SECURITY: There are security fixes in the release. -------------------------------------------------------------------------------- +================================================================================ +Redis 6.0.3 Released Sat May 16 18:10:21 CEST 2020 +================================================================================ + +Upgrade urgency CRITICAL: a crash introduced in 6.0.2 is now fixed. + +1eab62f7e Remove the client from CLOSE_ASAP list before caching the master. + ================================================================================ Redis 6.0.2 Released Fri May 15 22:24:36 CEST 2020 ================================================================================ diff --git a/src/version.h b/src/version.h index ed67debe1..8ae7b0cb3 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "6.0.2" +#define REDIS_VERSION "6.0.3" -- GitLab