Skip to content

Commit 5116130

Browse files
committed
Redis 3.2.9.
1 parent 3b46cf9 commit 5116130

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

00-RELEASENOTES

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,52 @@ 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.9 Released Mon May 17 17:35:38 CEST 2017
15+
================================================================================
16+
17+
Upgrade urgency LOW: A few rarely harmful bugs were fixed.
18+
19+
This release just fixes bugs that are unlikely to cause serious problems
20+
so there is no need to update ASAP. Please, see the list of commits
21+
for the details on the bugs fixed and credits:
22+
23+
antirez in commit 3b46cf97:
24+
redis-cli --bigkeys: show error when TYPE fails.
25+
1 file changed, 7 insertions(+), 2 deletions(-)
26+
27+
antirez in commit f59b4b93:
28+
Fix preprocessor if/else chain broken in order to fix #3927.
29+
1 file changed, 3 insertions(+)
30+
31+
antirez in commit dd80fedf:
32+
Fix zmalloc_get_memory_size() ifdefs to actually use the else branch.
33+
1 file changed, 2 deletions(-)
34+
35+
antirez in commit 697d3abe:
36+
Set lua-time-limit default value at safe place.
37+
2 files changed, 1 insertion(+), 1 deletion(-)
38+
39+
antirez in commit c9c04b11:
40+
Fix #3848 by closing the descriptor on error.
41+
1 file changed, 2 insertions(+), 1 deletion(-)
42+
43+
张文康 in commit d3b49924:
44+
update block->free after some diff data are written to the child process
45+
1 file changed, 1 insertion(+)
46+
47+
antirez in commit 6a33952b:
48+
Test: fix, hopefully, false PSYNC failure like in issue #2715.
49+
1 file changed, 1 insertion(+), 1 deletion(-)
50+
51+
John.Koepi in commit b83f9fea:
52+
fix #2883, #2857 pipe fds leak when fork() failed on bg aof rw
53+
1 file changed, 1 insertion(+)
54+
55+
antirez in commit 10dbb5cd:
56+
Don't leak file descriptor on syncWithMaster().
57+
1 file changed, 2 insertions(+), 1 deletion(-)
58+
1359
================================================================================
1460
Redis 3.2.8 Released Sun Feb 12 16:11:18 CET 2017
1561
================================================================================

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.8"
1+
#define REDIS_VERSION "3.2.9"

0 commit comments

Comments
 (0)