Skip to content

Commit 61fc3f1

Browse files
authored
Merge pull request #1232 from sm00th/9.5_update
Update version to v0.9.5
2 parents 912c2cb + 5698d86 commit 61fc3f1

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.4
9+
Version: 0.9.5
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+
* Wed Oct 13 Artem Savkov <asavkov@redhat.com> - 0.9.5
108+
- openEuler support
109+
- kpatch-build: Do not check KLP_REPLACE for kpatch.ko-based patches
110+
- create-diff-object: fix use after free in kpatch-check-relocations()
111+
- kpatch-build: Handle error in create-klp-module
112+
- create-diff-object: support ppc64le relative jump labels
113+
- kmod/patch: clean only rebuildable objs
114+
- kpatch-build: save environment varibles to file
115+
107116
* Wed Aug 25 Yannick Cote <ycote@redhat.com> - 0.9.4
108117
- Support for multiple source files
109118
- Makefile tweaks for handling non-replace kpatch building

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

0 commit comments

Comments
 (0)