Skip to content

Commit

Permalink
Update version to 2.2.4
Browse files Browse the repository at this point in the history
Signed-off-by: Liming Sun <[email protected]>
  • Loading branch information
lsun100 committed Jan 14, 2025
1 parent ce0f45e commit ccc9464
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (C) 2019 Mellanox Technologies. All Rights Reserved.
#

AC_INIT([rshim], [2.2.3])
AC_INIT([rshim], [2.2.4])
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_LANG(C)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
rshim (2.2.4) UNRELEASED; urgency=low

* Fix RPM dependency on Oracle Linux 8.6

-- Liming Sun <[email protected]> Tue, 14 Jan 2025 09:55:10 -0500

rshim (2.2.3) UNRELEASED; urgency=low

* bfb-install: Handle PF1 bind/unbind in NIC mode
Expand Down
3 changes: 3 additions & 0 deletions rshim.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ fi
%{_datadir}/selinux/packages/rshim-fix.te

%changelog
* Tue Jan 14 2025 Liming Sun <[email protected]> - 2.2.4
- Fix RPM dependency on Oracle Linux 8.6

* Fri Jan 10 2025 Liming Sun <[email protected]> - 2.2.3
- bfb-install: Handle PF1 bind/unbind in NIC mode
- Fix RPM installation dependency on Oracle Linux
Expand Down

0 comments on commit ccc9464

Please sign in to comment.