summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2023-04-17 10:24:17 +0300
committerOran Agra <oran@redislabs.com>2023-04-17 15:54:26 +0300
commit2d4b9401f16bb67d3c42947d3db5d347f06ac17c (patch)
tree6b3e75638052a6e56e30562c4c3c00a36b35ce38
parent521e05cb8b2f45f3ee1a988bb165c602cf4eef8f (diff)
downloadredis-6.2.tar.gz
Redis 6.22.126.2.126.2
-rw-r--r--00-RELEASENOTES20
-rw-r--r--src/version.h4
2 files changed, 22 insertions, 2 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 0a93aa76c..a3f9918d4 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -11,6 +11,26 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
SECURITY: There are security fixes in the release.
--------------------------------------------------------------------------------
+
+================================================================================
+Redis 6.2.12 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)
+* Disconnect pub-sub subscribers when revoking allchannels permission (#11992)
+* Trim excessive memory usage in stream nodes when exceeding `stream-node-max-bytes` (#11885)
+
+
================================================================================
Redis 6.2.11 Released Tue Feb 28 12:00:00 IST 2023
================================================================================
diff --git a/src/version.h b/src/version.h
index 11ddece34..3031959dd 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,2 +1,2 @@
-#define REDIS_VERSION "6.2.11"
-#define REDIS_VERSION_NUM 0x0006020b
+#define REDIS_VERSION "6.2.12"
+#define REDIS_VERSION_NUM 0x0006020c