Commit f61d6f0c authored by antirez's avatar antirez
Browse files

Redis 3.2.5.

parent 47364079
...@@ -10,6 +10,21 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade! ...@@ -10,6 +10,21 @@ 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. CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
================================================================================
Redis 3.2.5 Released Wed Oct 26 09:16:40 CEST 2016
================================================================================
Upgrade urgency LOW: This release only fixes a compilation issue due to the
missing -ldl at linking time.
zach shipko in commit 4736407:
BSDs don't have -ldl
1 file changed, 15 insertions(+), 5 deletions(-)
antirez in commit 9ada818:
Fix modules compilation when libc malloc is used.
1 file changed, 2 insertions(+), 2 deletions(-)
================================================================================ ================================================================================
Redis 3.2.4 Released Mon Sep 26 08:58:21 CEST 2016 Redis 3.2.4 Released Mon Sep 26 08:58:21 CEST 2016
================================================================================ ================================================================================
......
#define REDIS_VERSION "3.2.4" #define REDIS_VERSION "3.2.5"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment