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
49dbedb1
Commit
49dbedb1
authored
Sep 06, 2023
by
Oran Agra
Browse files
Redis 7.0.13
parent
0f14d327
Changes
2
Hide whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
49dbedb1
...
@@ -12,6 +12,29 @@ SECURITY: There are security fixes in the release.
...
@@ -12,6 +12,29 @@ SECURITY: There are security fixes in the release.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
================================================================================
Redis 7.0.13 Released Wed 06 Sep 2023 15:00:00 IDT
================================================================================
Upgrade urgency SECURITY: See security fixes below.
Security Fixes
==============
* (CVE-2023-41053) Redis does not correctly identify keys accessed by SORT_RO and
as a result may grant users executing this command access to keys that are not
explicitly authorized by the ACL configuration.
Bug Fixes
=========
* Cluster: fix a race condition where a slot migration may revert on a
subsequent failover or node joining (#12344)
* Ensure that the function load timeout is disabled during loading from RDB/AOF
and on replicas. (#12451)
* Fix the assertion when script timeout occurs after it signaled a blocked client (#12459)
================================================================================
================================================================================
Redis 7.0.12 Released Mon July 10 12:00:00 IDT 2023
Redis 7.0.12 Released Mon July 10 12:00:00 IDT 2023
================================================================================
================================================================================
...
...
src/version.h
View file @
49dbedb1
#define REDIS_VERSION "7.0.1
2
"
#define REDIS_VERSION "7.0.1
3
"
#define REDIS_VERSION_NUM 0x0007000
c
#define REDIS_VERSION_NUM 0x0007000
d
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