Skip to content

Commit ccc9464

Browse files
committed
Update version to 2.2.4
Signed-off-by: Liming Sun <[email protected]>
1 parent ce0f45e commit ccc9464

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-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.3])
5+
AC_INIT([rshim], [2.2.4])
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.2.4) UNRELEASED; urgency=low
2+
3+
* Fix RPM dependency on Oracle Linux 8.6
4+
5+
-- Liming Sun <[email protected]> Tue, 14 Jan 2025 09:55:10 -0500
6+
17
rshim (2.2.3) UNRELEASED; urgency=low
28

39
* bfb-install: Handle PF1 bind/unbind in NIC mode

rshim.spec.in

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

134134
%changelog
135+
* Tue Jan 14 2025 Liming Sun <[email protected]> - 2.2.4
136+
- Fix RPM dependency on Oracle Linux 8.6
137+
135138
* Fri Jan 10 2025 Liming Sun <[email protected]> - 2.2.3
136139
- bfb-install: Handle PF1 bind/unbind in NIC mode
137140
- Fix RPM installation dependency on Oracle Linux

0 commit comments

Comments
 (0)