@@ -8,10 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88
99### Added
1010
11- 1 . ` mctpd ` will now retry endpoint query commands (Get Message Type Support and
11+ 1 . ` mctpd ` now implements the Get Vendor Defined Message Support control
12+ protocol command, and allows registration of vendor-defined message types via
13+ dbus.
14+
15+ 2 . ` mctpd ` will now retry endpoint query commands (Get Message Type Support and
1216 Get Endpoint UUID) on initial endpoint enumeration.
1317
14- 2 . ` mctpd ` can now poll for the presence of bridged endpoints once a bridge has
18+ 3 . ` mctpd ` can now poll for the presence of bridged endpoints once a bridge has
1519 been discovered and enumerated. Polling is implemented using a Get Endpoint
1620 ID command, at an interval configurable through the ` endpoint_poll_ms `
1721 configuration parameter within the bus-owner section. A value of ` 0 ` (the
@@ -20,12 +24,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2024 Once a bridged endpoint has been discovered, the endpoint will be enumerated,
2125 published on dbus, and polling will cease.
2226
23- ## [ 2.4] - 2025-10-28
24-
25- ### Fixed
26-
27- 1 . Fixed ` mctp-bench ` compile on musl libc
28-
2927### Changed
3028
31291 . ` mctpd ` 's ` RegisterTypeSupport ` dbus method will no longer allow the
@@ -35,11 +33,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3533 Registering a VDM type will automatically include the corresponding VDM type
3634 in the Get Message Type Support response.
3735
38- ### Added
36+ ## [ 2.4 ] - 2025-10-28
3937
40- 1 . ` mctpd ` now implements the Get Vendor Define Message Support control protocol
41- command, and allows registration of vendor-defined message types via
42- dbus.
38+ ### Fixed
39+
40+ 1 . Fixed ` mctp-bench ` compile on musl libc
4341
4442## [ 2.3] - 2025-10-22
4543
0 commit comments