From e68b2ff5547c31efb04c9ea3cc7b881c3e53702a Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Mon, 9 Mar 2020 16:41:24 +0100 Subject: [PATCH] =?UTF-8?q?2020-03-09=20version=200.8.5=20-=20FIX:=20OTR?= =?UTF-8?q?=5FCAPATH=20wasn't=20recognized=20in=20defaults=20(#336)=20-=20?= =?UTF-8?q?UPD:=20support=20for=20Debian=2010=20(Buster)=20packages=20-=20?= =?UTF-8?q?FIX:=20compilation=20with=20HTTP=3Dno=20-=20FIX:=20compilation?= =?UTF-8?q?=20with=20WITH=5FMQTT=20=3D=20no=20and=20WITH=5FHTTP=20=3D=20ye?= =?UTF-8?q?s=20(#308)=20-=20NEW:=20ot-recorder=20option=20--viewsdir=20ove?= =?UTF-8?q?rrides=20/views=20(#305)=20-=20FIX:=20fix=20misleading?= =?UTF-8?q?=20error=20message=20(#302)=20-=20UPD:=20document=20that=20user?= =?UTF-8?q?/device=20names=20are=20always=20lowercased=20(#300)=20-=20FIX:?= =?UTF-8?q?=20fix=20unused=20result=20warning=20on=20debian=20stretch,=20(?= =?UTF-8?q?fixes=20#290)=20-=20FIX:=20Leaflet=20map=20and=20view=20wrap=20?= =?UTF-8?q?around=20antimeridian=20(=C2=B1180=C2=B0)=20#293?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Changelog | 12 ++++++++++++ version.h | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 7332764..365f288 100644 --- a/Changelog +++ b/Changelog @@ -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 /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 diff --git a/version.h b/version.h index 7b9bbc9..041ffa5 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.8.4" +#define VERSION "0.8.5"