]> git.saurik.com Git - redis.git/commitdiff
Redis 2.6.3
authorantirez <antirez@gmail.com>
Tue, 6 Nov 2012 21:07:51 +0000 (22:07 +0100)
committerantirez <antirez@gmail.com>
Tue, 6 Nov 2012 21:07:51 +0000 (22:07 +0100)
00-RELEASENOTES
src/version.h

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.
index 7e9f8ee7a10682796cdb592b7fbaaa04df58baae..9b05a37c933149969207a72f62ac6c192b01e3cf 100644 (file)
@@ -1 +1 @@
-#define REDIS_VERSION "2.6.2"
+#define REDIS_VERSION "2.6.3"