diff --git a/Changelog b/Changelog index 96d1c91..fa43c03 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,9 @@ +2016-03-07 version 0.6.2 +- FIX: ocat CSV and XML output fixed +- UPD: _geoprec may be < 0 to prevent new geo lookups +- FIX: adapted build & recorder for FreeBSD 10.2 (isnan() macro) + 2016-03-04 version 0.6.1 - NEW: received payload may contain _geoprec:N to override precision (#58) - FIX: view's page returns content-type diff --git a/version.h b/version.h index ca61105..edc3ed3 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.6.1" +#define VERSION "0.6.2"