From f61d6f0c4a50ac757643b53d12ea244a5c1bb922 Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 26 Oct 2016 09:17:45 +0200 Subject: [PATCH] Redis 3.2.5. --- 00-RELEASENOTES | 15 +++++++++++++++ src/version.h | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index f9e8a33c..5ea165e5 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -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 ================================================================================ diff --git a/src/version.h b/src/version.h index 2fdedd34..7bb13260 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "3.2.4" +#define REDIS_VERSION "3.2.5"