summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-04-06 12:46:39 +0200
committerantirez <antirez@gmail.com>2011-04-06 12:46:39 +0200
commit27fc6199cae1933dc1e700459147d9ee85fa6956 (patch)
tree960f9996a92deeb59b9a081153705764c5d0ea6f
parent0b01578d2e278a942a07d965c2f054c097aba28b (diff)
downloadredis-2.2.3.tar.gz
CHANGELOG updated2.2.3
-rw-r--r--00-RELEASENOTES10
1 files changed, 10 insertions, 0 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 8e04f7608..ee8399c7f 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -12,6 +12,16 @@ for 2.0.
CHANGELOG
---------
+What's new in Redis 2.2.3
+=========================
+
+* Fixed issue #503. MONITOR + QUIT (and other combinations) could crash
+ the server.
+* OBJECT command implemented. See http://redis.io/commands/object
+* Fixed a problem in redis-cli related to escapes in the form "\x..".
+* Fixed a minor memory leak in redis-cli
+* Saved RDB on SIGTERM on archs where it was not working properly.
+
What's new in Redis 2.2.2
=========================