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
This commit is contained in:
Jan-Piet Mens
2015-09-16 17:37:30 +02:00
parent c3141d24f9
commit 1b12ada603
3 changed files with 14 additions and 2 deletions
+12
View File
@@ -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
+1 -1
View File
@@ -1,4 +1,4 @@
%define version 0.2.9
%define version 0.3.0
Name: ot-recorder
Version: %{version}
+1 -1
View File
@@ -1 +1 @@
#define VERSION "0.2.9"
#define VERSION "0.3.0"