File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff 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================================================================================
1630Redis 7.2.2 Released Wed 18 Oct 2023 10:33:40 IDT
1731================================================================================
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments