From a7fa2baf060c5f774c2629b06c9aaaf5d99b6243 Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 11 May 2011 10:40:24 +0200 Subject: [PATCH] Redis 2.2.7 --- 00-RELEASENOTES | 7 +++++++ src/version.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 145629bc7..3c3a8d6f4 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -12,6 +12,13 @@ for 2.0. CHANGELOG --------- +What's new in Redis 2.2.7 +========================= + +* Fixed bug #543-2 (the issue was reopened with a completely different report) + that caused Redis to randomly crash on list push performed against lists + with other clients blocked with BLPOP (or variants). + What's new in Redis 2.2.6 ========================= diff --git a/src/version.h b/src/version.h index e48fe137f..d7628d267 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.2.6" +#define REDIS_VERSION "2.2.7" -- GitLab