From 27fc6199cae1933dc1e700459147d9ee85fa6956 Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 6 Apr 2011 12:46:39 +0200 Subject: [PATCH] CHANGELOG updated --- 00-RELEASENOTES | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 ========================= -- GitLab