Skip to content

Commit b6a41ba

Browse files
committed
Update version to 2.3.6
Signed-off-by: Liming Sun <[email protected]>
1 parent 4a74604 commit b6a41ba

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.3.5])
5+
AC_INIT([rshim], [2.3.6])
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.3.6) UNRELEASED; urgency=low
2+
3+
* bfb-install: cleanup the TMP_DIR
4+
5+
-- Liming Sun <[email protected]> Thu, 03 Apr 2025 11:37:10 -0400
6+
17
rshim (2.3.5) UNRELEASED; urgency=low
28

39
* bfb-install: add validation of bfb and rshim options

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+
* Thu Apr 03 2025 Liming Sun <[email protected]> - 2.3.6
61+
- bfb-install: cleanup the TMP_DIR
62+
6063
* Sat Mar 29 2025 Liming Sun <[email protected]> - 2.3.5
6164
- bfb-install: add validation of bfb and rshim options
6265
- Fix the rshim command line for register read/write

rshim.spec.in

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

146146
%changelog
147+
* Thu Apr 03 2025 Liming Sun <[email protected]> - 2.3.6
148+
- bfb-install: cleanup the TMP_DIR
149+
147150
* Sat Mar 29 2025 Liming Sun <[email protected]> - 2.3.5
148151
- bfb-install: add validation of bfb and rshim options
149152
- Fix the rshim command line for register read/write

0 commit comments

Comments
 (0)