Skip to content

Commit 372bde7

Browse files
committed
Bump to version v0.9.9
Updates of interest: v0.9.9: - Support for gcc-13 - Support for Linux 6.2 - Support for UBSAN kernels - Fix handling of PowerPC cpu features - Added RHEL-8.8 and 9.2 integration tests Signed-off-by: Joe Lawrence <[email protected]>
1 parent efcf2ad commit 372bde7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

contrib/kpatch.spec

Lines changed: 8 additions & 1 deletion
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.8
9+
Version: 0.9.9
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+
* Thu Jul 27 2023 Joe Lawrence <[email protected]> - 0.9.9
108+
- Support for gcc-13
109+
- Support for Linux 6.2
110+
- Support for UBSAN kernels
111+
- Fix handling of PowerPC cpu features
112+
- Added RHEL-8.8 and 9.2 integration tests
113+
107114
* Wed Mar 8 2023 Joe Lawrence <[email protected]> - 0.9.8
108115
* Clang fix ups from Pete Swain
109116
* Support for gcc-12

kpatch/kpatch

Lines changed: 1 addition & 1 deletion
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.8"
28+
VERSION="0.9.9"
2929
POST_ENABLE_WAIT=15 # seconds
3030
POST_SIGNAL_WAIT=60 # seconds
3131
MODULE_REF_WAIT=15 # seconds

0 commit comments

Comments
 (0)