Skip to content

Commit

Permalink
Merge branch '2.2' of github.com:antirez/redis into 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed May 25, 2011
2 parents cc958cc + ec27920 commit 10e987c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions 00-RELEASENOTES
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ for 2.0.
CHANGELOG
---------

What's new in Redis 2.2.8
=========================

* A new form of dict.c (hash table implementation) iterator that performs less
copy-on-write of pages, introduced in Redis 2.2.7, caused ZINTERSTORE,
ZUNIONSTORE, SINTER, SINTERSTORE commands to behave in the wrong way.
This bug is now fixed.
* Print version info before running the test with 'make test'. This is mainly
useful for the Continuous Integration system we run.
* Fix for DEBUG DIGEST, key may expire on lookup, producing the wrong result.
* Replication with expire test modified to produce no or less false failures.
* Fixed Z*STORE when dealing with intsets, regression test added.

What's new in Redis 2.2.7
=========================

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.7"
#define REDIS_VERSION "2.2.8"

0 comments on commit 10e987c

Please sign in to comment.