Skip to content

Commit 99764f0

Browse files
authored
Update version to 2.6.4
Signed-off-by: Penghe Geng <pgeng@nvidia.com>
1 parent 09457c9 commit 99764f0

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
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.6.3])
5+
AC_INIT([rshim], [2.6.4])
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.6.4) UNRELEASED; urgency=low
2+
3+
* Fix rpm build issues on SLES 15/16
4+
* Fix bfb-install exit incorrectly on BlueField-2
5+
6+
-- Penghe Geng <pgeng@nvidia.com> Tue, 20 Jan 2026 16:19:56 -0500
7+
18
rshim (2.6.3) UNRELEASED; urgency=low
29

310
* Add 10-tmfifo.link to disable udev assigning MAC to tmfifo_netN

rhel/rshim.spec.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ via the virtual console or network interface.
6868
%endif
6969

7070
%changelog
71-
* Fri Jan 16 2026 Penghe Geng <pgeng@nvidia.com> - 2.6.3
72-
- Add 10-tmfifo.link to disable udev assigning MAC to tmfifo_netN
71+
* Tue Jan 20 2026 Penghe Geng <pgeng@nvidia.com> - 2.6.4
72+
- Fix rpm build issues on SLES 15/16
73+
- Fix bfb-install exit incorrectly on BlueField-2
7374

7475
* Fri Jan 09 2026 Penghe Geng <pgeng@nvidia.com> - 2.6.2
7576
- Fix commit f41306d ("Provide local struct termio for console ioctl")

rshim.spec.in

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

156156
%changelog
157+
* Tue Jan 20 2026 Penghe Geng <pgeng@nvidia.com> - 2.6.4
158+
- Fix rpm build issues on SLES 15/16
159+
- Fix bfb-install exit incorrectly on BlueField-2
160+
157161
* Fri Jan 16 2026 Penghe Geng <pgeng@nvidia.com> - 2.6.3
158162
- Add 10-tmfifo.link to disable udev assigning MAC to tmfifo_netN
159163

0 commit comments

Comments
 (0)