Skip to content

Commit 47ff136

Browse files
committed
Redis 6.0.1.
1 parent db73d09 commit 47ff136

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
@@ -11,6 +11,34 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
1111
SECURITY: There are security fixes in the release.
1212
--------------------------------------------------------------------------------
1313

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+
1442
================================================================================
1543
Redis 6.0.0 GA Released Thu Apr 30 14:55:02 CEST 2020
1644
================================================================================

src/version.h

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

0 commit comments

Comments
 (0)