]> git.saurik.com Git - redis.git/commitdiff
Redis 2.6.1
authorantirez <antirez@gmail.com>
Thu, 25 Oct 2012 20:07:27 +0000 (22:07 +0200)
committerantirez <antirez@gmail.com>
Thu, 25 Oct 2012 20:07:27 +0000 (22:07 +0200)
00-RELEASENOTES
src/version.h

index 8a547821b959a253e4bbf034c9f8b0a171f1db80..16e5fc3ef11cb6567eccb3c1d20e4f028a0eb38b 100644 (file)
@@ -14,6 +14,10 @@ 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.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.
index 7dca5314969c0e8009808bceb5ba8e39acdad6c4..f50916151720ede055229bb514236bc1b8ad9033 100644 (file)
@@ -1 +1 @@
-#define REDIS_VERSION "2.6.0"
+#define REDIS_VERSION "2.6.1"