Skip to content

Commit 3f5845c

Browse files
authored
Merge pull request #1334 from joe-lawrence/create-v0.9.8
Bump to version v0.9.8
2 parents 8ddfc5d + 2db193e commit 3f5845c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

contrib/kpatch.spec

Lines changed: 9 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.7
9+
Version: 0.9.8
1010
License: GPLv2
1111
Group: System Environment/Kernel
1212
URL: http://github.com/dynup/kpatch
@@ -104,6 +104,14 @@ rm -rf %{buildroot}
104104
%{_mandir}/man1/kpatch-build.1*
105105

106106
%changelog
107+
* Wed Mar 8 2023 Joe Lawrence <joe.lawrence@redhat.com> - 0.9.8
108+
* Clang fix ups from Pete Swain
109+
* Support for gcc-12
110+
* Support for Linux 5.19
111+
* Added RHEL-8.7 and 9.1 integration tests
112+
* Fixed __UNIQUE_ID() variable correlation
113+
* Improved handling of unsupported static calls
114+
107115
* Wed Sep 14 Yannick Cote <ycote@redhat.com> - 0.9.7
108116
* S390x kpatch support
109117
* Add support for openEuler + documentation (kpatch-build)

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.7"
28+
VERSION="0.9.8"
2929
POST_ENABLE_WAIT=15 # seconds
3030
POST_SIGNAL_WAIT=60 # seconds
3131
MODULE_REF_WAIT=15 # seconds

0 commit comments

Comments
 (0)