Updated CHANGELOG with latest changes in master branch.
This commit is contained in:
@@ -20,6 +20,11 @@ The git repositories are hosted at the following sites:
|
||||
|
||||
### Added
|
||||
|
||||
* Added a debug print when tsm retries. (#1040)
|
||||
* Added bvlc_delete_from_bbmd() API to unregister as a foreign device
|
||||
and become normal (not foreign). (#1041)
|
||||
* Added host_n_port_to_minimal() API to support ipv4 address. (#1039)
|
||||
* Added BACnetErrorCode text for new enumerations.
|
||||
* Added known property decoding in UnconfirmedCOVNotification handler. (#1030)
|
||||
* Added the ability for apps/ucov to send property specific application
|
||||
tagged data using -1 argument for tag. (#1030)
|
||||
@@ -76,6 +81,14 @@ The git repositories are hosted at the following sites:
|
||||
|
||||
### Fixed
|
||||
|
||||
* Fixed the use of uninitialized local variables in COV handlers. (#1049)
|
||||
* Fixed MS/TP zero-config FSM getting stuck when duplicate address is
|
||||
detected. (#1048)
|
||||
* Fixed issues on FreeBSD with CMake build for BSC and IPv6 datalinks. (#1046)
|
||||
* Fixed Network_Port_Changes_Discard() and added missing bip_get_interface()
|
||||
and Device_Time_Of_Restart() API. (#1038)
|
||||
* Fixed bbmd_register_as_foreign_device() when only BBMD_CLIENT_ENABLED
|
||||
and not BBMD_ENABLED. (#1032)
|
||||
* Fixed GetEvent usage of linked list by initializing next in all
|
||||
the examples and unit test. (#1026)
|
||||
* Fixed usage of Keylist_Data_Add() return value in Calendar,
|
||||
|
||||
Reference in New Issue
Block a user