CHANGELOG.md (f047004ec936c666db5544d5c1924a94be0d8ace) | CHANGELOG.md (8bcbe2513d3b1d11b4c1fc76aa8546a58bd9a123) |
---|---|
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 --- 11 unchanged lines hidden (view full) --- 20### Added 21 221. pdr: Introduce pldm_entity_association_pdr_add_check() 23 24### Changed 25 261. pdr: Allow record_handle to be NULL for pldm_pdr_add_check() 27 | 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 --- 11 unchanged lines hidden (view full) --- 20### Added 21 221. pdr: Introduce pldm_entity_association_pdr_add_check() 23 24### Changed 25 261. pdr: Allow record_handle to be NULL for pldm_pdr_add_check() 27 |
28### Deprecated 29 301. state-set: Enum pldm_state_set_operational_fault_status_values 31 32 The enum operational_fault_status is defined with wrong members and will 33 eventually be replaced with the correct members. Any uses of 34 pldm_state_set_operational_fault_status_values members should move to 35 equivalent pldm_state_set_operational_stress_status_values members if needed. 36 372. platform: Struct field name in fru_record_set PDR 38 39 References to entity_instance_num should be changed to entity_instance 40 413. platform: Struct field name in numeric sensor value PDR 42 43 References to entity_instance_num should be changed to entity_instance 44 |
|
28### Removed 29 301. bios_table: Remove pldm_bios_table_attr_entry_integer_encode_length() 312. bios_table: Remove pldm_bios_table_attr_value_entry_encode_enum() 323. bios_table: Remove pldm_bios_table_attr_value_entry_encode_string() 334. bios_table: Remove pldm_bios_table_attr_value_entry_encode_integer() 345. bios_table: Remove pldm_bios_table_append_pad_checksum() 356. fru: Remove get_fru_record_by_option() --- 4 unchanged lines hidden (view full) --- 4011. pdr: Make find_entity_ref_in_tree() static 4112. pdr: Make entity_association_tree_find() static 42 43### Fixed 44 451. requester: Fix response buffer cast in pldm_send_recv() 462. pdr: Hoist record handle overflow test to avoid memory leak 47 | 45### Removed 46 471. bios_table: Remove pldm_bios_table_attr_entry_integer_encode_length() 482. bios_table: Remove pldm_bios_table_attr_value_entry_encode_enum() 493. bios_table: Remove pldm_bios_table_attr_value_entry_encode_string() 504. bios_table: Remove pldm_bios_table_attr_value_entry_encode_integer() 515. bios_table: Remove pldm_bios_table_append_pad_checksum() 526. fru: Remove get_fru_record_by_option() --- 4 unchanged lines hidden (view full) --- 5711. pdr: Make find_entity_ref_in_tree() static 5812. pdr: Make entity_association_tree_find() static 59 60### Fixed 61 621. requester: Fix response buffer cast in pldm_send_recv() 632. pdr: Hoist record handle overflow test to avoid memory leak 64 |
48### Deprecated 49 501. state-set: Enum pldm_state_set_operational_fault_status_values 51 52 The enum operational_fault_status is defined with wrong members and will 53 eventually be replaced with the correct members. Any uses of 54 pldm_state_set_operational_fault_status_values members should move to 55 equivalent pldm_state_set_operational_stress_status_values members if needed. 56 572. platform: Struct field name in fru_record_set PDR 58 59 References to entity_instance_num should be changed to entity_instance 60 613. platform: Struct field name in numeric sensor value PDR 62 63 References to entity_instance_num should be changed to entity_instance 64 | |
65## [0.4.0] - 2023-07-14 66 67### Added 68 691. bios_table: Introduce pldm_bios_table_append_pad_checksum_check() 702. fru: Introduce get_fru_record_by_option_check() 713. pdr: Introduce pldm_entity_association_pdr_add_from_node_check() 724. pdr: Introduce pldm_pdr_add_check() --- 193 unchanged lines hidden --- | 65## [0.4.0] - 2023-07-14 66 67### Added 68 691. bios_table: Introduce pldm_bios_table_append_pad_checksum_check() 702. fru: Introduce get_fru_record_by_option_check() 713. pdr: Introduce pldm_entity_association_pdr_add_from_node_check() 724. pdr: Introduce pldm_pdr_add_check() --- 193 unchanged lines hidden --- |