From 32ecf325ee5adae3140d978f630a8ff8d1189806 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Wed, 17 Feb 2016 16:31:00 +0100 Subject: [PATCH] 2016-02-17 version 0.5.0 - FIX: License: GPL2 (#18) - NEW: view contains CARD's avatar if available, as does last/ - FIX: map heights _ought_ to now be ok, also on mobile devices - NEW: small utility for creating view auth - NEW: support for VIEWs with optional digest authentication - NEW: gravatar2card.sh and github2card.py in contrib/faces - FIX: use of limit in locations api --- Changelog | 9 +++++++++ version.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index a5f91e5..a1b3f3f 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,13 @@ +2016-02-17 version 0.5.0 +- FIX: License: GPL2 (#18) +- NEW: view contains CARD's avatar if available, as does last/ +- FIX: map heights _ought_ to now be ok, also on mobile devices +- NEW: small utility for creating view auth +- NEW: support for VIEWs with optional digest authentication +- NEW: gravatar2card.sh and github2card.py in contrib/faces +- FIX: use of limit in locations api + 2016-02-09 version 0.4.9 - NEW: introduce /etc/default/ot-recorder - UPD: GPX output now contains elevation and UTC time diff --git a/version.h b/version.h index 451f34d..7c1f9ff 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.4.9" +#define VERSION "0.5.0"