From 1fa954a558ae504040632bad44bc0b3663bbb17d Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 30 Mar 2012 13:07:18 +0200 Subject: [PATCH] Redis 2.4.10 --- 00-RELEASENOTES | 9 +++++++++ src/version.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 543b457a..24644a61 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -18,6 +18,15 @@ to modify your program in order to use Redis 2.4. CHANGELOG --------- +What's new in Redis 2.4.10 +========================== + +UPGRADE URGENCY: High for users using replication with a DB identifier higher than 9, or chaining replication so that slaves are attached to other slaves. Low for all the other users. + +* [FEATURE] Redis --test-meory improved with new test testing addressing. +* [BUGFIX] Fixed a memory leak: happens when replication is used with DB > 9. +* [BUGFIX] Fixed a replication bug that happens in chained replicaiton when a slave is attached to a master that is later turned into a slave. Now the chained slave reconnection is properly forced. + What's new in Redis 2.4.9 ========================= diff --git a/src/version.h b/src/version.h index 360ebb31..fc60cc0e 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.4.9" +#define REDIS_VERSION "2.4.10"