CHANGELOG.md (9e566597d91ef5270b57fbd40dddfc3b0756c4ef) | CHANGELOG.md (d610b00e2e111a7854530d3fea1bdd2aca41b5f2) |
---|---|
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 --- 35 unchanged lines hidden (view full) --- 44 - `decode_entity_auxiliary_names_pdr()` 45 - `decode_get_state_sensor_readings_resp()` 46 - `decode_platform_event_message_req()` 47 - `decode_platform_event_message_resp()` 48 - `decode_sensor_op_data()` 49 - `encode_get_state_effecter_states_resp()` 50 - `encode_state_effecter_pdr()` 51 - `encode_state_sensor_pdr()` | 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 --- 35 unchanged lines hidden (view full) --- 44 - `decode_entity_auxiliary_names_pdr()` 45 - `decode_get_state_sensor_readings_resp()` 46 - `decode_platform_event_message_req()` 47 - `decode_platform_event_message_resp()` 48 - `decode_sensor_op_data()` 49 - `encode_get_state_effecter_states_resp()` 50 - `encode_state_effecter_pdr()` 51 - `encode_state_sensor_pdr()` |
52 - `pldm_bios_table_append_pad_checksum()` |
|
52 - `pldm_pdr_find_record()` 53 - `pldm_pdr_get_next_record()` 54 553. platform: Support PLDM_CPER_EVENT in encode_platform_event_message_req() 56 57### Deprecated 58 591. oem: meta: Deprecate `decode_oem_meta_file_io_req()` --- 53 unchanged lines hidden (view full) --- 113 As the event receiver sends `PollForPlatformEventMessage` with the 114 `tranferFlag` is `AcknowledgementOnly`, the value `eventIDToAcknowledge` 115 should be the previously retrieved eventID (from the PLDM terminus). 116 1174. dsp: platform: Prevent overflow of arithmetic on event_data_length 1185. dsp: platform: Bounds check encode_sensor_state_pdr() 1196. dsp: platform: Bounds check encode_state_effecter_pdr() 1207. dsp: pdr: Bounds check pldm_entity_association_pdr_extract() | 53 - `pldm_pdr_find_record()` 54 - `pldm_pdr_get_next_record()` 55 563. platform: Support PLDM_CPER_EVENT in encode_platform_event_message_req() 57 58### Deprecated 59 601. oem: meta: Deprecate `decode_oem_meta_file_io_req()` --- 53 unchanged lines hidden (view full) --- 114 As the event receiver sends `PollForPlatformEventMessage` with the 115 `tranferFlag` is `AcknowledgementOnly`, the value `eventIDToAcknowledge` 116 should be the previously retrieved eventID (from the PLDM terminus). 117 1184. dsp: platform: Prevent overflow of arithmetic on event_data_length 1195. dsp: platform: Bounds check encode_sensor_state_pdr() 1206. dsp: platform: Bounds check encode_state_effecter_pdr() 1217. dsp: pdr: Bounds check pldm_entity_association_pdr_extract() |
1228. dsp: bios_table: Bounds check pldm_bios_table_append_pad_checksum() |
|
121 122## [0.9.1] - 2024-09-07 123 124### Changed 125 1261. Moved evolutions intended for v0.9.0 into place 127 128 Evolutions for the release have been moved from `evolutions/current` to --- 484 unchanged lines hidden --- | 123 124## [0.9.1] - 2024-09-07 125 126### Changed 127 1281. Moved evolutions intended for v0.9.0 into place 129 130 Evolutions for the release have been moved from `evolutions/current` to --- 484 unchanged lines hidden --- |