Skip to content

Commit aa99505

Browse files
authored
Update version to 2.2.2
Signed-off-by: Penghe Geng <[email protected]>
1 parent 7053ea9 commit aa99505

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-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.1])
5+
AC_INIT([rshim], [2.2.2])
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.2) UNRELEASED; urgency=low
2+
3+
* Add GitHub pipeline to create deb/rpm packages
4+
* Fix SELinux policy in enforcing mode
5+
6+
-- Penghe Geng <[email protected]> Fri, 03 Jan 2025 16:22:59 -0500
7+
18
rshim (2.2.1) UNRELEASED; urgency=low
29

310
* USB: removes the unnecessary POLLOUT polling

rhel/rshim.spec.in

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

5656
%changelog
57+
* Fri Jan 03 2025 Penghe Geng <[email protected]> - 2.2.2
58+
- Add GitHub pipeline to create deb/rpm packages
59+
- Fix SELinux policy in enforcing mode
60+
5761
* Fri Dec 06 2024 Liming Sun <[email protected]> - 2.2.1
5862
- USB: removes the unnecessary POLLOUT polling
5963
- Force to stop if stuck during systemd service stop

rshim.spec.in

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

130130
%changelog
131+
* Fri Jan 03 2025 Penghe Geng <[email protected]> - 2.2.2
132+
- Add GitHub pipeline to create deb/rpm packages
133+
- Fix SELinux policy in enforcing mode
134+
131135
* Fri Dec 06 2024 Liming Sun <[email protected]> - 2.2.1
132136
- USB: removes the unnecessary POLLOUT polling
133137
- Force to stop if stuck during systemd service stop

0 commit comments

Comments
 (0)