-
Notifications
You must be signed in to change notification settings - Fork 583
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f52815d
commit 4272a7d
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
keydb (6:6.0.18-1distribution_placeholder) codename_placeholder; urgency=medium | ||
|
||
* 6.0.18 - This release contains a number of improvements to stability and performance. | ||
* Additional tests were added with improvements to existing test reliability | ||
* Merged Redis 6.0.10 into KeyDB | ||
* Issues resolved in this release: #214, #222, #238, #257, #273, #276, #285 | ||
|
||
-- Ben Schermel <[email protected]> Fri, 26 Mar 2021 16:00:00 +0000 | ||
|
||
keydb (6:6.0.16-1distribution_placeholder) codename_placeholder; urgency=medium | ||
|
||
* 6.0.16 - This release contains significant performance improvements as well as fixes to the following issues: #234, #236, #233, #207, #229, #231 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#define KEYDB_REAL_VERSION "6.0.17" | ||
#define KEYDB_REAL_VERSION "6.0.18" | ||
#define KEYDB_VERSION_NUM 0x00060011 | ||
extern const char *KEYDB_SET_VERSION; // Unlike real version, this can be overriden by the config | ||
|