summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-09-21 14:05:36 +0200
committerantirez <antirez@gmail.com>2011-09-21 14:05:36 +0200
commit9286ecd76711ab173d0a081eb298f03cb095179c (patch)
tree579c7c70b61b5b6038b3b417c9643d2a01ce13aa
parent902a656f7a6a3e0e0c790f4c242a9ff7e164a981 (diff)
downloadredis-9286ecd76711ab173d0a081eb298f03cb095179c.tar.gz
Release notes for Redis 2.4 RC8 added2.4.0-rc8
-rw-r--r--00-RELEASENOTES17
1 files changed, 17 insertions, 0 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 805562a77..f5a66202f 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -18,6 +18,23 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
---------
+What's new in Redis 2.3.11 (2.4 Release Candidate 8)
+====================================================
+
+* [BUGFIX] Fixed a rare but possible AOF race condition that could result into
+ duplicated commands inside the AOF.
+* [BUGFIX] Fixed issue 620, don't segfault on corrupted (by hand) AOF.
+* [BUGFIX] Fixed compilation on Mac/PPC.
+* [BUGFIX] Don't replicate SAVE.
+* LRANGE optimization may drastically improve performances when querying the
+ final part of a long list.
+* redis-cli now implements a --latency mode to monitory Redis delay.
+* Hash type settings removed from INFO (same info is available via config GET)
+* Include port number on error when can't bind.
+* AOF fsync is now performed in background when fsync policy is 'everysec'.
+* AOF performances improved moving in background a possibly slow close(2) call.
+* AOF protocol synthesis speedup.
+
What's new in Redis 2.3.10 (2.4 Release Candidate 7)
====================================================