Skip to content

Commit 7023185

Browse files
authored
Update version to 2.5.1
1 parent c7ac189 commit 7023185

File tree

4 files changed

+22
-1
lines changed

4 files changed

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

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
rshim (2.5.1) UNRELEASED; urgency=low
2+
3+
* Improve GitHub CI robustness for ARM builds
4+
* Fix rshim drop mode driver binding
5+
* bfb-tool: Added qemu-aarch64-static installation guidance
6+
* bfb-tool: Added workaround for mlx_fwsfx_gen
7+
8+
-- Penghe Geng <[email protected]> Wed, 20 Aug 2025 11:32:41 -0400
9+
110
rshim (2.4.4) UNRELEASED; urgency=low
211

312
* Added support for bf-fwbundle per OPN

rhel/rshim.spec.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ via the virtual console or network interface.
6565
%{_mandir}/man8/bf-pldm-ver.8.gz
6666

6767
%changelog
68+
* Wed Aug 20 2025 Penghe Geng <[email protected]> - 2.5.1
69+
- Improve GitHub CI robustness for ARM builds
70+
- Fix rshim drop mode driver binding
71+
- bfb-tool: Added qemu-aarch64-static installation guidance
72+
- bfb-tool: Added workaround for mlx_fwsfx_gen
73+
6874
* Tue Jul 22 2025 Penghe Geng <[email protected]> - 2.4.4
6975
- Added support for bf-fwbundle per OPN
7076
- Set is_uek64k flag at build time

rshim.spec.in

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

166166
%changelog
167+
* Wed Aug 20 2025 Penghe Geng <[email protected]> - 2.5.1
168+
- Improve GitHub CI robustness for ARM builds
169+
- Fix rshim drop mode driver binding
170+
- bfb-tool: Added qemu-aarch64-static installation guidance
171+
- bfb-tool: Added workaround for mlx_fwsfx_gen
172+
167173
* Tue Jul 22 2025 Penghe Geng <[email protected]> - 2.4.4
168174
- Added support for bf-fwbundle per OPN
169175
- Set is_uek64k flag at build time

0 commit comments

Comments
 (0)