From 1b12ada603defc707ff740050492889bc7edace6 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Wed, 16 Sep 2015 17:37:30 +0200 Subject: [PATCH] version 0.3.0 - NEW: XML support in storage and ocat --format xml - FIX: ocat lowercases device/username (reported by tiptronic) - FIX: display (lat,lon) in table if no address available - FIX: nasty memory leak in locations from storage - FIX: LAST now carries isotst - FIX: ocat --last now supports CSV output (with fields) - NEW: demo data in etc/ with description - NEW: index.html has links to -12h, -7d, and -30d for convenience - NEW: add API q= to query geo cache for particular lat,lon - FIX: close two memory leaks - NEW: add systemd unit file --- Changelog | 12 ++++++++++++ etc/rhel/ot-recorder.spec | 2 +- version.h | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index c3b7a94..617917a 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,15 @@ +2015-09-15 version 0.3.0 +- FIX: ocat lowercases device/username (reported by tiptronic) +- NEW: XML support in storage and ocat --format xml +- FIX: display (lat,lon) in table if no address available +- FIX: nasty memory leak in locations from storage +- FIX: LAST now carries isotst +- FIX: ocat --last now supports CSV output (with fields) +- NEW: demo data in etc/ with description +- NEW: index.html has links to -12h, -7d, and -30d for convenience +- NEW: add API q= to query geo cache for particular lat,lon +- FIX: close two memory leaks +- NEW: add systemd unit file 2015-09-15 version 0.2.9 - FIX: added API description and diagram to documentation diff --git a/etc/rhel/ot-recorder.spec b/etc/rhel/ot-recorder.spec index 0dd3f5a..3f64163 100644 --- a/etc/rhel/ot-recorder.spec +++ b/etc/rhel/ot-recorder.spec @@ -1,4 +1,4 @@ -%define version 0.2.9 +%define version 0.3.0 Name: ot-recorder Version: %{version} diff --git a/version.h b/version.h index fde91f6..b3a9dfe 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.2.9" +#define VERSION "0.3.0"