Skip to content

Commit

Permalink
Merge pull request #1029 from sm00th/tag_0.8.0
Browse files Browse the repository at this point in the history
Bump version to v0.8.0
  • Loading branch information
sm00th authored Aug 21, 2019
2 parents 6f5edcd + 68de390 commit 2a29bc7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion contrib/kpatch.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: kpatch
Summary: Dynamic kernel patching
Version: 0.7.1
Version: 0.8.0
License: GPLv2
Group: System Environment/Kernel
URL: http://github.com/dynup/kpatch
Expand Down Expand Up @@ -93,6 +93,13 @@ rm -rf %{buildroot}
%{_mandir}/man1/kpatch-build.1*

%changelog
* Wed Aug 21 2019 Artem Savkov <[email protected]> - 0.8.0
- kpatch.ko atomic replace fixes
- Fixes for potential problems found by covscan
- Remove manual signaling logic from kpatch utility
- Don't strip callback symbols
- Allow dynamic debug static keys

* Wed Jul 24 2019 Josh Poimboeuf <[email protected]> - 0.7.1
- Fix several powerpc-specific bugs, including two which can result in kernel
panics
Expand Down
2 changes: 1 addition & 1 deletion kpatch/kpatch
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

INSTALLDIR=/var/lib/kpatch
SCRIPTDIR="$(readlink -f "$(dirname "$(type -p "$0")")")"
VERSION="0.7.1"
VERSION="0.8.0"
POST_ENABLE_WAIT=15 # seconds
POST_SIGNAL_WAIT=60 # seconds

Expand Down

0 comments on commit 2a29bc7

Please sign in to comment.