Skip to content

Commit

Permalink
Redis 2.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Dec 3, 2012
1 parent 6c9897f commit d9301f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions 00-RELEASENOTES
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
@@ -1 +1 @@
#define REDIS_VERSION "2.6.6"
#define REDIS_VERSION "2.6.7"

0 comments on commit d9301f0

Please sign in to comment.