summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-10-14 17:54:25 +0200
committerantirez <antirez@gmail.com>2011-10-14 17:54:25 +0200
commita502f48320f1e4aab3ee4020a99a6430a42da9a9 (patch)
tree246bf12c0eb396de1e8049daca110be0db99315a
parent0c71939c052a3a7592a65dc49d5f852bc80ba042 (diff)
downloadredis-a502f48320f1e4aab3ee4020a99a6430a42da9a9.tar.gz
2.4.0 Release notes.2.4.0
-rw-r--r--00-RELEASENOTES16
1 files changed, 16 insertions, 0 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index f5a66202f..5212b492f 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -18,6 +18,22 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
---------
+What's new in Redis 2.4.0
+=========================
+
+* [BUGFIX] redis-cli segfault with single numerical argument fixed.
+* [BUGFIX] OpenBSD compilation problem fixed.
+* [BUGFIX] More robust Redis test, with better random port selection.
+* [BUGFIX] Fix for bug #128 about the RENAME command.
+* [BUGFIX] Fixed Issue #131. stime/utime reported in INFO was inverted.
+* [BUGFIX] Unlink Unix socket file on shutdown.
+* [BUGFIX] AUTH now returns error if no password is set on the server.
+* [BUGFIX] Exit with Fatal error at startup on RDB loading errors.
+* redis-check-dump: RDB version 2 now supported.
+* More informative error when DEBUG RELOAD fails.
+* Added a config directive for a Unix socket mask.
+* CONFIG SET/GET for loglevel.
+
What's new in Redis 2.3.11 (2.4 Release Candidate 8)
====================================================