Skip to content

Commit e499f09

Browse files
authored
Merge pull request #1175 from yhcote/master
Bump to v0.9.3
2 parents c819391 + 35b7717 commit e499f09

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

contrib/kpatch.spec

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

106106
%changelog
107+
* Tue Apr 20 Yannick Cote <ycote@redhat.com> - 0.9.3
108+
- Initial support for clang compiler
109+
- Add support for rhel-8.4
110+
- rhel-8.4: workaround pahole and extended ELF sections
111+
- rhel-8.4: drop klp.arch support
112+
- Kpatch command waits for module to fully unload
113+
- Kpatch command informs user when signal subcommand is unnecessary
114+
- kpatch-build skips ppc64le vdso files
115+
107116
* Tue Sep 8 2020 Joe Lawrence <joe.lawrence@redhat.com> - 0.9.2
108117
- Integration test support for rhel-{7.8,7.9,8.1,8.2}, centos-8
109118
- Better support for gcc child functions

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

0 commit comments

Comments
 (0)