]> git.saurik.com Git - redis.git/commitdiff
Redis 2.6.7
authorantirez <antirez@gmail.com>
Mon, 3 Dec 2012 11:53:09 +0000 (12:53 +0100)
committerantirez <antirez@gmail.com>
Mon, 3 Dec 2012 11:53:09 +0000 (12:53 +0100)
00-RELEASENOTES
src/version.h

index f861c55899efef2946f14aa65355b2b570d75596..e6dd01d4cb76b0e9eb890e0df0281f0e3804d2e2 100644 (file)
@@ -14,6 +14,13 @@ 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.6.7 ]
+
+UPGRADE URGENCY: MODERATE (unless you BLPOP using the same key multiple times).
+
+* [BUGFIX]   Don't crash if BLPOP & co are called with the same key repeated
+             multiple times (Issue #801).
+
 --[ Redis 2.6.6 ]
 
 UPGRADE URGENCY: CRITICAL if you experienced one more more crashes.
index 6389ff54aebd0a9827339661f4c91ff486fa12d6..32b61ccbcd881418a0003011bfa6b3faf210188f 100644 (file)
@@ -1 +1 @@
-#define REDIS_VERSION "2.6.6"
+#define REDIS_VERSION "2.6.7"