From 2b5fc529a44790b89530756e36646de810c7be9c Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 25 Oct 2012 22:07:27 +0200 Subject: [PATCH] Redis 2.6.1 --- 00-RELEASENOTES | 4 ++++ src/version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 8a547821b959..16e5fc3ef11c 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 7dca5314969c..f50916151720 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.6.0" +#define REDIS_VERSION "2.6.1"