From 7f8b865a65f25f0131d3062db31d82b669d9aba7 Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 4 Jun 2015 11:32:24 +0200 Subject: [PATCH] Redis 2.8.21 --- 00-RELEASENOTES | 12 ++++++++++++ src/version.h | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 238aa93e..5c022f46 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -14,6 +14,18 @@ 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. -------------------------------------------------------------------------------- +--[ Redis 2.8.21 ] Release date: 4 Jun 2015 + +Upgrade urgency: HIGH for Redis because of a security issue. + LOW for Sentinel. + +* [FIX] Critical security issue fix by Ben Murphy: http://t.co/LpGTyZmfS7 +* [FIX] SMOVE reply fixed when src and dst keys are the same. (Glenn Nethercutt) +* [FIX] Lua cmsgpack lib updated to support str8 type. (Sebastian Waisbrot) + +* [NEW] Senitnel: CKQUORUM and FLUSHCONFIG commands back ported. + (Salvatore Sanfilippo) + --[ Redis 2.8.20 ] Release date: 5 May 2015 Upgrade urgency: LOW for Redis, MODERATE for Sentinel. diff --git a/src/version.h b/src/version.h index 9282cc3f..94d4f23c 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.8.20" +#define REDIS_VERSION "2.8.21"