summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2013-11-25 11:21:49 +0100
committerantirez <antirez@gmail.com>2013-11-25 11:21:49 +0100
commitdd239c37db09c77f65e735a9917d1c5a2ab822ca (patch)
tree586fa34e99338e510445357a7de4630355cc374e
parentc61cc761d5265cfccac5c3fe01b144e9fe490e6c (diff)
downloadredis-dd239c37db09c77f65e735a9917d1c5a2ab822ca.tar.gz
Redis 2.8.1.2.8.1
-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 17cdcd0d9..9fcb663d8 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.1 ] Release date: 25 Nov 2013
+
+# UPGRADE URGENCY: LOW for Redis, CRITICAL for Senitnel. You don't need to
+ upgrade your Redis instances but it is highly recommended
+ to upgrade and restart all the Sentinel processes.
+
+* [FIX] Fixed a bug in "new Sentinel" config propagation.
+* [FIX] Fixed a false positive in Redis tests.
+
--[ Redis 2.8.0 ] Release date: 22 Nov 2013
# UPGRADE URGENCY: LOW, unless you want to upgrade to new Sentinel code.
diff --git a/src/version.h b/src/version.h
index b7b6b0081..7afbdcb3c 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.8.0"
+#define REDIS_VERSION "2.8.1"