summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--00-RELEASENOTES4
-rw-r--r--src/version.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 8a547821b..16e5fc3ef 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -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.
diff --git a/src/version.h b/src/version.h
index 7dca53149..f50916151 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.6.0"
+#define REDIS_VERSION "2.6.1"