summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-11-06 22:07:51 +0100
committerantirez <antirez@gmail.com>2012-11-06 22:07:51 +0100
commit89514f80e91b8759ae0b8e0ff763c9764af4ff04 (patch)
treec7c89aeaf1ead009ba8e5bf27ef82193818ad67d
parent3f006679b1d96581c7ad8ea29d62381cb6a45c29 (diff)
downloadredis-2.6.3.tar.gz
Redis 2.6.32.6.3
-rw-r--r--00-RELEASENOTES8
-rw-r--r--src/version.h2
2 files changed, 9 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index dff6a8709..3e9be4bea 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -14,6 +14,14 @@ 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.3 ]
+
+* [BUGFIX] Fixed 32 bit build on Linux systems.
+* [BUGFIX] MONITOR and CLIENT LIST: propertly display unix socket clients.
+* [IMPROVED] redis-cli inline help updated.
+* [IMPROVED] Marginally more robust AOF child handling.
+* [IMPROVED] Fixed a few typos in comments.
+
$--[ Redis 2.6.2 ]
* [BUGFIX] The compilation fix for RHLE5 in 2.6.1 was broken. Fixed.
diff --git a/src/version.h b/src/version.h
index 7e9f8ee7a..9b05a37c9 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.6.2"
+#define REDIS_VERSION "2.6.3"