Skip to content

Commit

Permalink
rls: release ror-1.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
patpatbear committed Sep 3, 2023
1 parent a01f48a commit a8f8ca7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions SWAP-RELEASENOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
================================================================================
ror-1.2.2 Released Mon Sep 4 00:00:00 CST 2023
================================================================================
* [fix] rocksdb data leak because object.persistent not set after persist keep,
which will leak when expired.
* [fix] swap_version not correctly resumed after load fix.
* [fix] code crash when client rate limit.

================================================================================
ror-1.2.1 Released Wed Jul 6 00:00:00 CST 2023
================================================================================
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define REDIS_VERSION "6.2.6"
#define REDIS_VERSION_NUM 0x00060206
#define SWAP_VERSION "1.2.1"
#define SWAP_VERSION "1.2.2"

0 comments on commit a8f8ca7

Please sign in to comment.