summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-10-26 16:16:33 +0200
committerantirez <antirez@gmail.com>2011-10-26 16:16:33 +0200
commit072a9052c717a6ec14722824730f61f6284adeed (patch)
tree37d97558c1b0abf6957a81bc400e58c3b9dcd993
parent00af23bcbf6e5877ae5535d65fde2ab910a676e5 (diff)
downloadredis-072a9052c717a6ec14722824730f61f6284adeed.tar.gz
Redis 2.4.22.4.2
-rw-r--r--00-RELEASENOTES11
-rw-r--r--src/version.h2
2 files changed, 12 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index f253c4ca0..57e99d19e 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -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
=========================
diff --git a/src/version.h b/src/version.h
index 7e69936e6..f75ec706a 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.4.1"
+#define REDIS_VERSION "2.4.2"