]> git.saurik.com Git - redis.git/commitdiff
Redis 2.6.2
authorantirez <antirez@gmail.com>
Fri, 26 Oct 2012 14:20:24 +0000 (16:20 +0200)
committerantirez <antirez@gmail.com>
Fri, 26 Oct 2012 14:20:24 +0000 (16:20 +0200)
00-RELEASENOTES
src/version.h

index 16e5fc3ef11cb6567eccb3c1d20e4f028a0eb38b..dff6a8709a69412f887ada3d4e5ae9b52077037e 100644 (file)
@@ -14,6 +14,11 @@ 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).
index f50916151720ede055229bb514236bc1b8ad9033..7e9f8ee7a10682796cdb592b7fbaaa04df58baae 100644 (file)
@@ -1 +1 @@
-#define REDIS_VERSION "2.6.1"
+#define REDIS_VERSION "2.6.2"