-
Notifications
You must be signed in to change notification settings - Fork 584
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
2d25e62
commit 5169f97
Showing
1 changed file
with
14 additions
and
0 deletions.
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,17 @@ | ||
keydb (6:6.2.1-1distribution_placeholder) codename_placeholder; urgency=medium | ||
|
||
* This release of KeyDB is at parity with Redis 6.2.6. In addition, the following changes were included: | ||
* Systemd support for release packages | ||
* Fixes to buffer overflows in the `BITOP SHIFT` and `CRON` commands | ||
* Server times are now computed on a seperate thread to improve performance | ||
* Now enforces syslog identity and facility as soon as possible | ||
* Removed erroneous use of LOG_... flags when using syslog | ||
* Fixed erroneous `#endif` leading to build errors on some platforms | ||
* Fixed the incorrect counting of client connections | ||
* Issues resolved: #355, #370 | ||
|
||
-- Ben Schermel <[email protected]> Wed, 17 Nov 2021 20:00:37 +0000 | ||
|
||
keydb (6:6.2.0-1distribution_placeholder) codename_placeholder; urgency=medium | ||
|
||
* Removed unused command line options(-a, -d, -P, -r, -q, --csv, -l, -I, -e, --precision, --cluster, --enable-tracking) | ||
|