From c4fe8f04eea5b48c83963ca4d51ca5286c3a0801 Mon Sep 17 00:00:00 2001 From: Jeroen van der Heijden Date: Thu, 4 Feb 2021 15:46:26 +0100 Subject: [PATCH] Update version and changelog --- debian/changelog | 11 +++++++++++ include/siri/version.h | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8416e7c5..59d39b93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +siridb-server (2.0.43-0~tt1) unstable; urgency=medium + + * New upstream release + - Fixed HTTP pipeline issue (@srdgame, #161) + - Fixed possible memory corruption (@ubnt-michals, #158) + - Changed SIRIDB_DB_PATH configuration (#154) + - Fixed shard duration for ARM builds (@srdgame, #164) + - Use IPv4 for health and API when configured (@ubnt-michals, #155) + + -- Jeroen van der Heijden Thu, 04 Feb 2021 15:36:02 +0100 + siridb-server (2.0.42-0~tt1) unstable; urgency=medium * New upstream release diff --git a/include/siri/version.h b/include/siri/version.h index cfe52c53..2fb25924 100644 --- a/include/siri/version.h +++ b/include/siri/version.h @@ -15,7 +15,7 @@ * Note that debian alpha packages should use versions like this: * 2.0.34-0alpha0 */ -#define SIRIDB_VERSION_PRE_RELEASE "-alpha-6" +#define SIRIDB_VERSION_PRE_RELEASE "" #ifndef NDEBUG #define SIRIDB_VERSION_BUILD_RELEASE "+debug" -- 2.30.2