From ea5335fb9b6e6c720b6dfa718a92e17abd160dd4 Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 9 Jun 2014 16:01:12 +0200 Subject: Redis 2.9.55 (Redis 3.0.0 beta-6). --- 00-RELEASENOTES | 25 +++++++++++++++++++++++++ src/version.h | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index c5e7fb916..c385c7f86 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -12,6 +12,31 @@ 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 3.0.0 Beta 6 (version 2.9.55) ] Release date: 9 jun 2014 + +This is the 6th beta of Redis 3.0.0. + +>> General changes + +* [FIX] Fix software watchdog signal handler crash due to re-entering. +* [FIX] Better Lua number -> string conversion for Lua scripts. +* [FIX] Serious replication bug when min-slaves-* feature is used in slaves + configuration fixed. +* [FIX] Blocking pop on lists now works when the list is created by commands + other than *PUSH* (for example SORT STORE). + +>> Cluster changes + +* [FIX] CRITICAL: For a bug in the implementation of CLUSTER SET-CONFIG-EPOCH + introduced with beta-3 (especially beta-4 where the command + is actually used by redis-trib), a configEpoch for a node could + jump backward, breaking the eventual consistency property of the + slots -> nodes mapping in the cluster. + +>> Sentinel changes + +* No changes for Sentinel in this release. + --[ Redis 3.0.0 Beta 5 (version 2.9.54) ] Release date: 26 may 2014 This is the 5th beta of Redis 3.0.0. It does not include any real diff --git a/src/version.h b/src/version.h index 5d9051f74..ce4e02fc8 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.9.54" +#define REDIS_VERSION "2.9.55" -- cgit v1.2.1