From 0dd62413145d6ae9639247ef922326f54bf1e8f3 Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 26 Oct 2012 16:20:24 +0200 Subject: [PATCH] Redis 2.6.2 --- 00-RELEASENOTES | 5 +++++ src/version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 16e5fc3e..dff6a870 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -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). diff --git a/src/version.h b/src/version.h index f5091615..7e9f8ee7 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.6.1" +#define REDIS_VERSION "2.6.2" -- 2.45.2