summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-07-29 15:44:14 +0200
committerantirez <antirez@gmail.com>2011-07-29 15:44:21 +0200
commit55eea93cae684233d1efebc1d58dde89f9b7a07a (patch)
tree6e98e7d717ca73e8b88f44dd92c6713b5d011dc3
parent753e91b6c11afe40ec5a8b46d1dd737166469394 (diff)
downloadredis-2.4.0-rc5.tar.gz
Release notes for 2.4.0-RC52.4.0-rc5
-rw-r--r--00-RELEASENOTES13
1 files changed, 7 insertions, 6 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index f5f9258e3..c7099842e 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -7,7 +7,8 @@ Redis 2.2 is mostly a strict subset of 2.4.
The only thing you should be aware is that you can't use .rdb and AOF files
generated with 2.4 into a 2.2 instance.
-2.4 slaves can be attached to 2.2 masters, but not the contrary.
+2.4 slaves can be attached to 2.2 masters, but not the contrary, and only for
+the time needed to perform the version upgrade.
From the point of view of the API Redis 2.4 only adds new commands
(other commands now accepts a variable number of arguments) so you don't need
@@ -17,13 +18,13 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
---------
-What's new in Redis 2.3.5 (2.4 Release Candidate 1)
+What's new in Redis 2.3.8 (2.4 Release Candidate 5)
===================================================
-This is the first Release Candidate of Redis 2.4, in our experience the
-server is very stable, however it is always better to closely monitor your
-server if you switch to 2.4 RC1. Also make sure to perform a backup of your
-old data set before switching from 2.2 to 2.4.
+Compared to Redis 2.3.7 (RC4) there are the following changes:
+
+* [BUGFIX] HDEL: Abort deleting fields when hash is removed.
+* [BUGFIX] Fix adding bulk reply when getcwd fails.
WHAT'S NEW IN REDIS 2.4 compared to the 2.2 version?
====================================================