This commit is contained in:
john30
2017-08-27 19:10:42 +02:00
parent f1c5cdbd1a
commit 0191ea889d
+3 -1
View File
@@ -1,4 +1,4 @@
# next version: 3.0 # 3.0 (2017-08-xx)
## Breaking Changes ## Breaking Changes
* switched to C++11 compiler * switched to C++11 compiler
@@ -8,6 +8,7 @@
* use CSV header line for determining columns and picking multi-language columns by language preference * 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 * a circuit name is now required for all message configurations
* raw logging allows logging of messages or each sent/received byte defaulting to messages * raw logging allows logging of messages or each sent/received byte defaulting to messages
* added systemd unit script
## Bug Fixes ## Bug Fixes
* corrected numeric condition formatting * corrected numeric condition formatting
@@ -30,6 +31,7 @@
* fix for timeout message when decoding scan result failed * fix for timeout message when decoding scan result failed
* corrected flushing in dump and raw files * corrected flushing in dump and raw files
* corrected unique keys in JSON port * corrected unique keys in JSON port
* fix for potential invalid access during configuration reload
## Features ## Features
* added support for MQTT handling via libmosquitto (will be compiled in when library is available) * added support for MQTT handling via libmosquitto (will be compiled in when library is available)