From 912dbb181906b7cb55f5eaf0820d65477871c67e Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Wed, 16 Jul 2025 16:39:50 -0500 Subject: [PATCH] Updated CHANGELOG with latest changes in master branch. --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f15a99a..3c78d676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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,