summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-12-03 12:53:09 +0100
committerantirez <antirez@gmail.com>2012-12-03 12:53:09 +0100
commitd9301f05e285bd36b824a3d1ed0655bcd1be669e (patch)
tree86640eb22e945c61d80be6fb8ab66142bcad909c
parent6c9897f6cfdd3d9dbf73d09a9f8a9c5706020717 (diff)
downloadredis-2.6.7.tar.gz
Redis 2.6.72.6.7
-rw-r--r--00-RELEASENOTES7
-rw-r--r--src/version.h2
2 files changed, 8 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index f861c5589..e6dd01d4c 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -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.
diff --git a/src/version.h b/src/version.h
index 6389ff54a..32b61ccbc 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.6.6"
+#define REDIS_VERSION "2.6.7"