Redis 2.6.1

This commit is contained in:
antirez 2012-10-25 22:07:27 +02:00
parent be407c015c
commit 2b5fc529a4
2 changed files with 5 additions and 1 deletions

View File

@ -14,6 +14,10 @@ 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.1 ]
* [BUGFIX] Compilation on Linux < 2.6.17 or glibc < 2.6 fixed (RHLE5 & co).
---[ Redis 2.6.0 ]
* [BUGFIX] Allow AUTH when server is in -BUSY state because of a slow script.

View File

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