summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2013-12-02 16:07:46 +0100
committerantirez <antirez@gmail.com>2013-12-02 16:07:46 +0100
commit4d650a3baa614364043db8947f73161ebf11eafb (patch)
tree5d19c9077b2e72ebeddf78aa93703a246acc8c3a
parentdd0ac4ac72828cf3738632d2d53ed1948562bf9d (diff)
downloadredis-2.8.2.tar.gz
Redis 2.8.2.2.8.2
-rw-r--r--00-RELEASENOTES9
-rw-r--r--src/version.h2
2 files changed, 10 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 9fcb663d8..f50cda765 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -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.
--------------------------------------------------------------------------------
+--[ 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
# UPGRADE URGENCY: LOW for Redis, CRITICAL for Senitnel. You don't need to
diff --git a/src/version.h b/src/version.h
index 7afbdcb3c..d678aa8d8 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.8.1"
+#define REDIS_VERSION "2.8.2"