X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/0dd62413145d6ae9639247ef922326f54bf1e8f3..8e30092f0670f153536f8699f467634d8a6b6a38:/00-RELEASENOTES diff --git a/00-RELEASENOTES b/00-RELEASENOTES index dff6a870..3e9be4be 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -14,6 +14,14 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade! CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP. -------------------------------------------------------------------------------- +$--[ Redis 2.6.3 ] + +* [BUGFIX] Fixed 32 bit build on Linux systems. +* [BUGFIX] MONITOR and CLIENT LIST: propertly display unix socket clients. +* [IMPROVED] redis-cli inline help updated. +* [IMPROVED] Marginally more robust AOF child handling. +* [IMPROVED] Fixed a few typos in comments. + $--[ Redis 2.6.2 ] * [BUGFIX] The compilation fix for RHLE5 in 2.6.1 was broken. Fixed.