From 048c0f0f37a67f3f33bdd5b179225ec853c1d8dc Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 4 Mar 2011 16:31:20 +0100 Subject: RELEASE NOTES updated --- 00-RELEASENOTES | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 ========================= -- cgit v1.2.1