From a0fe2202c09abf3a136158d5499a73ed8c813607 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 19 Jul 2016 13:48:01 +0200 Subject: [PATCH] 2016-07-19 version 0.6.6 - FIX: FreeBSD locations api: reset isdst for mktime(3) (#125) - FIX: apikey support for last/, map/, and views/ (#124) - FIX: don't clobber CFLAGS from config.mk - FIX: debian/centos package now automatically installs systemd service (thanks Tomas Lastovick for making us do this :) - FIX: centos packages now also install binaries to /usr --- Changelog | 7 +++++++ version.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index c720caf..6ce0767 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,11 @@ +2016-07-19 version 0.6.6 +- FIX: FreeBSD locations api: reset isdst for mktime(3) (#125) +- FIX: apikey support for last/, map/, and views/ (#124) +- FIX: don't clobber CFLAGS from config.mk +- FIX: debian/centos package now automatically installs systemd service (thanks Tomas Lastovick for making us do this :) +- FIX: centos packages now also install binaries to /usr + 2016-05-30 version 0.6.5 - FIX: paths to binaries diff --git a/version.h b/version.h index 45921b4..b797196 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.6.5" +#define VERSION "0.6.6"