version 0.4.0

- NEW: ot-recorder stores received (shared) waypoints in waypoints/
- NEW: ot-recorder --quiet to disable info on stdout
- FIX: full rewrite of on_message(); needs testing!
- FIX: recorder logs MQTT connection request
- FIX: Lua's otr_exit is now invoked on exit
- FIX: SIGINT and SIGTERM gracefully stop the recorder
- NEW: Lua hook support
- FIX: kill now removes card and its containing directory if available
This commit is contained in:
Jan-Piet Mens
2015-09-21 12:23:03 +02:00
parent 1af03800f0
commit 7e69f2b991
3 changed files with 12 additions and 2 deletions
+10
View File
@@ -1,3 +1,13 @@
2015-09-21 version 0.4.0
- NEW: ot-recorder stores received (shared) waypoints in waypoints/
- NEW: ot-recorder --quiet to disable info on stdout
- FIX: full rewrite of on_message(); needs testing!
- FIX: recorder logs MQTT connection request
- FIX: Lua's otr_exit is now invoked on exit
- FIX: SIGINT and SIGTERM gracefully stop the recorder
- NEW: Lua hook support
- FIX: kill now removes card and its containing directory if available
2015-09-15 version 0.3.0
- FIX: ocat lowercases device/username (reported by tiptronic)
- NEW: XML support in storage and ocat --format xml
+1 -1
View File
@@ -1,4 +1,4 @@
%define version 0.3.0
%define version 0.4.0
Name: ot-recorder
Version: %{version}
+1 -1
View File
@@ -1 +1 @@
#define VERSION "0.3.0"
#define VERSION "0.4.0"