From: antirez Date: Mon, 3 Dec 2012 11:53:09 +0000 (+0100) Subject: Redis 2.6.7 X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/d9301f05e285bd36b824a3d1ed0655bcd1be669e Redis 2.6.7 --- diff --git a/00-RELEASENOTES b/00-RELEASENOTES index f861c558..e6dd01d4 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 6389ff54..32b61ccb 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.6.6" +#define REDIS_VERSION "2.6.7"