File tree Expand file tree Collapse file tree 4 files changed +40
-1
lines changed Expand file tree Collapse file tree 4 files changed +40
-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.3.8 ] )
5+ AC_INIT ( [ rshim] , [ 2.4.1 ] )
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.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+
116rshim (2.3.8) UNRELEASED; urgency=low
217
318 * Fix a potentially unintialized variable
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments