summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2023-04-13 14:35:21 +0300
committerOran Agra <oran@redislabs.com>2023-04-17 15:54:03 +0300
commit391aa4079c0855aa20929b1e272403937e874d57 (patch)
tree7ce4f6524d5f5f0763362e7397035e34eddadea9
parent6b17d824c5ce51f6b6bff8854fa8217d779236ba (diff)
downloadredis-7.0.tar.gz
Redis 7.0.117.0.117.0
-rw-r--r--00-RELEASENOTES23
-rw-r--r--src/version.h4
2 files changed, 25 insertions, 2 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 429a66cf5..1afb56559 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -11,6 +11,29 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
SECURITY: There are security fixes in the release.
--------------------------------------------------------------------------------
+
+================================================================================
+Redis 7.0.11 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
+=========
+
+* Add a missing fsync of AOF file in rare cases (#11973)
+* Disconnect pub-sub subscribers when revoking allchannels permission (#11992)
+
+Platform / toolchain support related improvements
+=================================================
+
+* Fix a compiler fortification induced crash when used with link time optimizations (#11982)
+
+
================================================================================
Redis 7.0.10 Released Mon Mar 20 16:00:00 IST 2023
================================================================================
diff --git a/src/version.h b/src/version.h
index 11bd143bd..4b267b1b9 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,2 +1,2 @@
-#define REDIS_VERSION "7.0.10"
-#define REDIS_VERSION_NUM 0x0007000a
+#define REDIS_VERSION "7.0.11"
+#define REDIS_VERSION_NUM 0x0007000b