Skip to content

Commit 8226f2c

Browse files
committed
Redis 4.0.0-RC2 (3.9.102).
1 parent 77241e8 commit 8226f2c

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

00-RELEASENOTES

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,48 @@ 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 4.0.0-RC2 Released Tue Dec 06 09:25:35 CET 2016
15+
================================================================================
16+
17+
Upgrade urgency LOW: This release mainly fixes a rare GEO API bug and a crash
18+
related to the modules subsystem.
19+
20+
Redis 4.0.0-RC2 (version number 3.9.102) just fixes two bugs:
21+
22+
1. GEORADIUS could fail reporting items with very big radius lengths because
23+
of a bug in the bounding box computation function. This was fixed and tests
24+
with large radius sizes were added.
25+
26+
2. There was a crash in the modules subsystem that was not merged into RC1 for
27+
an error, while it was already fixed into the "unstable" branch.
28+
29+
The list of commits follows:
30+
31+
wangshaonan in commit 77241e8:
32+
Add '\n' to MEMORY DOCTOR command output message when num_reports is 0 or empty is 1
33+
1 file changed, 2 insertions(+), 2 deletions(-)
34+
35+
Chris Lamb in commit 0ee6a23:
36+
src/rdb.c: Correct "whenver" -> "whenever" typo.
37+
1 file changed, 1 insertion(+), 1 deletion(-)
38+
39+
Yossi Gottlieb in commit 2d0d2c8:
40+
Fix typo in RedisModuleTypeMethods declaration.
41+
1 file changed, 1 insertion(+), 1 deletion(-)
42+
43+
Dvir Volk in commit 0fb9f34:
44+
fix memory corruption on RM_FreeCallReply
45+
1 file changed, 3 insertions(+), 1 deletion(-)
46+
47+
antirez in commit 41994f2:
48+
Geo: improve fuzz test.
49+
1 file changed, 11 insertions(+), 3 deletions(-)
50+
51+
antirez in commit ef9b4cf:
52+
Geo: fix computation of bounding box.
53+
2 files changed, 33 insertions(+), 44 deletions(-)
54+
1355
================================================================================
1456
Redis 4.0.0-RC1 Released Fri Dec 2 10:40:01 CEST 2016
1557
================================================================================

src/version.h

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

0 commit comments

Comments
 (0)