summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2023-04-17 10:26:14 +0300
committerOran Agra <oran@redislabs.com>2023-04-17 15:54:33 +0300
commit87e3c4fb12ac32242117fa13a4cd8dc52a9b9b93 (patch)
tree690ba68a9a1d9fcd49f34087f2def50a3e955f2b
parent6c3aedc06f0ecea0ff005a594b4bb96f9e94d57b (diff)
downloadredis-6.0.tar.gz
Redis 6.0.196.0.196.0
-rw-r--r--00-RELEASENOTES17
-rw-r--r--src/version.h4
2 files changed, 19 insertions, 2 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index b4357f138..9acc5f344 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -13,6 +13,23 @@ SECURITY: There are security fixes in the release.
================================================================================
+Redis 6.0.19 Released Mon Apr 17 16:00:00 IST 2023
+================================================================================
+
+Upgrade urgency: SECURITY, contains fixes to security issues.
+
+Security Fixes:
+* (CVE-2023-28856) Authenticated users can use the HINCRBYFLOAT command to create
+ an invalid hash field that will crash Redis on access
+
+
+Bug Fixes
+=========
+
+* Fix CLIENT REPLY OFF|SKIP to not silence push notifications (#11875)
+
+
+================================================================================
Redis 6.0.18 Released Tue Feb 28 12:00:00 IST 2023
================================================================================
diff --git a/src/version.h b/src/version.h
index 6157d4d44..d9a6dba50 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,2 +1,2 @@
-#define REDIS_VERSION "6.0.18"
-#define REDIS_VERSION_NUM 0x00060012
+#define REDIS_VERSION "6.0.19"
+#define REDIS_VERSION_NUM 0x00060013