From 265341b577dadcbdd40343bdf32d7dcb0a4bc1d1 Mon Sep 17 00:00:00 2001 From: Oran Agra Date: Mon, 1 Mar 2021 17:40:10 +0200 Subject: Redis 5.0.12 --- 00-RELEASENOTES | 9 +++++++++ src/version.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 2671e707a..3737f0712 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -11,6 +11,15 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP. 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" -- cgit v1.2.1