Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
8226f2c3
Commit
8226f2c3
authored
Dec 06, 2016
by
antirez
Browse files
Redis 4.0.0-RC2 (3.9.102).
parent
77241e86
Changes
2
Hide whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
8226f2c3
...
...
@@ -10,6 +10,48 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
--------------------------------------------------------------------------------
================================================================================
Redis 4.0.0-RC2 Released Tue Dec 06 09:25:35 CET 2016
================================================================================
Upgrade urgency LOW: This release mainly fixes a rare GEO API bug and a crash
related to the modules subsystem.
Redis 4.0.0-RC2 (version number 3.9.102) just fixes two bugs:
1. GEORADIUS could fail reporting items with very big radius lengths because
of a bug in the bounding box computation function. This was fixed and tests
with large radius sizes were added.
2. There was a crash in the modules subsystem that was not merged into RC1 for
an error, while it was already fixed into the "unstable" branch.
The list of commits follows:
wangshaonan in commit 77241e8:
Add '\n' to MEMORY DOCTOR command output message when num_reports is 0 or empty is 1
1 file changed, 2 insertions(+), 2 deletions(-)
Chris Lamb in commit 0ee6a23:
src/rdb.c: Correct "whenver" -> "whenever" typo.
1 file changed, 1 insertion(+), 1 deletion(-)
Yossi Gottlieb in commit 2d0d2c8:
Fix typo in RedisModuleTypeMethods declaration.
1 file changed, 1 insertion(+), 1 deletion(-)
Dvir Volk in commit 0fb9f34:
fix memory corruption on RM_FreeCallReply
1 file changed, 3 insertions(+), 1 deletion(-)
antirez in commit 41994f2:
Geo: improve fuzz test.
1 file changed, 11 insertions(+), 3 deletions(-)
antirez in commit ef9b4cf:
Geo: fix computation of bounding box.
2 files changed, 33 insertions(+), 44 deletions(-)
================================================================================
Redis 4.0.0-RC1 Released Fri Dec 2 10:40:01 CEST 2016
================================================================================
...
...
src/version.h
View file @
8226f2c3
#define REDIS_VERSION "3.9.10
1
"
#define REDIS_VERSION "3.9.10
2
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment