From e5d51bbfe1a672978f4c9e3a2eeb693b4b8d5f3f Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Wed, 20 Feb 2019 08:28:52 +0100 Subject: [PATCH] 2019-02-20 version 0.8.4 - FIX: Post-installation script fails (#291) - NEW: revgeod is queried with &app=recorder - UPD: Add `acc` field to GeoJSON point feature properties (#283) --- Changelog | 5 +++++ version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 753fc79..7332764 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,9 @@ +2019-02-20 version 0.8.4 +- FIX: Post-installation script fails (#291) +- NEW: revgeod is queried with &app=recorder +- UPD: Add `acc` field to GeoJSON point feature properties (#283) + 2019-01-11 version 0.8.3 - FIX: lat,lon in leaflet views - FIX: fix paths to be relative to docroot for map/, views/, and last/ diff --git a/version.h b/version.h index f6027bc..7b9bbc9 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.8.3" +#define VERSION "0.8.4"