Skip to content

Commit a8f8ca7

Browse files
committed
rls: release ror-1.2.2.
1 parent a01f48a commit a8f8ca7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

SWAP-RELEASENOTES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
================================================================================
2+
ror-1.2.2 Released Mon Sep 4 00:00:00 CST 2023
3+
================================================================================
4+
* [fix] rocksdb data leak because object.persistent not set after persist keep,
5+
which will leak when expired.
6+
* [fix] swap_version not correctly resumed after load fix.
7+
* [fix] code crash when client rate limit.
8+
19
================================================================================
210
ror-1.2.1 Released Wed Jul 6 00:00:00 CST 2023
311
================================================================================

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#define REDIS_VERSION "6.2.6"
22
#define REDIS_VERSION_NUM 0x00060206
3-
#define SWAP_VERSION "1.2.1"
3+
#define SWAP_VERSION "1.2.2"

0 commit comments

Comments
 (0)