Skip to content

Commit

Permalink
Redis 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed May 11, 2011
1 parent f7aef52 commit a7fa2ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions 00-RELEASENOTES
Original file line number Diff line number Diff line change
Expand Up @@ -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
=========================

Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define REDIS_VERSION "2.2.6"
#define REDIS_VERSION "2.2.7"

0 comments on commit a7fa2ba

Please sign in to comment.