Skip to content

Commit de6e8d0

Browse files
committed
Update version to 2.2.3
Signed-off-by: Liming Sun <[email protected]>
1 parent 9b79636 commit de6e8d0

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-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.2.2])
5+
AC_INIT([rshim], [2.2.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.2.3) UNRELEASED; urgency=low
2+
3+
* bfb-install: Handle PF1 bind/unbind in NIC mode
4+
* Fix RPM installation dependency on Oracle Linux
5+
6+
-- Liming Sun <[email protected]> Fri, 10 Jan 2025 16:03:20 -0500
7+
18
rshim (2.2.2) UNRELEASED; urgency=low
29

310
* Add GitHub pipeline to create deb/rpm packages

rhel/rshim.spec.in

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

5656
%changelog
57+
* Fri Jan 10 2025 Liming Sun <[email protected]> - 2.2.3
58+
- bfb-install: Handle PF1 bind/unbind in NIC mode
59+
5760
* Fri Jan 03 2025 Penghe Geng <[email protected]> - 2.2.2
5861
- Add GitHub pipeline to create deb/rpm packages
5962
- Fix SELinux policy in enforcing mode

rshim.spec.in

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

134134
%changelog
135+
* Fri Jan 10 2025 Liming Sun <[email protected]> - 2.2.3
136+
- bfb-install: Handle PF1 bind/unbind in NIC mode
137+
- Fix RPM installation dependency on Oracle Linux
138+
135139
* Fri Jan 03 2025 Penghe Geng <[email protected]> - 2.2.2
136140
- Add GitHub pipeline to create deb/rpm packages
137141
- Fix SELinux policy in enforcing mode

0 commit comments

Comments
 (0)