summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-06-04 11:32:24 +0200
committerantirez <antirez@gmail.com>2015-06-04 11:32:24 +0200
commit7f8b865a65f25f0131d3062db31d82b669d9aba7 (patch)
tree7b9a0ffd7a5751a9baaaef05733e4826aa39f6ea
parent700b863f134ed02c6bfecc19f5d709d145335547 (diff)
downloadredis-7f8b865a65f25f0131d3062db31d82b669d9aba7.tar.gz
Redis 2.8.212.8.21
-rw-r--r--00-RELEASENOTES12
-rw-r--r--src/version.h2
2 files changed, 13 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 238aa93e7..5c022f46b 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 9282cc3f8..94d4f23c7 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.8.20"
+#define REDIS_VERSION "2.8.21"