summaryrefslogtreecommitdiff
path: root/00-RELEASENOTES
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-11-21 18:47:39 +0100
committerantirez <antirez@gmail.com>2011-11-21 18:47:39 +0100
commit6a252e94989526657ddbe994860d9845de39bdc4 (patch)
treec8c2a60215719fa3f72af3c7b3989d9265e85b4b /00-RELEASENOTES
parent5d5e68a486ab7d14c331f8685c0ff2db9f0ebc0e (diff)
downloadredis-6a252e94989526657ddbe994860d9845de39bdc4.tar.gz
Redis 2.4.32.4.3
Diffstat (limited to '00-RELEASENOTES')
-rw-r--r--00-RELEASENOTES13
1 files changed, 13 insertions, 0 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 57e99d19e..10c1961ee 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -18,6 +18,19 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
---------
+What's new in Redis 2.4.3
+=========================
+
+* redis-cli now supports 'single quotes' style strings.
+* It is possible to disable password auth with CONFIG SET.
+* Some section of redis.conf better documented.
+* Default timeout for client connections now is 0 (no timeout).
+* I/O buffer length modified for better performances with big payloads.
+* Fixed crash on SPARC due to improper alighment due to bad assumptions about data types size.
+* CLIENT LIST output improved, code refactored.
+* [BUGFIX] Max log message length set to 4k to avoid truncation in INFO output written in the log file after a crash.
+* [BUGFIX] Close client connection when the query buffer reaches 1GB and log informaiton about the offending client, instead of crashing the instance when the query buffer reaches 2GB (for sds.c string overflow). This is related to issue #141 (github issues) and should fix the effect of this rare bug related to replication, but the cause is still not perfectly clear.
+
What's new in Redis 2.4.2
=========================