From 184b8e78c62030f4489f8be8607a738fa0122bbe Mon Sep 17 00:00:00 2001 From: antirez Date: Sun, 6 May 2012 10:11:54 +0200 Subject: [PATCH] Redis 2.5.9 (2.6 RC3). --- 00-RELEASENOTES | 9 +++++++++ src/version.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index f4505d11..f379a244 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -35,6 +35,15 @@ Also the following redis.conf and CONFIG GET / SET parameters changed name: CHANGELOG --------- +What's new in Redis 2.5.9 (aka 2.6 Release Candidate 3) +======================================================= + +UPGRADE URGENCY: critical, upgrade ASAP. + +* [BUGFIX] Fix for issue #500 (https://github.com/antirez/redis/pull/500). + Redis 2.6-RC1 and RC2 may corrupt ziplist-encoded sorted sets + produced by Redis 2.4.x. + What's new in Redis 2.5.8 (aka 2.6 Release Candidate 2) ======================================================= diff --git a/src/version.h b/src/version.h index 64fced48..c4e2caf3 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.5.8" +#define REDIS_VERSION "2.5.9" -- 2.45.2