updated to latest features

This commit is contained in:
john30
2017-02-18 11:52:06 +01:00
parent 180a2056f4
commit 127aa4b26d
+7
View File
@@ -2,12 +2,15 @@
## Breaking Changes
* switched to C++11 compiler
* separated access level from circuit name
* introduced access control list and user authentication for access to certain messages
## Bug Fixes
* corrected numeric condition formatting
* corrected reporting of CSV error position
* corrected last update time of write messages
* close log file on SIGHUP for better logrotate support
* only allow a single scan at the same time
## Features
* added support for MQTT handling via libmosquitto (will be compiled in when library is available)
@@ -18,6 +21,10 @@
* added support for using cmake in addition to autoconf
* added Docker support
* allow invalid (non-BCD) coded SW and HW fields when looking for scan config file
* added "auth" command and user/access information to "info" command output
* added user and secret arguments to HTTP port
* use ACL in read/write/find/scan commands
* added -a and -l options to "find" command
# 2.4 (2016-12-17)