summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2018-06-13 12:42:40 +0200
committerantirez <antirez@gmail.com>2018-06-13 12:47:39 +0200
commit590f537420e81832c3893418e608cd6ab3cc7c5f (patch)
tree2956438771826cf5a6af16d72185215c13306075
parent37578f2ecf32169bc68eead148feca9dab3f7e1b (diff)
downloadredis-590f537420e81832c3893418e608cd6ab3cc7c5f.tar.gz
Redis 3.2.12.3.2.12
-rw-r--r--00-RELEASENOTES11
-rw-r--r--src/version.h2
2 files changed, 12 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 06b04694c..56c5ec86e 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -11,6 +11,17 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
--------------------------------------------------------------------------------
================================================================================
+Redis 3.2.12 Released Wed Jun 13 12:43:01 CEST 2018
+================================================================================
+
+Upgrade urgency CRITICAL:
+
+* Multilple security issues fixed.
+* Backport of an older AOF fsync=always fix. Check 4.x release notes.
+* Backport of a *SCAN bug. Sometimes elements could be missing from the scan.
+* Other minor things.
+
+================================================================================
Redis 3.2.11 Released Thu Sep 21 15:47:53 CEST 2017
================================================================================
diff --git a/src/version.h b/src/version.h
index 60c3a5391..6ef62730b 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "3.2.11"
+#define REDIS_VERSION "3.2.12"