summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2016-10-26 09:17:45 +0200
committerantirez <antirez@gmail.com>2016-10-26 09:17:45 +0200
commitf61d6f0c4a50ac757643b53d12ea244a5c1bb922 (patch)
tree79668d7cda2e5e4ac5c456d61a0c4a52205d77bf
parent473640790f2755f5319cd1cf7f5cb6281f8aa4e2 (diff)
downloadredis-f61d6f0c4a50ac757643b53d12ea244a5c1bb922.tar.gz
Redis 3.2.5.3.2.5
-rw-r--r--00-RELEASENOTES15
-rw-r--r--src/version.h2
2 files changed, 16 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index f9e8a33c2..5ea165e5a 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -11,6 +11,21 @@ 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 2fdedd344..7bb132605 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "3.2.4"
+#define REDIS_VERSION "3.2.5"