summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-10-26 16:20:24 +0200
committerantirez <antirez@gmail.com>2012-10-26 16:20:24 +0200
commit0dd62413145d6ae9639247ef922326f54bf1e8f3 (patch)
tree22ee84c2612e28be39d7bba5ea4bb7f1739aadee
parent3b1a41b1726cb34fac8033beeee1444ae3773fdf (diff)
downloadredis-0dd62413145d6ae9639247ef922326f54bf1e8f3.tar.gz
Redis 2.6.22.6.2
-rw-r--r--00-RELEASENOTES5
-rw-r--r--src/version.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 16e5fc3ef..dff6a8709 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -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).
diff --git a/src/version.h b/src/version.h
index f50916151..7e9f8ee7a 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.6.1"
+#define REDIS_VERSION "2.6.2"