From 0f86aa3af81ee4fda244dac7613b21a4e435bb96 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Mon, 14 Mar 2022 09:23:01 +0100 Subject: [PATCH] 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 | 6 ++++++ version.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index aff1b41..fe55534 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,10 @@ +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) + 2021-06-29 version 0.8.7 - UPD: Leaflet GeoJSON map point popups now contain accuracy if available (#352) - FIX: prefix Content-Length by X- to avoid issues with chunked encoding #350 diff --git a/version.h b/version.h index 2aabf21..96f7270 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.8.7" +#define VERSION "0.8.8"