version 0.4.1

This commit is contained in:
Jan-Piet Mens
2015-09-26 14:52:29 +02:00
parent 891b6a4a84
commit 8f8d3402b9
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -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
+1 -1
View File
@@ -1,4 +1,4 @@
%define version 0.4.0
%define version 0.4.1
Name: ot-recorder
Version: %{version}
+1 -1
View File
@@ -1 +1 @@
#define VERSION "0.4.0"
#define VERSION "0.4.1"