summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2022-07-18 11:37:32 +0300
committerOran Agra <oran@redislabs.com>2022-07-18 16:04:07 +0300
commit888effe4beb2c0ac8de1c863e635e45af3d3b329 (patch)
treec321ee9b856093494d6e4988e81ec2e70fc1b826
parent15ae4e29e537e7ec37f0df1825d9fb2beea67124 (diff)
downloadredis-888effe4beb2c0ac8de1c863e635e45af3d3b329.tar.gz
Redis 7.0.47.0.4
-rw-r--r--00-RELEASENOTES11
-rw-r--r--src/version.h4
2 files changed, 13 insertions, 2 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 171b8f64f..a8f766b1c 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -13,6 +13,17 @@ SECURITY: There are security fixes in the release.
================================================================================
+Redis 7.0.4 Released Monday Jul 18 12:00:00 IST 2022
+================================================================================
+
+Upgrade urgency: SECURITY, contains fixes to security issues.
+
+Security Fixes:
+* (CVE-2022-31144) A specially crafted XAUTOCLAIM command on a stream
+ key in a specific state may result with heap overflow, and potentially
+ remote code execution. The problem affects Redis versions 7.0.0 or newer.
+
+================================================================================
Redis 7.0.3 Released Monday Jul 11 12:00:00 IST 2022
================================================================================
diff --git a/src/version.h b/src/version.h
index f42c936d5..fd58375e9 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,2 +1,2 @@
-#define REDIS_VERSION "7.0.3"
-#define REDIS_VERSION_NUM 0x00070003
+#define REDIS_VERSION "7.0.4"
+#define REDIS_VERSION_NUM 0x00070004