From 8f8d3402b9e58fe74a9f5d2cfab992e019cb1d7e Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Sat, 26 Sep 2015 14:52:29 +0200 Subject: [PATCH] version 0.4.1 --- Changelog | 8 ++++++++ etc/rhel/ot-recorder.spec | 2 +- version.h | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 7acfd1a..6d71094 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,11 @@ +2015-09-26 version 0.4.1 +- FIX: recorder correctly handles topics with leading slash +- NEW: Lua functions (putdb, getdb) have access to a `luadb'-named LMDB database +- NEW: Lua hooklets +- UPD: reverse geo JSON data in lmdb now contains locality (unless null) +- UPD: ocat --load can delete individual keys from lmdb +- NEW: recorder uses topic2tid named database for on-the-fly TID replacements in JSON payloads + 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 diff --git a/etc/rhel/ot-recorder.spec b/etc/rhel/ot-recorder.spec index 1821e1a..ddc9457 100644 --- a/etc/rhel/ot-recorder.spec +++ b/etc/rhel/ot-recorder.spec @@ -1,4 +1,4 @@ -%define version 0.4.0 +%define version 0.4.1 Name: ot-recorder Version: %{version} diff --git a/version.h b/version.h index 0df71fd..ca2c9f8 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.4.0" +#define VERSION "0.4.1"