From 981bb8991dd2a7de90eccdc4bc071750db7ea5e1 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Thu, 10 Jan 2019 16:07:34 +0100 Subject: [PATCH] 2019-01-10 version 0.8.1 - FIX: ensure geohash is sent down the tube in http - FIX: environment variable OTR_GEOKEY overrides defaults config (#277) - UPD: Surface GEOCODE_TIMEOUT into config.mk (#272) - FIX: Correctly calculate time differences (#271) --- Changelog | 6 ++++++ version.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 76be23e..49989dc 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,10 @@ +2019-01-10 version 0.8.1 +- FIX: ensure geohash is sent down the tube in http +- FIX: environment variable OTR_GEOKEY overrides defaults config (#277) +- UPD: Surface GEOCODE_TIMEOUT into config.mk (#272) +- FIX: Correctly calculate time differences (#271) + 2018-11-24 version 0.8.0 - FIX: local leaflet.js installation (#269) - FIX: swapped lat/lon in last/ (#268) diff --git a/version.h b/version.h index a353aaa..41cdb45 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.8.0" +#define VERSION "0.8.1"