Redis 7.2.3
This commit is contained in:
parent
cee6d309d9
commit
7f4bae8176
@ -12,6 +12,20 @@ SECURITY: There are security fixes in the release.
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
||||
================================================================================
|
||||
Redis 7.2.3 Released Wed 01 Nov 2023 12:00:00 IST
|
||||
================================================================================
|
||||
|
||||
Upgrade urgency: HIGH, Fixes critical bugs affecting most users.
|
||||
|
||||
Bug fixes
|
||||
=========
|
||||
|
||||
* Fix file descriptor leak preventing deleted files from freeing disk space on
|
||||
replicas (#12693)
|
||||
* Fix a possible crash after cluster node removal (#12702)
|
||||
|
||||
|
||||
================================================================================
|
||||
Redis 7.2.2 Released Wed 18 Oct 2023 10:33:40 IDT
|
||||
================================================================================
|
||||
|
@ -1,2 +1,2 @@
|
||||
#define REDIS_VERSION "7.2.2"
|
||||
#define REDIS_VERSION_NUM 0x00070202
|
||||
#define REDIS_VERSION "7.2.3"
|
||||
#define REDIS_VERSION_NUM 0x00070203
|
||||
|
Loading…
x
Reference in New Issue
Block a user