From 9cb09c4d2c248dc0f9b31314b3127be228476633 Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 30 Apr 2012 12:27:50 +0200 Subject: Redis 2.4.12 --- 00-RELEASENOTES | 9 +++++++++ src/version.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index eca5394c4..1f05c3116 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -18,6 +18,15 @@ to modify your program in order to use Redis 2.4. CHANGELOG --------- +What's new in Redis 2.4.12 +========================= + +UPGRADE URGENCY: low if you don't experience any of the fixed problems. + +* [BUGFIX] Limit the amount of memory consumed by the slow log. +* [BUGFIX] --test-memory option fixes. +* [BUGFIX] Less false positives in tests. + What's new in Redis 2.4.11 ========================= diff --git a/src/version.h b/src/version.h index e19141706..d0a020077 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.4.11" +#define REDIS_VERSION "2.4.12" -- cgit v1.2.1