Skip to content

Commit

Permalink
2017-05-17 version 0.7.1
Browse files Browse the repository at this point in the history
- FIX: systemd launch and default topics in default files (#185)
- NEW: name of Lua revgeo function can be set in JSON payload
- NEW: support TLS PSK (#74)
- NEW: support for a Lua function to perform reverse Geo (#149)
- FIX: support for FREEBSD in Makefile/config.mk.in (#163)
- NEW: support for global store of geo fences (#178)
- NEW: support for CA_PATH and TLS client certificates
- FIX: setting http_port = 0 took CPU to unheard heights (#176)
- NEW: Add support for OSM using Leaflet, by Sven Klomp (#173)
- NEW: support for waypoints / geo-fences (WARNING: you must --initialize)
- FIX: built-in Web server serves apikey.js with application/javascript mime type (#168)
- FIX: Usage now shows missing OTR_BROWSERAPIKEY (#167)
  • Loading branch information
Jan-Piet Mens committed May 17, 2017
1 parent 7234afd commit c14e963
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog
@@ -1,4 +1,7 @@

2017-05-17 version 0.7.1
- FIX: systemd launch and default topics in default files (#185)

2017-05-17 version 0.7.0
- NEW: name of Lua revgeo function can be set in JSON payload
- NEW: support TLS PSK (#74)
Expand Down
2 changes: 1 addition & 1 deletion version.h
@@ -1 +1 @@
#define VERSION "0.7.0"
#define VERSION "0.7.1"

0 comments on commit c14e963

Please sign in to comment.