summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2021-03-01 17:40:10 +0200
committerOran Agra <oran@redislabs.com>2021-03-02 08:11:51 +0200
commit265341b577dadcbdd40343bdf32d7dcb0a4bc1d1 (patch)
tree8e57bbb5ea2db1140c664f3e716b92dd17936b09
parent993cf62c778aa3dd5befd6fa03d92f5f3608ef60 (diff)
downloadredis-265341b577dadcbdd40343bdf32d7dcb0a4bc1d1.tar.gz
Redis 5.0.125.0.12
-rw-r--r--00-RELEASENOTES9
-rw-r--r--src/version.h2
2 files changed, 10 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 2671e707a..3737f0712 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -12,6 +12,15 @@ SECURITY: There are security fixes in the release.
--------------------------------------------------------------------------------
================================================================================
+Redis 5.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 5.0.11 Released Mon Feb 22 16:48:25 IST 2021
================================================================================
diff --git a/src/version.h b/src/version.h
index 6c6ca26f4..1c8a77d85 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "5.0.11"
+#define REDIS_VERSION "5.0.12"