summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-03-30 13:07:18 +0200
committerantirez <antirez@gmail.com>2012-03-30 13:07:18 +0200
commit1fa954a558ae504040632bad44bc0b3663bbb17d (patch)
tree76b5882f77fb7745633f271ad8dc87a6af627b7d
parent06665b7191f64088e3a2339ed3ad6229a8404077 (diff)
downloadredis-1fa954a558ae504040632bad44bc0b3663bbb17d.tar.gz
Redis 2.4.102.4.10
-rw-r--r--00-RELEASENOTES9
-rw-r--r--src/version.h2
2 files changed, 10 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 543b457a0..24644a61c 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 360ebb314..fc60cc0ec 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.4.9"
+#define REDIS_VERSION "2.4.10"