Redis 2.6.6

This commit is contained in:
antirez 2012-11-28 18:53:09 +01:00
parent 21b26915ce
commit b41f4e5a48
2 changed files with 8 additions and 1 deletions

View 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.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

View File

@ -1 +1 @@
#define REDIS_VERSION "2.6.5"
#define REDIS_VERSION "2.6.6"