summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2013-11-22 10:25:24 +0100
committerantirez <antirez@gmail.com>2013-11-22 10:25:29 +0100
commit4e6d34bd2ccd8998335baefb6be08e1704a839d2 (patch)
treeeef8cd65674080e19fa8325b46ec36107c1f90e9
parentf75fccafe7857c0e3d9b43f4874dab77ea8453e5 (diff)
downloadredis-4e6d34bd2ccd8998335baefb6be08e1704a839d2.tar.gz
Redis 2.8.0.2.8.0
-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 1336e7c49..17cdcd0d9 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.0 ] Release date: 22 Nov 2013
+
+# UPGRADE URGENCY: LOW, unless you want to upgrade to new Sentinel code.
+
+* [FIX] Fixed an error in rdbWriteRaw() that should have no practical impact.
+* [NEW] Log the new master when SLAVEOF command is used.
+* [NEW] Sentinel code synchronized with the unstable branch, the new Sentinel
+ is a reimplementation that uses more reliable algorithms.
+
--[ Redis 2.8 Release Candidate 6 (2.7.106) ] Release date: 6 Nov 2013
This is the 6th release candidate of Redis 2.8 (official version is 2.7.106).
diff --git a/src/version.h b/src/version.h
index a3fb3c93a..b7b6b0081 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.7.106"
+#define REDIS_VERSION "2.8.0"