From 0191ea889dc1a28fe76da5ef26cd05268818ab29 Mon Sep 17 00:00:00 2001 From: john30 Date: Sun, 27 Aug 2017 19:10:42 +0200 Subject: [PATCH] updated --- ChangeLog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 19417d66..c4215576 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,4 @@ -# next version: 3.0 +# 3.0 (2017-08-xx) ## Breaking Changes * switched to C++11 compiler @@ -8,6 +8,7 @@ * use CSV header line for determining columns and picking multi-language columns by language preference * a circuit name is now required for all message configurations * raw logging allows logging of messages or each sent/received byte defaulting to messages +* added systemd unit script ## Bug Fixes * corrected numeric condition formatting @@ -30,6 +31,7 @@ * fix for timeout message when decoding scan result failed * corrected flushing in dump and raw files * corrected unique keys in JSON port +* fix for potential invalid access during configuration reload ## Features * added support for MQTT handling via libmosquitto (will be compiled in when library is available)