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"