From 262ee3fb401cb0efde45617e09d3ccd6d8fc568c Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Mon, 28 Jul 2025 16:19:20 -0500 Subject: [PATCH] Updated CHANGELOG with latest changes in master branch. --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c78d676..bfafe816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ The git repositories are hosted at the following sites: ### Added +* Added BACnet Zigbee Link Layer (BZLL) with stubs. (#1052) * 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) @@ -81,6 +82,11 @@ The git repositories are hosted at the following sites: ### Fixed +* Fixed the ports/linux MS/TP by adding receive buffers, maximizing + the thread priority, locking the mutex, iterating over queued replies + to find a match, and sleeping before replying to enable the application + to provide a reply. (#1051) +* Fixed the Microsoft Visual Studio compile environment. (#1050) * 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) @@ -116,8 +122,6 @@ The git repositories are hosted at the following sites: * Fixed some INTRINSIC_REPORTING #ifs in AV and BV basic objects. (#977) * Fixed network specific original broadcast for IP in apps/router. (#976)(#989) -### Removed - ## [1.4.1] - 2025-04-11 ### Security