]> git.saurik.com Git - redis.git/blobdiff - 00-RELEASENOTES
Make clear that contributing code to the Redis project means to release it under...
[redis.git] / 00-RELEASENOTES
index dff6a8709a69412f887ada3d4e5ae9b52077037e..3e9be4bea8c2266053a828b3e04b710fae3df679 100644 (file)
@@ -14,6 +14,14 @@ HIGH:     There is a critical bug that may affect a subset of users. Upgrade!
 CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
 --------------------------------------------------------------------------------
 
+$--[ Redis 2.6.3 ]
+
+* [BUGFIX]   Fixed 32 bit build on Linux systems.
+* [BUGFIX]   MONITOR and CLIENT LIST: propertly display unix socket clients.
+* [IMPROVED] redis-cli inline help updated.
+* [IMPROVED] Marginally more robust AOF child handling.
+* [IMPROVED] Fixed a few typos in comments.
+
 $--[ Redis 2.6.2 ]
 
 * [BUGFIX]   The compilation fix for RHLE5 in 2.6.1 was broken. Fixed.