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)
This commit is contained in:
Jan-Piet Mens
2019-01-10 16:07:34 +01:00
parent 041357928d
commit 981bb8991d
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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)
+1 -1
View File
@@ -1 +1 @@
#define VERSION "0.8.0"
#define VERSION "0.8.1"