From a865d8da563f83decb0022640b54d8bc41e20e43 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 6 Feb 2024 08:53:36 +0100 Subject: [PATCH] 2024-02-06 version 0.9.7 - FIX: Tour data (requests and submissions) contain corrupt data in .rec file b/c of pretty-printing (#437) - UPD: Change permissions (+r) on binaries (#428) - NEW: Add support for dumping POI in GeoJSON format (#439) - FIX: create {static,utils}/index.html to avoid directory listing - FIX: remove HikeBike layer (and control) from views (#442) - UPD: Autoload track in Recorder views / tours (#441) - NEW: Optionally enhance API data with timezone at location's position (#444) - UPD: locations API returns Recorder version number alongside count/status - NEW: add experimental utility with which to enhance ghash/ with tzdata - UPD: location and tzname are stored in ghash cache only if they're non-null - UPD: Reduce default size of LMDB to 5368709120 (5GB); it can be configured via environment - UPD: Improve gcache error handling - FIX: Add missing OTR_HTTPPREFIX to ot-defaults (#440) --- Changelog | 16 +++++++++++++++- version.h | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index a4c3d72..53f9953 100644 --- a/Changelog +++ b/Changelog @@ -1,9 +1,23 @@ +2024-02-06 version 0.9.7 +- FIX: Tour data (requests and submissions) contain corrupt data in .rec file +b/c of pretty-printing (#437) +- UPD: Change permissions (+r) on binaries (#428) +- NEW: Add support for dumping POI in GeoJSON format (#439) +- FIX: create {static,utils}/index.html to avoid directory listing +- FIX: remove HikeBike layer (and control) from views (#442) +- UPD: Autoload track in Recorder views / tours (#441) +- NEW: Optionally enhance API data with timezone at location's position (#444) +- UPD: locations API returns Recorder version number alongside count/status +- NEW: add experimental utility with which to enhance ghash/ with tzdata +- UPD: location and tzname are stored in ghash cache only if they're non-null +- UPD: Reduce default size of LMDB to 5368709120 (5GB); it can be configured via environment +- UPD: Improve gcache error handling +- FIX: Add missing OTR_HTTPPREFIX to ot-defaults (#440) 2023-10-24 version 0.9.6 - FIX: debian packaging - 2023-10-24 version 0.9.5 - FIX: logs to stderr if DOCKER_RUNNING in environment (#426) - FIX: typo in help descriptions (#423) diff --git a/version.h b/version.h index db1b186..7a97893 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.9.6" +#define VERSION "0.9.7"