Skip to content

Commit 4a59a54

Browse files
authored
Merge pull request #1299 from yhcote/bump-0.9.7
Bump to version v0.9.7
2 parents 7ec1ed6 + e1a3abc commit 4a59a54

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

contrib/kpatch.spec

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

106106
%changelog
107+
* Wed Sep 14 Yannick Cote <ycote@redhat.com> - 0.9.7
108+
* S390x kpatch support
109+
* Add support for openEuler + documentation (kpatch-build)
110+
* Use err.h instead of error.h for musl support (kpatch-build)
111+
* Add support for .return_sites section (kpatch-build x86)
112+
* Create missing section symbol (kpatch-build)
113+
* Fix symtab parsing lookup (kpatch-build)
114+
* Many fixes and improvements in create-diff-object (kpatch-build)
115+
* Unload already disabled modules (kpatch util)
116+
* Add integration tests for: rhel-{8.6,9.0},5.18.0 (test)
117+
* Add tests for patching a syscall (test)
118+
* Combine and improve Fedora, CentOS with RHEL kpatch-build dependencies (test)
119+
* Major revamp of README.md and documentation
120+
* Add syscall patching macros (kmod)
121+
107122
* Tue Apr 12 Joe Lawrence <joe.lawrence@redhat.com> - 0.9.6
108123
* Allow OOT modules to be built with non-distro kernels
109124
* Add cross-arch unit testing support

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

0 commit comments

Comments
 (0)