summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-05-11 10:40:24 +0200
committerantirez <antirez@gmail.com>2011-05-11 10:40:24 +0200
commita7fa2baf060c5f774c2629b06c9aaaf5d99b6243 (patch)
tree6164154d2d4e09d28f30761e0eafd9d3468be137
parentf7aef5241ba79674023284e4544554ca86e6d713 (diff)
downloadredis-2.2.7.tar.gz
Redis 2.2.72.2.7
-rw-r--r--00-RELEASENOTES7
-rw-r--r--src/version.h2
2 files changed, 8 insertions, 1 deletions
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"