Skip to content

Commit e312a89

Browse files
authored
Update version to 2.5.3
RM #4654756 RM #4551986
1 parent e785611 commit e312a89

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.5.2])
5+
AC_INIT([rshim], [2.5.3])
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.5.3) UNRELEASED; urgency=low
2+
3+
* Fix SIGTERM segfault when rshim exits
4+
* bfb-install: add check for bfb file presence
5+
6+
-- Penghe Geng <[email protected]> Wed, 08 Oct 2025 13:58:01 -0400
7+
18
rshim (2.5.2) UNRELEASED; urgency=low
29

310
* No service interrupt for DPU-BMC flow

rhel/rshim.spec.in

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

6767
%changelog
68+
* Wed Oct 08 2025 Penghe Geng <[email protected]> - 2.5.3
69+
- Fix SIGTERM segfault when rshim exits
70+
- bfb-install: add check for bfb file presence
71+
6872
* Wed Sep 24 2025 Penghe Geng <[email protected]> - 2.5.2
6973
- No service interrupt for DPU-BMC flow
7074
- Support Golden Images in PLDM format

rshim.spec.in

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

167167
%changelog
168+
* Wed Oct 08 2025 Penghe Geng <[email protected]> - 2.5.3
169+
- Fix SIGTERM segfault when rshim exits
170+
- bfb-install: add check for bfb file presence
171+
168172
* Wed Sep 24 2025 Penghe Geng <[email protected]> - 2.5.2
169173
- No service interrupt for DPU-BMC flow
170174
- Support Golden Images in PLDM format

0 commit comments

Comments
 (0)