From 072a9052c717a6ec14722824730f61f6284adeed Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 26 Oct 2011 16:16:33 +0200 Subject: [PATCH] Redis 2.4.2 --- 00-RELEASENOTES | 11 +++++++++++ src/version.h | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index f253c4ca..57e99d19 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -18,6 +18,17 @@ to modify your program in order to use Redis 2.4. CHANGELOG --------- +What's new in Redis 2.4.2 +========================= + +* [BUGFIX] Unix socket creation mask config directive fixed. +* [BUGFIX] Fixed a bug that forced Redis to continously rewrite the AOF file + when a manual BGREWRITEAOF was issued during a BGSAVE was + still in progress. +* [BUGFIX] Fixed a server crash resulting from bad handling of SLAVEOF NO ONE. +* [BUGFIX] Fixed a memory leak in redis-cli. +* Debian/Ubuntu Redis system-wide installation script added under /utils. + What's new in Redis 2.4.1 ========================= diff --git a/src/version.h b/src/version.h index 7e69936e..f75ec706 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.4.1" +#define REDIS_VERSION "2.4.2"