Skip to content

Commit e21f379

Browse files
committed
Update version to 2.1.15
Signed-off-by: Liming Sun <[email protected]>
1 parent edc145c commit e21f379

File tree

4 files changed

+13
-1
lines changed

4 files changed

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

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
rshim (2.1.15) UNRELEASED; urgency=low
2+
3+
* Some enhancement for the command mode
4+
5+
-- Liming Sun <[email protected]> Mon, 27 Oct 2025 16:52:20 -0400
6+
17
rshim (2.1.14) UNRELEASED; urgency=low
28

39
* bfb-tool: support NIC FW replacing

rhel/rshim.spec.in

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

5959
%changelog
60+
* Mon Oct 27 2025 Liming Sun <[email protected]> - 2.1.15
61+
- Some enhancement for the command mode
62+
6063
* Fri Jun 06 2025 Liming Sun <[email protected]> - 2.1.14
6164
- bfb-tool: support NIC FW replacing
6265
- bfb-tool: Add error for missing version information in BFB files

rshim.spec.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ fi
139139
%{_datadir}/selinux/packages/rshim-fix.te
140140

141141
%changelog
142+
* Mon Oct 27 2025 Liming Sun <[email protected]> - 2.1.15
143+
- Some enhancement for the command mode
144+
142145
* Fri Jun 06 2025 Liming Sun <[email protected]> - 2.1.14
143146
- bfb-tool: support NIC FW replacing
144147
- bfb-tool: Add error for missing version information in BFB files

0 commit comments

Comments
 (0)