Skip to content

Commit 44bf253

Browse files
committed
Redis 3.2.3.
1 parent 2444c82 commit 44bf253

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

00-RELEASENOTES

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,34 @@ 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+
================================================================================
14+
Redis 3.2.3 Released Tue Aug 02 10:55:24 CEST 2016
15+
================================================================================
16+
17+
Upgrade urgency MODERATE: Fix replication delay and redis-cli security issue.
18+
19+
Hello,
20+
21+
this is a minor release of Redis addressing two bugs:
22+
23+
1. There was an inverted if statement logic problem in replication.c causing
24+
a replication delay. This is not an actual problem since things work
25+
as expected, but worth to fix ASAP anyway.
26+
27+
2. Redis-cli created the history file with insecure permissions, allowing
28+
reding from the file. This was actually a bug in linenoise which is
29+
now fixed. The applied fix is from Chris Lamb.
30+
31+
List of commits:
32+
33+
Qu Chen in commit e67ad1d:
34+
Fix a bug to delay bgsave while AOF rewrite in progress for replication
35+
1 file changed, 1 insertion(+), 1 deletion(-)
36+
37+
antirez in commit 7153668:
38+
Update linenoise to fix insecure redis-cli history file creation.
39+
1 file changed, 6 insertions(+), 1 deletion(-)
40+
1341
================================================================================
1442
Redis 3.2.2 Released Thu Jul 28 14:14:54 CEST 2016
1543
================================================================================

src/version.h

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

0 commit comments

Comments
 (0)