From f7f97bf730efe1fdda565298bab7340844437ff9 Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 6 Nov 2013 09:24:26 +0100 Subject: [PATCH] Redis 2.7.106 (2.8 Release Candidate 6). --- 00-RELEASENOTES | 8 ++++++++ src/version.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index c06097454..8a3ac32a4 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -14,6 +14,14 @@ 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 Release Candidate 5 (2.7.106) ] Release date: 6 Nov 2013 + +This is the 6th release candidate of Redis 2.8 (official version is 2.7.106). + +# UPGRADE URGENCY: LOW, only new features back ported, no fixes. + +* [NEW] SCAN, SSCAN, HSCAN, ZSCAN commands. + --[ Redis 2.8 Release Candidate 5 (2.7.105) ] Release date: 9 Oct 2013 This is the 5th release candidate of Redis 2.8 (official version is 2.7.105). diff --git a/src/version.h b/src/version.h index a1ef1977f..a3fb3c93a 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.7.105" +#define REDIS_VERSION "2.7.106" -- GitLab