From 4ca625cd7cbf25cc9954b4e0cf69716d3afec1bb Mon Sep 17 00:00:00 2001 From: benschermel Date: Fri, 13 Aug 2021 00:49:41 +0000 Subject: [PATCH] update deb master changelog Former-commit-id: afd8ac5c386bb2265974407cf0a422015ad2fcd9 --- pkg/deb/master_changelog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pkg/deb/master_changelog b/pkg/deb/master_changelog index b6c7eeb9e..9066034ca 100644 --- a/pkg/deb/master_changelog +++ b/pkg/deb/master_changelog @@ -1,3 +1,17 @@ +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) + * --ms option changed to --time, added --clients, --host, --port, and --threads options + * Added keydb-diagnostic-tool + * Improved test reliability + * Fixed memory leak in keydb-benchmark + * Fixed a number of race conditions + * Fixed OSX build issues + * Feature parity with Redis 6.2.3 + * Fixed Issues: #323 #325 #276 + + -- Ben Schermel Thu, 12 Aug 2021 20:00:37 +0000 + 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.