We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be407c0 commit 2b5fc52Copy full SHA for 2b5fc52
00-RELEASENOTES
@@ -14,6 +14,10 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
14
CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
15
--------------------------------------------------------------------------------
16
17
+---[ Redis 2.6.1 ]
18
+
19
+* [BUGFIX] Compilation on Linux < 2.6.17 or glibc < 2.6 fixed (RHLE5 & co).
20
21
---[ Redis 2.6.0 ]
22
23
* [BUGFIX] Allow AUTH when server is in -BUSY state because of a slow script.
src/version.h
@@ -1 +1 @@
1
-#define REDIS_VERSION "2.6.0"
+#define REDIS_VERSION "2.6.1"
0 commit comments