summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-07-14 17:48:14 +0200
committerantirez <antirez@gmail.com>2014-07-14 17:48:14 +0200
commit0c29cadd4613d1e3c04c3f3165928ca353d054fe (patch)
treeb0acddf57a23c72daae1b76284e6e9372dc0749e
parent3df2ab673c9d4aa605777b9536fc45afcf0840da (diff)
downloadredis-0c29cadd4613d1e3c04c3f3165928ca353d054fe.tar.gz
Redis 2.8.13.2.8.13
-rw-r--r--00-RELEASENOTES18
-rw-r--r--src/version.h2
2 files changed, 19 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 4955782d1..b9fd18438 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -14,6 +14,24 @@ 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.8.13 ] Release date: 14 Jul 2014
+
+# UPGRADE URGENCY: LOW for Redis and Sentinel, this is a features enhancement
+ release mostly. Since this release introduces the latency
+ monitoring feature, Redis 2.8 users experiencing latency
+ issues are strongly encouraged to upgrade.
+
+* [FIX] CLIENT KILL minor backward compatibility fixes. (Salvatore Sanfilippo)
+* [FIX] Enable HAVE_ATOMIC for PowerPC. (Matt Stancliff)
+* [FIX] More robust PSYNC and AOF rewrites tests. (Salvatore Sanfilippo)
+* [FIX] Solaris build fixed. (Matt Stancliff, Salvatore Sanfilippo)
+
+* [NEW] The new latency monitoring feature, as documented at
+ http://redis.io/topics/latency-monitor (Salvatore Sanfilippo)
+* [NEW] The COMMAND command, exposing the Redis command table
+ as an API. (Matt Stancliff)
+* [NEW] Update used memory with C11 __atomic. (Matt Stancliff)
+
--[ Redis 2.8.12 ] Release date: 23 Jun 2014
# UPGRADE URGENCY: HIGH for Redis, CRITICAL for Sentinel.
diff --git a/src/version.h b/src/version.h
index f9f44ea8c..7776a5962 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.8.12"
+#define REDIS_VERSION "2.8.13"