File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,15 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
1010CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
1111--------------------------------------------------------------------------------
1212
13+ --[ Redis 3.0.1 ] Release date: 5 May 2015
14+
15+ Upgrade urgency: LOW for Redis, Sentinel, Cluster.
16+
17+ * [FIX] Sentinel memory leak due to hiredis fixed. (Salvatore Sanfilippo)
18+ * [FIX] Sentinel memory leak on duplicated instance. (Charsyam)
19+ * [FIX] Redis crash on Lua reaching output buffer limits. (Yossi Gottlieb)
20+ * [FIX] Sentinel flushes config on +slave events. (Bill Anderson)
21+
1322--[ Redis 3.0.0 ] Release date: 1 Apr 2015
1423
1524>> What's new in Redis 3.0 compared to Redis 2.8?
Original file line number Diff line number Diff line change 1- #define REDIS_VERSION "3.0.0 "
1+ #define REDIS_VERSION "3.0.1 "
You can’t perform that action at this time.
0 commit comments