From: antirez Date: Wed, 28 Nov 2012 17:53:09 +0000 (+0100) Subject: Redis 2.6.6 X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/b41f4e5a48ce4b295d99863c78103f2c2f9b97d4?ds=sidebyside Redis 2.6.6 --- diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 9d67d6b3..f861c558 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.6 ] + +UPGRADE URGENCY: CRITICAL if you experienced one more more crashes. + MODERATE if Redis is running fine for you. + +* [BUGFIX] Jemalloc updated to 3.2.0. + --[ Redis 2.6.5 ] UPGRADE URGENCY: MODERATE diff --git a/src/version.h b/src/version.h index 42cb776e..6389ff54 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.6.5" +#define REDIS_VERSION "2.6.6"