diff --git a/Changelog b/Changelog index 617917a..7acfd1a 100644 --- a/Changelog +++ b/Changelog @@ -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 diff --git a/etc/rhel/ot-recorder.spec b/etc/rhel/ot-recorder.spec index 3f64163..1821e1a 100644 --- a/etc/rhel/ot-recorder.spec +++ b/etc/rhel/ot-recorder.spec @@ -1,4 +1,4 @@ -%define version 0.3.0 +%define version 0.4.0 Name: ot-recorder Version: %{version} diff --git a/version.h b/version.h index b3a9dfe..0df71fd 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.3.0" +#define VERSION "0.4.0"