Redis 2.8.2.

This commit is contained in:
antirez 2013-12-02 16:07:46 +01:00
parent dd0ac4ac72
commit 4d650a3baa
2 changed files with 10 additions and 1 deletions

View File

@ -14,6 +14,15 @@ 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. CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
--[ Redis 2.8.2 ] Release date: 2 Dec 2013
# UPGRADE URGENCY: MODERATE for both Redis and Sentinel.
* [FIX] Sentinel better desynchronization to avoid split-brain elections
where no Sentinel managed to get elected.
* [FIX] Stop accepting writes on "MISCONF" error only if master, not slave.
* [FIX] Reply to PING with an error on "MISCONF" errors.
--[ Redis 2.8.1 ] Release date: 25 Nov 2013 --[ Redis 2.8.1 ] Release date: 25 Nov 2013
# UPGRADE URGENCY: LOW for Redis, CRITICAL for Senitnel. You don't need to # UPGRADE URGENCY: LOW for Redis, CRITICAL for Senitnel. You don't need to

View File

@ -1 +1 @@
#define REDIS_VERSION "2.8.1" #define REDIS_VERSION "2.8.2"