From 3a00520e5ffef13771805ab4070e0699f6b685b6 Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 6 Mar 2013 16:28:26 +0100 Subject: [PATCH] Add a missing bugfix entry in 2.6.11 release notes. --- 00-RELEASENOTES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index e4c19b0e..3ff1d660 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -23,6 +23,8 @@ UPGRADE URGENCY: LOW, however updating is encouraged if you have many instances * [BUGFIX] redis-cli: use keepalive socket option for improved reliability. * [BUGFIX] Allow AUTH while loading the DB in memory. * [BUGFIX] Don't segfault on unbalanced quotes while parsing config file. +* [BUGFIX] Don't segfault if command gets propagated to AOF / replication + link as another command name that was renamed in redis.conf * [IMPROVED] serverCron() frequency is now a runtime parameter (was REDIS_HZ). * [IMPROVED] Use a lot less CPU when idle, even with many configured DBs.