From d54a8c451fd3695c7dd4249817e05b0c6596dd3a Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Fri, 25 Oct 2024 10:55:44 +0200 Subject: [PATCH] 2024-10-25 version 0.9.9 - FIX: OTR_CLEAN_AGE default not correctly handled (#500) - FIX: ocat --dump will not output keys which don't have JSON data in them - FIX: lowercase waypoints (otrw) and config (otrc) directory and filenames (#486) - UPD: remove support for Greenwich devices (#484) - FIX: avoid a JSON object copy - FIX: print currently desired lmdb size in error that cache cannot be opened (#480) - NEW: startup message hints at configured revgeo setting and reverse geocoder brand - FIX: debian postinst now restarts ot-recorder (#446) --- Changelog | 11 +++++++++++ version.h | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index f7b6597..85dc151 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,14 @@ + +2024-10-25 version 0.9.9 +- FIX: OTR_CLEAN_AGE default not correctly handled (#500) +- FIX: ocat --dump will not output keys which don't have JSON data in them +- FIX: lowercase waypoints (otrw) and config (otrc) directory and filenames (#486) +- UPD: remove support for Greenwich devices (#484) +- FIX: avoid a JSON object copy +- FIX: print currently desired lmdb size in error that cache cannot be opened (#480) +- NEW: startup message hints at configured revgeo setting and reverse geocoder brand +- FIX: debian postinst now restarts ot-recorder (#446) + 2024-07-23 version 0.9.8 - FIX: add card data to websocket notifications (#450) - FIX: Enable building when WITH_TZ=no to disable timezone information (#473) diff --git a/version.h b/version.h index a6cedd4..1da5c98 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.9.8" +#define VERSION "0.9.9"