summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2021-03-01 17:46:17 +0200
committerOran Agra <oran@redislabs.com>2021-03-02 08:13:08 +0200
commitf86385f70b05506f61601085ee34d8f6eef62512 (patch)
tree49b390db721dd6078ac0e3b023af0bd316acc5b1
parentd0762100b073887179dd8c92e3b852a36192d4c8 (diff)
downloadredis-6.0.12.tar.gz
Redis 6.0.126.0.12
-rw-r--r--00-RELEASENOTES9
-rw-r--r--src/version.h4
2 files changed, 11 insertions, 2 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 1b18cbf4e..7b388f1fc 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -12,6 +12,15 @@ SECURITY: There are security fixes in the release.
--------------------------------------------------------------------------------
================================================================================
+Redis 6.0.12 Released Mon Mar 1 17:29:52 IST 2021
+================================================================================
+
+Upgrade urgency: LOW, fixes a compilation issue.
+
+Bug fixes:
+* Fix compilation error on non-glibc systems if jemalloc is not used (#8533)
+
+================================================================================
Redis 6.0.11 Released Mon Feb 22 16:13:23 IST 2021
================================================================================
diff --git a/src/version.h b/src/version.h
index c8dbb320a..f362ee79c 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,2 +1,2 @@
-#define REDIS_VERSION "6.0.11"
-#define REDIS_VERSION_NUM 0x0006000b
+#define REDIS_VERSION "6.0.12"
+#define REDIS_VERSION_NUM 0x0006000c