2020-03-09 version 0.8.5

- FIX: OTR_CAPATH wasn't recognized in defaults (#336)
- UPD: support for Debian 10 (Buster) packages
- FIX: compilation with HTTP=no
- FIX: compilation with WITH_MQTT = no and WITH_HTTP = yes (#308)
- NEW: ot-recorder option --viewsdir overrides <docroot>/views (#305)
- FIX: fix misleading error message (#302)
- UPD: document that user/device names are always lowercased (#300)
- FIX: fix unused result warning on debian stretch, (fixes #290)
- FIX: Leaflet map and view wrap around antimeridian (±180°) #293
This commit is contained in:
Jan-Piet Mens
2020-03-09 16:41:24 +01:00
parent f063a93a9e
commit e68b2ff554
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -1,4 +1,16 @@
2020-03-09 version 0.8.5
- FIX: OTR_CAPATH wasn't recognized in defaults (#336)
- UPD: support for Debian 10 (Buster) packages
- FIX: compilation with HTTP=no
- FIX: compilation with WITH_MQTT = no and WITH_HTTP = yes (#308)
- NEW: ot-recorder option --viewsdir overrides <docroot>/views (#305)
- FIX: fix misleading error message (#302)
- UPD: document that user/device names are always lowercased (#300)
- FIX: fix unused result warning on debian stretch, (fixes #290)
- FIX: Leaflet map and view wrap around antimeridian (±180°) #293
2019-02-20 version 0.8.4
- FIX: Post-installation script fails (#291)
- NEW: revgeod is queried with &app=recorder
+1 -1
View File
@@ -1 +1 @@
#define VERSION "0.8.4"
#define VERSION "0.8.5"