bump version to 0.4.0

This release has many fixes and improvements since 0.3.4.  The '0.3' was
bumped to '0.4' because of commit 0bb5c106ef ("kmod: restructure
kpatch sysfs tree"), which broke the ABI between the kpatch core module
and the kpatch script, as it changed the sysfs layout.

Other notable changes since 0.3.4:

- The tools underlying kpatch-build have been made more modular, in
  preparation for making create-diff-object more generally useful to
  other use cases (kernel livepatch, Xen live patching, user space
  patching).
- Support for all new upstream kernels up to 4.10.
- KASLR support.
- Many other bug fixes and improvements.
This commit is contained in:
Josh Poimboeuf 2017-03-13 12:37:32 -05:00
parent 36682c9d91
commit 07daab89b7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: kpatch Name: kpatch
Summary: Dynamic kernel patching Summary: Dynamic kernel patching
Version: 0.3.4 Version: 0.4.0
License: GPLv2 License: GPLv2
Group: System Environment/Kernel Group: System Environment/Kernel
URL: http://github.com/dynup/kpatch URL: http://github.com/dynup/kpatch

View File

@ -25,7 +25,7 @@
INSTALLDIR=/var/lib/kpatch INSTALLDIR=/var/lib/kpatch
SCRIPTDIR="$(readlink -f $(dirname $(type -p $0)))" SCRIPTDIR="$(readlink -f $(dirname $(type -p $0)))"
VERSION="0.3.4" VERSION="0.4.0"
# Livepatch is built into the kernel, if it's not present # Livepatch is built into the kernel, if it's not present
# we must use kpatch core module. # we must use kpatch core module.