From 5169f974b1ae05ce383242f3820033e9214b9a72 Mon Sep 17 00:00:00 2001 From: benschermel Date: Wed, 17 Nov 2021 18:22:36 +0000 Subject: [PATCH] update deb changelog --- pkg/deb/master_changelog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pkg/deb/master_changelog b/pkg/deb/master_changelog index 9066034ca..32f771972 100644 --- a/pkg/deb/master_changelog +++ b/pkg/deb/master_changelog @@ -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 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)