Skip to content

Commit e809451

Browse files
committed
Update version to 2.5.4
RM #4669177 RM #4670238 RM #4661370 RM #4551998
1 parent 6d22804 commit e809451

File tree

4 files changed

+19
-1
lines changed

4 files changed

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

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
rshim (2.5.4) UNRELEASED; urgency=low
2+
3+
* Some enhancement for the command mode
4+
* Update rshim.spec.in to include additional build requirements
5+
* bfb-install: Fix no proper output for missing rshim device
6+
7+
-- Liming Sun <[email protected]> Wed, 22 Oct 2025 19:41:20 -0400
8+
19
rshim (2.5.3) UNRELEASED; urgency=low
210

311
* Fix SIGTERM segfault when rshim exits

rhel/rshim.spec.in

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

6767
%changelog
68+
* Wed Oct 22 2025 Liming Sun <[email protected]> - 2.5.4
69+
- Some enhancement for the command mode
70+
- Update rshim.spec.in to include additional build requirements
71+
- bfb-install: Fix no proper output for missing rshim device
72+
6873
* Wed Oct 08 2025 Penghe Geng <[email protected]> - 2.5.3
6974
- Fix SIGTERM segfault when rshim exits
7075
- bfb-install: add check for bfb file presence

rshim.spec.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,11 @@ fi
174174
%{_datadir}/selinux/packages/rshim-fix.te
175175

176176
%changelog
177+
* Wed Oct 22 2025 Liming Sun <[email protected]> - 2.5.4
178+
- Some enhancement for the command mode
179+
- Update rshim.spec.in to include additional build requirements
180+
- bfb-install: Fix no proper output for missing rshim device
181+
177182
* Wed Oct 08 2025 Penghe Geng <[email protected]> - 2.5.3
178183
- Fix SIGTERM segfault when rshim exits
179184
- bfb-install: add check for bfb file presence

0 commit comments

Comments
 (0)