From: antirez Date: Thu, 25 Oct 2012 20:07:27 +0000 (+0200) Subject: Redis 2.6.1 X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/2b5fc529a44790b89530756e36646de810c7be9c?ds=sidebyside Redis 2.6.1 --- diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 8a547821..16e5fc3e 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -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. diff --git a/src/version.h b/src/version.h index 7dca5314..f5091615 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.6.0" +#define REDIS_VERSION "2.6.1"