summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2023-03-20 15:19:22 +0200
committerOran Agra <oran@redislabs.com>2023-03-20 19:16:50 +0200
commitf651708a19b4fc8137eec13180fcea39e68fb284 (patch)
tree244c5f2b260429c5304e06a1d7a585da7233bfe5
parent6956d15b776e72f7274b516224e930f2c957bac3 (diff)
downloadredis-f651708a19b4fc8137eec13180fcea39e68fb284.tar.gz
Redis 7.0.107.0.10
-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 e9ece08b3..429a66cf5 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -12,6 +12,23 @@ SECURITY: There are security fixes in the release.
--------------------------------------------------------------------------------
================================================================================
+Redis 7.0.10 Released Mon Mar 20 16:00:00 IST 2023
+================================================================================
+
+Upgrade urgency: SECURITY, contains fixes to security issues.
+
+Security Fixes:
+* (CVE-2023-28425) Specially crafted MSETNX command can lead to assertion and denial-of-service
+
+Bug Fixes
+=========
+
+* Large blocks of replica client output buffer may lead to psync loops and unnecessary memory usage (#11666)
+* Fix CLIENT REPLY OFF|SKIP to not silence push notifications (#11875)
+* Trim excessive memory usage in stream nodes when exceeding `stream-node-max-bytes` (#11885)
+* Fix module RM_Call commands failing with OOM when maxmemory is changed to zero (#11319)
+
+================================================================================
Redis 7.0.9 Released Tue Feb 28 12:00:00 IST 2023
================================================================================
diff --git a/src/version.h b/src/version.h
index 316f64e12..11bd143bd 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,2 +1,2 @@
-#define REDIS_VERSION "7.0.9"
-#define REDIS_VERSION_NUM 0x00070009
+#define REDIS_VERSION "7.0.10"
+#define REDIS_VERSION_NUM 0x0007000a