Skip to content

Commit 10323dc

Browse files
committed
Redis 3.0.1
1 parent e213c40 commit 10323dc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

00-RELEASENOTES

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
1010
CRITICAL: 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?

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define REDIS_VERSION "3.0.0"
1+
#define REDIS_VERSION "3.0.1"

0 commit comments

Comments
 (0)