Add a missing bugfix entry in 2.6.11 release notes.

This commit is contained in:
antirez
2013-03-06 16:28:26 +01:00
parent f93d9929d8
commit 3a00520e5f

View File

@ -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] redis-cli: use keepalive socket option for improved reliability.
* [BUGFIX] Allow AUTH while loading the DB in memory. * [BUGFIX] Allow AUTH while loading the DB in memory.
* [BUGFIX] Don't segfault on unbalanced quotes while parsing config file. * [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] serverCron() frequency is now a runtime parameter (was REDIS_HZ).
* [IMPROVED] Use a lot less CPU when idle, even with many configured DBs. * [IMPROVED] Use a lot less CPU when idle, even with many configured DBs.