File tree Expand file tree Collapse file tree 4 files changed +16
-1
lines changed
Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 22# Copyright (C) 2019 Mellanox Technologies. All Rights Reserved.
33#
44
5- AC_INIT ( [ rshim] , [ 2.4.2 ] )
5+ AC_INIT ( [ rshim] , [ 2.4.3 ] )
66AC_CONFIG_AUX_DIR ( config )
77AM_INIT_AUTOMAKE ( [ -Wall -Werror foreign] )
88AC_LANG ( C )
Original file line number Diff line number Diff line change 1+ rshim (2.4.3) UNRELEASED; urgency=low
2+
3+ * bf-pldm-ver: initial version to retrieve image versions from PLDM
4+ * Fix bfdump doesn't return error code
5+
6+ -- Liming Sun <limings@nvidia.com> Wed, 09 Jul 2025 19:09:20 -0400
7+
18rshim (2.4.2) UNRELEASED; urgency=low
29
310 * Update bfb-tool - support NIC FW replacing
Original file line number Diff line number Diff line change @@ -65,6 +65,10 @@ via the virtual console or network interface.
6565%{_mandir}/man8/bf-pldm-ver.8.gz
6666
6767%changelog
68+ * Wed Jul 09 2025 Liming Sun <limings@nvidia.com> - 2.4.3
69+ - bf-pldm-ver: initial version to retrieve image versions from PLDM
70+ - Fix bfdump doesn't return error code
71+
6872* Fri Jun 06 2025 Penghe Geng <pgeng@nvidia.com> - 2.4.2
6973- Update bfb-tool - support NIC FW replacing
7074- Reduce CPU usage by polling optimization
Original file line number Diff line number Diff line change 150150%{_datadir}/selinux/packages/rshim-fix.te
151151
152152%changelog
153+ * Wed Jul 09 2025 Liming Sun <limings@nvidia.com> - 2.4.3
154+ - bf-pldm-ver: initial version to retrieve image versions from PLDM
155+ - Fix bfdump doesn't return error code
156+
153157* Fri Jun 06 2025 Penghe Geng <pgeng@nvidia.com> - 2.4.2
154158- Update bfb-tool - support NIC FW replacing
155159- Reduce CPU usage by polling optimization
You can’t perform that action at this time.
0 commit comments