Skip to content

Commit 1f7d08b

Browse files
committed
Redis 5.0.8.
1 parent 2bea502 commit 1f7d08b

File tree

2 files changed

+99
-1
lines changed

2 files changed

+99
-1
lines changed

00-RELEASENOTES

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,104 @@ 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 5.0.8 Released Thu Mar 12 16:05:41 CET 2020
16+
================================================================================
17+
18+
Upgrade urgency HIGH: This release fixes security issues.
19+
20+
This is a list of fixes in this release:
21+
22+
Salvatore Sanfilippo in commit 2bea502d:
23+
Merge pull request #6975 from dustinmm80/add-arm-latomic-linking
24+
Dustin Collins in commit b5931405:
25+
Fix Pi building needing -latomic, backport
26+
1 file changed, 9 insertions(+)
27+
28+
srzhao in commit fd441300:
29+
fix impl of aof-child whitelist SIGUSR1 feature.
30+
1 file changed, 5 insertions(+), 4 deletions(-)
31+
32+
Ariel in commit 77ff332b:
33+
fix ThreadSafeContext lock/unlock function names
34+
1 file changed, 2 insertions(+), 2 deletions(-)
35+
36+
Guy Benoish in commit 4f0f799c:
37+
XREADGROUP should propagate XCALIM/SETID in MULTI/EXEC
38+
1 file changed, 2 insertions(+), 2 deletions(-)
39+
40+
Oran Agra in commit 0c1273c3:
41+
Fix client flags to be int64 in module.c
42+
1 file changed, 3 insertions(+), 3 deletions(-)
43+
44+
Guy Benoish in commit 708a4e8a:
45+
Fix small bugs related to replica and monitor ambiguity
46+
2 files changed, 8 insertions(+), 6 deletions(-)
47+
48+
WuYunlong in commit eac4115d:
49+
Fix lua related memory leak.
50+
1 file changed, 1 insertion(+)
51+
52+
antirez in commit d075df17:
53+
Simplify #6379 changes.
54+
2 files changed, 4 insertions(+), 9 deletions(-)
55+
56+
WuYunlong in commit 80a49c37:
57+
Free allocated sds in pfdebugCommand() to avoid memory leak.
58+
1 file changed, 1 insertion(+)
59+
60+
antirez in commit 60870d3a:
61+
Jump to right label on AOF parsing error.
62+
1 file changed, 6 insertions(+), 4 deletions(-)
63+
64+
antirez in commit d90f599b:
65+
Free fakeclient argv on AOF error.
66+
1 file changed, 11 insertions(+), 3 deletions(-)
67+
68+
WuYunlong in commit 8ee3bddf:
69+
Fix potential memory leak of rioWriteBulkStreamID().
70+
1 file changed, 4 insertions(+), 1 deletion(-)
71+
72+
WuYunlong in commit 4780fe78:
73+
Fix potential memory leak of clusterLoadConfig().
74+
1 file changed, 20 insertions(+), 5 deletions(-)
75+
76+
Leo Murillo in commit f3b77510:
77+
Fix bug on KEYS command where pattern starts with * followed by \x00 (null char).
78+
1 file changed, 1 insertion(+), 1 deletion(-)
79+
80+
Guy Benoish in commit 7f3fcedb:
81+
Blocking XREAD[GROUP] should always reply with valid data (or timeout)
82+
3 files changed, 44 insertions(+), 10 deletions(-)
83+
84+
antirez in commit f93b2fa5:
85+
XCLAIM: Create the consumer only on successful claims.
86+
1 file changed, 4 insertions(+), 2 deletions(-)
87+
88+
Guy Benoish in commit 89682d96:
89+
Stream: Handle streamID-related edge cases
90+
4 files changed, 54 insertions(+), 4 deletions(-)
91+
92+
antirez in commit 920e108f:
93+
Fix ip and missing mode in RM_GetClusterNodeInfo().
94+
1 file changed, 5 insertions(+), 2 deletions(-)
95+
96+
antirez in commit 7569b210:
97+
Inline protocol: handle empty strings well.
98+
1 file changed, 2 insertions(+), 6 deletions(-)
99+
100+
Khem Raj in commit 3c610b4e:
101+
Mark extern definition of SDS_NOINIT in sds.h
102+
1 file changed, 1 insertion(+), 1 deletion(-)
103+
104+
Seunghoon Woo in commit 16b2d07f:
105+
[FIX] revisit CVE-2015-8080 vulnerability
106+
1 file changed, 6 insertions(+), 4 deletions(-)
107+
108+
yz1509 in commit 19f33585:
109+
avoid sentinel changes promoted_slave to be its own replica.
110+
1 file changed, 1 insertion(+), 1 deletion(-)
111+
14112
================================================================================
15113
Redis 5.0.7 Released Tue Nov 19 17:52:44 CET 2019
16114
================================================================================

src/version.h

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

0 commit comments

Comments
 (0)