updated to latest changed
This commit is contained in:
+9
-1
@@ -1,8 +1,13 @@
|
|||||||
# next version
|
# next version: 3.0
|
||||||
|
|
||||||
|
## Breaking Changes
|
||||||
|
* switched to C++11 compiler
|
||||||
|
|
||||||
## Bug Fixes
|
## Bug Fixes
|
||||||
* corrected numeric condition formatting
|
* corrected numeric condition formatting
|
||||||
* corrected reporting of CSV error position
|
* corrected reporting of CSV error position
|
||||||
|
* corrected last update time of write messages
|
||||||
|
* close log file on SIGHUP for better logrotate support
|
||||||
|
|
||||||
## 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)
|
||||||
@@ -10,6 +15,9 @@
|
|||||||
* use scan ID as fallback for default circuit name
|
* use scan ID as fallback for default circuit name
|
||||||
* added U3N/U3R/S3N/S3R data types
|
* added U3N/U3R/S3N/S3R data types
|
||||||
* added another log facility "other"
|
* added another log facility "other"
|
||||||
|
* 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
|
||||||
|
|
||||||
|
|
||||||
# 2.4 (2016-12-17)
|
# 2.4 (2016-12-17)
|
||||||
|
|||||||
Reference in New Issue
Block a user