summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-05-05 11:01:01 +0200
committerantirez <antirez@gmail.com>2015-05-05 11:01:19 +0200
commit10323dc5feb2adc10c4d62c7d667fd45923d6a57 (patch)
tree8e1b7e703311204e9848e3f35cc16fc8e705bb33
parente213c408fae5b07a1d00288176680c96c4c41bf7 (diff)
downloadredis-3.0.1.tar.gz
Redis 3.0.13.0.1
-rw-r--r--00-RELEASENOTES9
-rw-r--r--src/version.h2
2 files changed, 10 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 55e0ff26d..33adfac68 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -10,6 +10,15 @@ 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 3.0.1 ] Release date: 5 May 2015
+
+Upgrade urgency: LOW for Redis, Sentinel, Cluster.
+
+* [FIX] Sentinel memory leak due to hiredis fixed. (Salvatore Sanfilippo)
+* [FIX] Sentinel memory leak on duplicated instance. (Charsyam)
+* [FIX] Redis crash on Lua reaching output buffer limits. (Yossi Gottlieb)
+* [FIX] Sentinel flushes config on +slave events. (Bill Anderson)
+
--[ Redis 3.0.0 ] Release date: 1 Apr 2015
>> What's new in Redis 3.0 compared to Redis 2.8?
diff --git a/src/version.h b/src/version.h
index 9b30791fa..44ac9c45b 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "3.0.0"
+#define REDIS_VERSION "3.0.1"