-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #950 from joe-lawrence/tag-v0.6.3
Patch release v0.6.3
- Loading branch information
Showing
2 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Name: kpatch | ||
Summary: Dynamic kernel patching | ||
Version: 0.6.2 | ||
Version: 0.6.3 | ||
License: GPLv2 | ||
Group: System Environment/Kernel | ||
URL: http://github.com/dynup/kpatch | ||
|
@@ -93,6 +93,17 @@ rm -rf %{buildroot} | |
%{_mandir}/man1/kpatch-build.1* | ||
|
||
%changelog | ||
* Fri Apr 12 2019 Joe Lawrence <[email protected]> - 0.6.3 | ||
- Lots of integration test work | ||
- Better support for building out-of-tree modules | ||
- Updated manpage options, drop deprecated distro specific mentions | ||
- README.md updates for shadow variables, out-of-tree modules | ||
- Fix core module compilation with CONFIG_HAVE_ARCH_PREL32_RELOCATIONS | ||
- kpatch-build detects and abort on unsupported options | ||
GCC_PLUGIN_LATENT_ENTROPY, GCC_PLUGIN_RANDSTRUCT | ||
- Fix patch linking with 4.20+ | ||
- Other minor shellcheck and kpatch-build fixups | ||
|
||
* Tue Oct 2 2018 Joe Lawrence <[email protected]> - 0.6.2 | ||
- ppc64le: relax .text section addralign value check | ||
- gcc8: unit-tests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters