From a7af0f2d5bc4d2ab0120376bb243d401f60f35f5 Mon Sep 17 00:00:00 2001 From: Ben Schermel Date: Tue, 2 Jun 2020 01:16:49 -0400 Subject: [PATCH] update changelog Former-commit-id: e2be81157e9cd1f57b9d734c5536dc0f4d5dbb0b --- pkg/deb/master_changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/deb/master_changelog b/pkg/deb/master_changelog index 360a1244d..ae724b8ca 100644 --- a/pkg/deb/master_changelog +++ b/pkg/deb/master_changelog @@ -1,4 +1,4 @@ -keydb-pro (6.0.8-1distribution_placeholder) codename_placeholder; urgency=medium +keydb-pro (6:6.0.8-1distribution_placeholder) codename_placeholder; urgency=medium * This is our first release to fully support all Redis 6.0.4 features, including but not limited to: TLS Support (fully supports multithreading!), Client side caching, RESP 3 Support * KeyDB Has also added the following new features: Improved memory efficiency for short strings, Fastlock autotuning, KeyDB.HRENAME (rename a member of a hash)In addition we've spent a lot of time focussing on stability.