Commit 89514f80 authored by antirez's avatar antirez
Browse files

Redis 2.6.3

parent 3f006679
...@@ -14,6 +14,14 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade! ...@@ -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. 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 ] $--[ Redis 2.6.2 ]
* [BUGFIX] The compilation fix for RHLE5 in 2.6.1 was broken. Fixed. * [BUGFIX] The compilation fix for RHLE5 in 2.6.1 was broken. Fixed.
......
#define REDIS_VERSION "2.6.2" #define REDIS_VERSION "2.6.3"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment