@@ -10,6 +10,34 @@ 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+ ================================================================================
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================================================================================
1442Redis 3.2.2 Released Thu Jul 28 14:14:54 CEST 2016
1543================================================================================
0 commit comments