From 6f320425d64f535da6b26baecdbc4d2b16234622 Mon Sep 17 00:00:00 2001 From: John Sully Date: Thu, 16 Jul 2020 22:45:13 +0000 Subject: [PATCH] Bump version Former-commit-id: 76c557e9f3c15094aa4f2c5f8a4484f73c7a96a4 --- pkg/deb/master_changelog | 6 ++++++ src/version.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pkg/deb/master_changelog b/pkg/deb/master_changelog index 2dfb0a6ef..1ccf860be 100644 --- a/pkg/deb/master_changelog +++ b/pkg/deb/master_changelog @@ -1,3 +1,9 @@ +keydb-pro (6:6.0.14-1distribution_placeholder) codename_placeholder; urgency=medium + + * 6.0.14 Fix memory leak in SCAN when used with MVCC + + -- Ben Schermel Thu, 16 Jul 2020 18:47:00 +0000 + keydb-pro (6:6.0.13-1distribution_placeholder) codename_placeholder; urgency=medium * 6.0.13 New features added: KEYDB.MEXISTS, REPLICAOF REMOVE, multi-master-no-forward configuration option, new FLASH config options diff --git a/src/version.h b/src/version.h index 8d0e226ad..889f20dc8 100644 --- a/src/version.h +++ b/src/version.h @@ -1,4 +1,4 @@ -#define KEYDB_REAL_VERSION "6.0.13" +#define KEYDB_REAL_VERSION "6.0.14" extern const char *KEYDB_SET_VERSION; // Unlike real version, this can be overriden by the config enum VersionCompareResult