Skip to content

Commit 7f4bae8

Browse files
committed
Redis 7.2.3
1 parent cee6d30 commit 7f4bae8

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

00-RELEASENOTES

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ SECURITY: There are security fixes in the release.
1212
--------------------------------------------------------------------------------
1313

1414

15+
================================================================================
16+
Redis 7.2.3 Released Wed 01 Nov 2023 12:00:00 IST
17+
================================================================================
18+
19+
Upgrade urgency: HIGH, Fixes critical bugs affecting most users.
20+
21+
Bug fixes
22+
=========
23+
24+
* Fix file descriptor leak preventing deleted files from freeing disk space on
25+
replicas (#12693)
26+
* Fix a possible crash after cluster node removal (#12702)
27+
28+
1529
================================================================================
1630
Redis 7.2.2 Released Wed 18 Oct 2023 10:33:40 IDT
1731
================================================================================

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#define REDIS_VERSION "7.2.2"
2-
#define REDIS_VERSION_NUM 0x00070202
1+
#define REDIS_VERSION "7.2.3"
2+
#define REDIS_VERSION_NUM 0x00070203

0 commit comments

Comments
 (0)