summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-03-04 16:31:20 +0100
committerantirez <antirez@gmail.com>2011-03-04 16:31:20 +0100
commit048c0f0f37a67f3f33bdd5b179225ec853c1d8dc (patch)
tree610fa7aa1d9d68737d03071e39b7482db86445ff
parent3eb3cc9da4c037f0bd49b104205964a45e3c233f (diff)
downloadredis-2.2.2.tar.gz
RELEASE NOTES updated2.2.2
-rw-r--r--00-RELEASENOTES10
1 files changed, 10 insertions, 0 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 137bd63e3..8e04f7608 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -12,6 +12,16 @@ for 2.0.
CHANGELOG
---------
+What's new in Redis 2.2.2
+=========================
+
+Redis 2.2.2 is a bugfix release. Changelog:
+
+* AOF file descriptor leak after the first rewrite fixed.
+* Return value of GETRANGE / SUBSTR is now an empty string if the interval
+ specified is not valid, or the key does not exist. Was a null bulk reply
+ before, but this is against the Redis way.
+
What's new in Redis 2.2.1
=========================