From 4e6d34bd2ccd8998335baefb6be08e1704a839d2 Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 22 Nov 2013 10:25:24 +0100 Subject: [PATCH] Redis 2.8.0. --- 00-RELEASENOTES | 9 +++++++++ src/version.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 1336e7c4..17cdcd0d 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 a3fb3c93..b7b6b008 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.7.106" +#define REDIS_VERSION "2.8.0"