]> git.saurik.com Git - redis.git/blobdiff - 00-RELEASENOTES
Unix socket clients properly displayed in MONITOR and CLIENT LIST.
[redis.git] / 00-RELEASENOTES
index 8a547821b959a253e4bbf034c9f8b0a171f1db80..dff6a8709a69412f887ada3d4e5ae9b52077037e 100644 (file)
@@ -14,6 +14,15 @@ 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.2 ]
+
+* [BUGFIX]   The compilation fix for RHLE5 in 2.6.1 was broken. Fixed.
+* [IMPROVED] Linenoise updated, now supports Ctrl+w.
+
+---[ Redis 2.6.1 ]
+
+* [BUGFIX]   Compilation on Linux < 2.6.17 or glibc < 2.6 fixed (RHLE5 & co).
+
 ---[ Redis 2.6.0 ]
 
 * [BUGFIX]   Allow AUTH when server is in -BUSY state because of a slow script.