From: antirez Date: Tue, 6 Nov 2012 21:07:51 +0000 (+0100) Subject: Redis 2.6.3 X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/89514f80e91b8759ae0b8e0ff763c9764af4ff04?hp=3f006679b1d96581c7ad8ea29d62381cb6a45c29 Redis 2.6.3 --- diff --git a/00-RELEASENOTES b/00-RELEASENOTES index dff6a870..3e9be4be 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 7e9f8ee7..9b05a37c 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.6.2" +#define REDIS_VERSION "2.6.3"