Skip to content

Commit 41c2b5f

Browse files
committed
Update version to 2.4.3
Signed-off-by: Liming Sun <[email protected]>
1 parent 4b3db08 commit 41c2b5f

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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])
66
AC_CONFIG_AUX_DIR(config)
77
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
88
AC_LANG(C)

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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 <[email protected]> Wed, 09 Jul 2025 19:09:20 -0400
7+
18
rshim (2.4.2) UNRELEASED; urgency=low
29

310
* Update bfb-tool - support NIC FW replacing

rhel/rshim.spec.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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 <[email protected]> - 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 <[email protected]> - 2.4.2
6973
- Update bfb-tool - support NIC FW replacing
7074
- Reduce CPU usage by polling optimization

rshim.spec.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ fi
150150
%{_datadir}/selinux/packages/rshim-fix.te
151151

152152
%changelog
153+
* Wed Jul 09 2025 Liming Sun <[email protected]> - 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 <[email protected]> - 2.4.2
154158
- Update bfb-tool - support NIC FW replacing
155159
- Reduce CPU usage by polling optimization

0 commit comments

Comments
 (0)