Redis 3.2.5.

This commit is contained in:
antirez 2016-10-26 09:17:45 +02:00
parent 473640790f
commit f61d6f0c4a
2 changed files with 16 additions and 1 deletions

View File

@ -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.
--------------------------------------------------------------------------------
================================================================================
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
================================================================================

View File

@ -1 +1 @@
#define REDIS_VERSION "3.2.4"
#define REDIS_VERSION "3.2.5"