Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
391aa407
Commit
391aa407
authored
Apr 13, 2023
by
Oran Agra
Browse files
Redis 7.0.11
parent
6b17d824
Changes
2
Show whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
391aa407
...
@@ -11,6 +11,29 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
...
@@ -11,6 +11,29 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
SECURITY: There are security fixes in the release.
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
Redis 7.0.10 Released Mon Mar 20 16:00:00 IST 2023
================================================================================
================================================================================
...
...
src/version.h
View file @
391aa407
#define REDIS_VERSION "7.0.1
0
"
#define REDIS_VERSION "7.0.1
1
"
#define REDIS_VERSION_NUM 0x0007000
a
#define REDIS_VERSION_NUM 0x0007000
b
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment