summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2017-02-12 16:14:57 +0100
committerantirez <antirez@gmail.com>2017-02-12 16:14:57 +0100
commitdb8a945cbb861045428d39f960ace2bd99916a0b (patch)
treecbec2ad029870e6aa3e94e63a95aef54411e2de6
parent7178cac031843f63133a494fbf566569b0285eb0 (diff)
downloadredis-db8a945cbb861045428d39f960ace2bd99916a0b.tar.gz
Redis 3.2.8.3.2.8
-rw-r--r--00-RELEASENOTES29
-rw-r--r--src/version.h2
2 files changed, 30 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index eeb6dd015..ecc04e830 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -11,6 +11,35 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
--------------------------------------------------------------------------------
================================================================================
+Redis 3.2.8 Released Sun Feb 12 16:11:18 CET 2017
+================================================================================
+
+Upgrade urgency CRITICAL: This release reverts back the Jemalloc upgrade
+ that is believed to potentially cause a server
+ deadlock. A MIGRATE crash is also fixed.
+
+Two important bug fixes, the first of one is critical:
+
+1. Apparently Jemalloc 4.4.0 may contain a deadlock under particular
+ conditions. See https://github.com/antirez/redis/issues/3799.
+ We reverted back to the previously used Jemalloc versions and plan
+ to upgrade Jemalloc again after having more info about the
+ cause of the bug.
+
+2. MIGRATE could crash the server after a socket error. See for reference:
+ https://github.com/antirez/redis/issues/3796.
+
+List of commits:
+
+antirez in commit 7178cac:
+ Revert "Jemalloc updated to 4.4.0."
+ 150 files changed, 6330 insertions(+), 17245 deletions(-)
+
+antirez in commit 33fad43:
+ Fix MIGRATE closing of cached socket on error.
+ 1 file changed, 23 insertions(+), 6 deletions(-)
+
+================================================================================
Redis 3.2.7 Released Tue Jan 31 16:21:41 CET 2017
================================================================================
diff --git a/src/version.h b/src/version.h
index a7806493f..d4e33a6d1 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "3.2.7"
+#define REDIS_VERSION "3.2.8"