summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--00-RELEASENOTES10
-rw-r--r--src/version.h2
2 files changed, 11 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index bd5fb021f..f06ff8090 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -14,6 +14,16 @@ 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.17 ] Release date: 19 Sep 2014
+
+# UPGRADE URGENCY: HIGH for Redis Sentinel.
+ LOW for Redis Server (unmodified compared to 2.8.16).
+
+* [FIX] Resolved a memory leak in the hiredis library causing a memory leak
+ in Redis Sentinel when a monitored instance or another Sentinel is
+ unavailable. Every reconnection attempt will leak a small amount of
+ memory, but in the long run the process can reach a considerable size.
+
--[ Redis 2.8.16 ] Release date: 16 Sep 2014
# UPGRADE URGENCY: HIGH for Redis if you are using 2.8.15 + AOF.
diff --git a/src/version.h b/src/version.h
index 7ea19b020..4bf4a6d34 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.8.16"
+#define REDIS_VERSION "2.8.17"