Skip to content

Commit 22154aa

Browse files
authored
Update version to 2.4.2
Signed-off-by: Penghe Geng <[email protected]>
1 parent 06a24e4 commit 22154aa

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.1])
5+
AC_INIT([rshim], [2.4.2])
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.2) UNRELEASED; urgency=low
2+
3+
* Update bfb-tool - support NIC FW replacing
4+
* Reduce CPU usage by polling optimization
5+
6+
-- Penghe Geng <[email protected]> Fri, 06 Jun 2025 09:48:10 -0400
7+
18
rshim (2.4.1) UNRELEASED; urgency=low
29

310
* bfb-tool: Add error for missing version information in BFB files

rhel/rshim.spec.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ via the virtual console or network interface.
5757
%{_mandir}/man8/rshim.8.gz
5858

5959
%changelog
60+
* Fri Jun 06 2025 Penghe Geng <[email protected]> - 2.4.2
61+
- Update bfb-tool - support NIC FW replacing
62+
- Reduce CPU usage by polling optimization
63+
6064
* Fri May 30 2025 Liming Sun <[email protected]> - 2.4.1
6165
- bfb-tool: Add error for missing version information in BFB files
6266
- bfb-tool: Add command to print versions of components in BFB

rshim.spec.in

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

148148
%changelog
149+
* Fri Jun 06 2025 Penghe Geng <[email protected]> - 2.4.2
150+
- Update bfb-tool - support NIC FW replacing
151+
- Reduce CPU usage by polling optimization
152+
149153
* Fri May 30 2025 Liming Sun <[email protected]> - 2.4.1
150154
- bfb-tool: Add error for missing version information in BFB files
151155
- bfb-tool: Add command to print versions of components in BFB

0 commit comments

Comments
 (0)