From dd239c37db09c77f65e735a9917d1c5a2ab822ca Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 25 Nov 2013 11:21:49 +0100 Subject: [PATCH] Redis 2.8.1. --- 00-RELEASENOTES | 9 +++++++++ src/version.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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" -- GitLab