Skip to content

Commit 526b484

Browse files
committed
Update version to 2.4.1
Signed-off-by: Liming Sun <[email protected]>
1 parent a7e29fe commit 526b484

File tree

4 files changed

+40
-1
lines changed

4 files changed

+40
-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.3.8])
5+
AC_INIT([rshim], [2.4.1])
66
AC_CONFIG_AUX_DIR(config)
77
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
88
AC_LANG(C)

debian/changelog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
rshim (2.4.1) UNRELEASED; urgency=low
2+
3+
* bfb-tool: Add error for missing version information in BFB files
4+
* bfb-tool: Add command to print versions of components in BFB
5+
* bfb-install: add command syntax for lfwp
6+
* bfb-install: BFB format conversion for runtime upgrade
7+
* bfb-install: Convert to flat BFB for runtime upgrade
8+
* scripts/bfb-tool: Add flat format support for BFB
9+
* Updated mlx-mkbfb
10+
* Disable LTO build option in github CI
11+
* Fix transient pipeline error caused by apt update
12+
* Skip SELinux fix on non-RHEL distros like SLES
13+
14+
-- Liming Sun <[email protected]> Fri, 30 May 2025 09:05:20 -0400
15+
116
rshim (2.3.8) UNRELEASED; urgency=low
217

318
* Fix a potentially unintialized variable

rhel/rshim.spec.in

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

5959
%changelog
60+
* Fri May 30 2025 Liming Sun <[email protected]> - 2.4.1
61+
- bfb-tool: Add error for missing version information in BFB files
62+
- bfb-tool: Add command to print versions of components in BFB
63+
- bfb-install: add command syntax for lfwp
64+
- bfb-install: BFB format conversion for runtime upgrade
65+
- bfb-install: Convert to flat BFB for runtime upgrade
66+
- scripts/bfb-tool: Add flat format support for BFB
67+
- Updated mlx-mkbfb
68+
- Disable LTO build option in github CI
69+
- Fix transient pipeline error caused by apt update
70+
- Skip SELinux fix on non-RHEL distros like SLES
71+
6072
* Tue Apr 22 2025 Penghe Geng <[email protected]> - 2.3.8
6173
- Fix a potentially unintialized variable
6274

rshim.spec.in

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

148148
%changelog
149+
* Fri May 30 2025 Liming Sun <[email protected]> - 2.4.1
150+
- bfb-tool: Add error for missing version information in BFB files
151+
- bfb-tool: Add command to print versions of components in BFB
152+
- bfb-install: add command syntax for lfwp
153+
- bfb-install: BFB format conversion for runtime upgrade
154+
- bfb-install: Convert to flat BFB for runtime upgrade
155+
- scripts/bfb-tool: Add flat format support for BFB
156+
- Updated mlx-mkbfb
157+
- Disable LTO build option in github CI
158+
- Fix transient pipeline error caused by apt update
159+
- Skip SELinux fix on non-RHEL distros like SLES
160+
149161
* Tue Apr 22 2025 Penghe Geng <[email protected]> - 2.3.8
150162
- Fix a potentially unintialized variable
151163

0 commit comments

Comments
 (0)