summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-10-25 22:07:27 +0200
committerantirez <antirez@gmail.com>2012-10-25 22:07:27 +0200
commit2b5fc529a44790b89530756e36646de810c7be9c (patch)
tree825239b6728c163fc0b6bbcd6d9e2b6bd8e636de
parentbe407c015c1848b145ad57edc023a1a810f8c6a9 (diff)
downloadredis-2b5fc529a44790b89530756e36646de810c7be9c.tar.gz
Redis 2.6.12.6.1
-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"