From 582b283afffc6f4b18d369ee3aba5e7a8072566e Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 24 May 2022 09:25:09 +0200 Subject: [PATCH] 2022-05-24 version 0.9.0 - NEW: OTR_LMDBSIZE can be set in the environment to define size of LMDB; bytes, min 10 MB (#348) - UPD: modernize Recorder UI (not the actual Frontend project) (#386) 2022-03-14 version 0.8.8 - FIX: make secs time_t in otr_strftime() (#375) - FIX: inaccurate logo name in manifest and missing image (#372) - FIX: Alpine compiler warning on strncpy in geohash.c (#369) - FIX: ocat outputs GeoJSON Feature with properties{} (#367) --- Changelog | 3 ++- version.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index ab78e4c..19c6ff0 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ - +2022-05-24 version 0.9.0 +- NEW: OTR_LMDBSIZE can be set in the environment to define size of LMDB; bytes, min 10 MB (#348) - UPD: modernize Recorder UI (not the actual Frontend project) (#386) 2022-03-14 version 0.8.8 diff --git a/version.h b/version.h index eaab1ac..32efc66 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.8.9" +#define VERSION "0.9.0"