@@ -11,6 +11,34 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
11
11
SECURITY: There are security fixes in the release.
12
12
--------------------------------------------------------------------------------
13
13
14
+ ================================================================================
15
+ Redis 6.0.1 Released Sat May 02 00:06:07 CEST 2020
16
+ ================================================================================
17
+
18
+ Upgrade urgency HIGH: This release fixes a crash when builiding against
19
+ Libc malloc.
20
+
21
+ Here we revert 8110ba888, an optimization that causes a crash due to a
22
+ bug in the code. It does not happen with the default allocator because of
23
+ differences between Jemalloc and libc malloc, so this escaped all our
24
+ testing but was reported by a user. We'll add back the original optimization
25
+ that was reverted here later, after checking what happens: it is not a
26
+ critical optimization.
27
+
28
+ The other commits are minor stuff:
29
+
30
+ antirez in commit db73d0998:
31
+ Cast printf() argument to the format specifier.
32
+ 1 file changed, 3 insertions(+), 1 deletion(-)
33
+
34
+ antirez in commit 7c0fe7271:
35
+ Revert "optimize memory usage of deferred replies"
36
+ 1 file changed, 31 deletions(-)
37
+
38
+ antirez in commit 8fe25edc7:
39
+ Save a call to stopThreadedIOIfNeeded() for the base case.
40
+ 1 file changed, 3 insertions(+), 3 deletions(-)
41
+
14
42
================================================================================
15
43
Redis 6.0.0 GA Released Thu Apr 30 14:55:02 CEST 2020
16
44
================================================================================
0 commit comments