-
Notifications
You must be signed in to change notification settings - Fork 304
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 #1175 from yhcote/master
Bump to v0.9.3
- Loading branch information
Showing
2 changed files
with
11 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
Name: kpatch | ||
Summary: Dynamic kernel patching | ||
Version: 0.9.2 | ||
Version: 0.9.3 | ||
License: GPLv2 | ||
Group: System Environment/Kernel | ||
URL: http://github.com/dynup/kpatch | ||
|
@@ -104,6 +104,15 @@ rm -rf %{buildroot} | |
%{_mandir}/man1/kpatch-build.1* | ||
|
||
%changelog | ||
* Tue Apr 20 Yannick Cote <[email protected]> - 0.9.3 | ||
- Initial support for clang compiler | ||
- Add support for rhel-8.4 | ||
- rhel-8.4: workaround pahole and extended ELF sections | ||
- rhel-8.4: drop klp.arch support | ||
- Kpatch command waits for module to fully unload | ||
- Kpatch command informs user when signal subcommand is unnecessary | ||
- kpatch-build skips ppc64le vdso files | ||
|
||
* Tue Sep 8 2020 Joe Lawrence <[email protected]> - 0.9.2 | ||
- Integration test support for rhel-{7.8,7.9,8.1,8.2}, centos-8 | ||
- Better support for gcc child functions | ||
|
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