Skip to content

Commit

Permalink
Redis 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Oct 26, 2011
1 parent 00af23b commit 072a905
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions 00-RELEASENOTES
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
---------

What's new in Redis 2.4.2
=========================

* [BUGFIX] Unix socket creation mask config directive fixed.
* [BUGFIX] Fixed a bug that forced Redis to continously rewrite the AOF file
when a manual BGREWRITEAOF was issued during a BGSAVE was
still in progress.
* [BUGFIX] Fixed a server crash resulting from bad handling of SLAVEOF NO ONE.
* [BUGFIX] Fixed a memory leak in redis-cli.
* Debian/Ubuntu Redis system-wide installation script added under /utils.

What's new in Redis 2.4.1
=========================

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

0 comments on commit 072a905

Please sign in to comment.