From dd846a386046768c4ff03f21eee013dc016f9b7a Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Fri, 13 Nov 2015 11:54:40 +0100 Subject: [PATCH] version 0.4.6 - NEW: support batt,ext,status in LAST API for Greenwich device firmware - FIX: reverse geo lookup limited to 2000ms - FIX: make install now creates STORAGEDEFAULT/last (#67) - FIX: documentation update to include instructions for building on Ubuntu 14.04 --- Changelog | 6 ++++++ version.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 89959f6..a7acaec 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,10 @@ +2015-11-13 version 0.4.6 +- NEW: support batt,ext,status in LAST API for Greenwich device firmware +- FIX: reverse geo lookup limited to 2000ms +- FIX: make install now creates STORAGEDEFAULT/last (#67) +- FIX: documentation update to include instructions for building on Ubuntu 14.04 + 2015-11-04 version 0.4.5 - NEW: LAST and LOCATIONS return additional human-formatted ISO timestamp for display, disptst - FIX: otrc dump now contains correct configuration settings which can be restored to phone diff --git a/version.h b/version.h index 1cdd4d2..31f1ea3 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.4.5" +#define VERSION "0.4.6"