Update version and changelog
authorJeroen van der Heijden <jeroen@transceptor.technology>
Thu, 4 Feb 2021 14:46:26 +0000 (15:46 +0100)
committerJeroen van der Heijden <jeroen@transceptor.technology>
Thu, 4 Feb 2021 14:46:26 +0000 (15:46 +0100)
debian/changelog
include/siri/version.h

index 8416e7c591c8081483964adca57b1cb4fdc72bd4..59d39b93e3fc826687ecce85aef2f4c8c5d98e88 100644 (file)
@@ -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 <jeroen@transceptor.technology>  Thu, 04 Feb 2021 15:36:02 +0100
+
 siridb-server (2.0.42-0~tt1) unstable; urgency=medium
 
   * New upstream release
index cfe52c5337bdf0affc23000754f75b3455ed5526..2fb25924b3401784c53c1a1d1a1c215dcd769a12 100644 (file)
@@ -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"