summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-06-04 11:35:56 +0200
committerantirez <antirez@gmail.com>2015-06-04 11:35:56 +0200
commit01888d1e587c681e80117d7457b0c643a0719a21 (patch)
tree1a225ce2aae25da3a3e87895a93c2e55001b09be
parent30278061cc834b4073b004cb1a2bfb0f195734f7 (diff)
downloadredis-3.0.2.tar.gz
Redis 3.0.23.0.2
-rw-r--r--00-RELEASENOTES14
-rw-r--r--src/version.h2
2 files changed, 15 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index a32930a47..95f86e3a4 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -10,6 +10,20 @@ 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 3.0.2 ] 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] ZADD support for options: NX, XX, CH. See new doc at redis.io.
+ (Salvatore Sanfilippo)
+* [NEW] Senitnel: CKQUORUM and FLUSHCONFIG commands back ported.
+ (Salvatore Sanfilippo)
+
--[ Redis 3.0.1 ] Release date: 5 May 2015
Upgrade urgency: LOW for Redis and Cluster, MODERATE for Sentinel.
diff --git a/src/version.h b/src/version.h
index 44ac9c45b..ee8c63cec 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "3.0.1"
+#define REDIS_VERSION "3.0.2"