Redis 2.6.2

This commit is contained in:
antirez 2012-10-26 16:20:24 +02:00
parent 3b1a41b172
commit 0dd6241314
2 changed files with 6 additions and 1 deletions

View File

@ -14,6 +14,11 @@ 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.2 ]
* [BUGFIX] The compilation fix for RHLE5 in 2.6.1 was broken. Fixed.
* [IMPROVED] Linenoise updated, now supports Ctrl+w.
---[ Redis 2.6.1 ]
* [BUGFIX] Compilation on Linux < 2.6.17 or glibc < 2.6 fixed (RHLE5 & co).

View File

@ -1 +1 @@
#define REDIS_VERSION "2.6.1"
#define REDIS_VERSION "2.6.2"