From 7e5f59e10f8317ac17c2225f70f87b87abff1775 Mon Sep 17 00:00:00 2001 From: Joe Lawrence Date: Mon, 2 Apr 2018 15:04:04 -0400 Subject: [PATCH] Bump version to 0.6.0 Increment version to 0.6.0 due to 926e4e0c7d14 ("kmod: add support for in-kernel livepatch hooks"), which removed the kpatch (un)load hook API support and converted to livepatch-style hooks. Additional changes include: * Lots of misc bugfixes and cleanups * Manpage, README.md fixups * More PPC64 work * "Undefined reference" build failure rework * Livepatch disable retries * New unit testing framework Signed-off-by: Joe Lawrence Signed-off-by: Josh Poimboeuf --- contrib/kpatch.spec | 2 +- kpatch/kpatch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/kpatch.spec b/contrib/kpatch.spec index 6daf816..5cec841 100644 --- a/contrib/kpatch.spec +++ b/contrib/kpatch.spec @@ -1,6 +1,6 @@ Name: kpatch Summary: Dynamic kernel patching -Version: 0.5.0 +Version: 0.6.0 License: GPLv2 Group: System Environment/Kernel URL: http://github.com/dynup/kpatch diff --git a/kpatch/kpatch b/kpatch/kpatch index 883a98e..85c5a8b 100755 --- a/kpatch/kpatch +++ b/kpatch/kpatch @@ -25,7 +25,7 @@ INSTALLDIR=/var/lib/kpatch SCRIPTDIR="$(readlink -f "$(dirname "$(type -p "$0")")")" -VERSION="0.5.0" +VERSION="0.6.0" POST_ENABLE_WAIT=5 # seconds POST_SIGNAL_WAIT=60 # seconds