Skip to content

Commit

Permalink
Redis 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Dec 23, 2011
1 parent 5bb2565 commit 273f410
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions 00-RELEASENOTES
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
---------

What's new in Redis 2.4.5
=========================

* [BUGFIX] Fixed a ZUNIONSTORE/ZINTERSTORE bug that can cause a NaN to be
inserted as a sorted set element score. This happens when one of the
elements has +inf/-inf score and the weight used is 0.
* [BUGFIX] Fixed memory leak in CLIENT INFO.
* [BUGFIX] Fixed a non critical SORT bug (Issue 224).
* [BUGFIX] Fixed a replication bug: now the timeout configuration is respected
during the connection with the master.
* --quiet option implemented in the Redis test.

What's new in Redis 2.4.4
=========================

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

0 comments on commit 273f410

Please sign in to comment.