CHANGELOG.md (7dc429da1b297932cbb9afabeed1ad251ac0e1cc) | CHANGELOG.md (acf224545c604ab6d62f3eef33495abe64605ddc) |
---|---|
1# Changelog 2 3All notable changes to this project will be documented in this file. 4 5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6and this project adheres to 7[Semantic Versioning](https://semver.org/spec/v2.0.0.html). 8 9Change categories: 10 11- Added 12- Changed 13- Deprecated 14- Removed 15- Fixed 16- Security 17 18## [Unreleased] 19 | 1# Changelog 2 3All notable changes to this project will be documented in this file. 4 5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6and this project adheres to 7[Semantic Versioning](https://semver.org/spec/v2.0.0.html). 8 9Change categories: 10 11- Added 12- Changed 13- Deprecated 14- Removed 15- Fixed 16- Security 17 18## [Unreleased] 19 |
20### Added 21 221. base: Provide pldm_msg_hdr_correlate_response() 232. transport: af-mctp: Add pldm_transport_af_mctp_bind() 24 25### Changed 26 271. base: Stabilise pldm_msg_hdr_correlate_response() 282. transport: af-mctp: Stabilise pldm_transport_af_mctp_bind() 29 |
|
20## [0.7.0] - 2023-08-29 21 22### Added 23 241. state-set: Add new enum for Operational Fault Status enum | 30## [0.7.0] - 2023-08-29 31 32### Added 33 341. state-set: Add new enum for Operational Fault Status enum |
252. base: Provide pldm_msg_hdr_correlate_response() 263. transport: af-mctp: Add pldm_transport_af_mctp_bind() | |
27 28### Changed 29 301. transport: Match specified metadata in pldm_transport_send_recv_msg() 312. transport: mctp-demux: Drop ABI annotation for internal symbols 323. transport: Stabilise core transport and implementation APIs 33 34 This stabilisation covers the following headers and functions: --- 17 unchanged lines hidden (view full) --- 52 - libpldm/transport/mctp-demux.h 53 - pldm_transport_mctp_demux_init() 54 - pldm_transport_mctp_demux_destroy() 55 - pldm_transport_mctp_demux_core() 56 - pldm_transport_mctp_demux_init_pollfd() 57 - pldm_transport_mctp_demux_map_tid() 58 - pldm_transport_mctp_demux_unmap_tid() 59 | 35 36### Changed 37 381. transport: Match specified metadata in pldm_transport_send_recv_msg() 392. transport: mctp-demux: Drop ABI annotation for internal symbols 403. transport: Stabilise core transport and implementation APIs 41 42 This stabilisation covers the following headers and functions: --- 17 unchanged lines hidden (view full) --- 60 - libpldm/transport/mctp-demux.h 61 - pldm_transport_mctp_demux_init() 62 - pldm_transport_mctp_demux_destroy() 63 - pldm_transport_mctp_demux_core() 64 - pldm_transport_mctp_demux_init_pollfd() 65 - pldm_transport_mctp_demux_map_tid() 66 - pldm_transport_mctp_demux_unmap_tid() 67 |
604. base: Stabilise pldm_msg_hdr_correlate_response() 615. transport: af-mctp: Stabilise pldm_transport_af_mctp_bind() 62 | |
63### Deprecated 64 651. All the existing "requester" APIs from `libpldm/pldm.h` (also known as 66 `libpldm/requester/pldm.h`): 67 68 - pldm_open() 69 - pldm_send_recv() 70 - pldm_send() --- 286 unchanged lines hidden --- | 68### Deprecated 69 701. All the existing "requester" APIs from `libpldm/pldm.h` (also known as 71 `libpldm/requester/pldm.h`): 72 73 - pldm_open() 74 - pldm_send_recv() 75 - pldm_send() --- 286 unchanged lines hidden --- |