Skip to content

Commit 903dfe2

Browse files
authoredJan 21, 2025··
Merge pull request #1434 from joe-lawrence/bump-v0.9.10
Bump to version v0.9.10
2 parents b57508e + c77352f commit 903dfe2

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
 

‎contrib/kpatch.spec

+8-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Name: kpatch
88
Summary: Dynamic kernel patching
9-
Version: 0.9.9
9+
Version: 0.9.10
1010
License: GPLv2
1111
Group: System Environment/Kernel
1212
URL: http://github.com/dynup/kpatch
@@ -104,6 +104,13 @@ rm -rf %{buildroot}
104104
%{_mandir}/man1/kpatch-build.1*
105105

106106
%changelog
107+
* Mon Jan 20 2025 Joe Lawrence <joe.lawrence@redhat.com> - 0.9.10
108+
- Support for Amazon Linux, Anolis OS, and OpenCloudOS distros
109+
- Fix cleanup when kpatch is installed in read-only location
110+
- Added RHEL-8.9, 9.3, 8.10, 9.4, and 9.5 integration tests
111+
- Added AL2023 integration tests
112+
- Support for __patchable_function_entries sections
113+
107114
* Thu Jul 27 2023 Joe Lawrence <joe.lawrence@redhat.com> - 0.9.9
108115
- Support for gcc-13
109116
- Support for Linux 6.2

‎kpatch/kpatch

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
INSTALLDIR=/var/lib/kpatch
2727
SCRIPTDIR="$(readlink -f "$(dirname "$(type -p "$0")")")"
28-
VERSION="0.9.9"
28+
VERSION="0.9.10"
2929
POST_ENABLE_WAIT=15 # seconds
3030
POST_SIGNAL_WAIT=60 # seconds
3131
MODULE_REF_WAIT=15 # seconds

0 commit comments

Comments
 (0)
Please sign in to comment.