-
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 #1352 from joe-lawrence/bump-v0.9.9
Bump to version v0.9.9
- Loading branch information
Showing
2 changed files
with
9 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.8 | ||
Version: 0.9.9 | ||
License: GPLv2 | ||
Group: System Environment/Kernel | ||
URL: http://github.com/dynup/kpatch | ||
|
@@ -104,6 +104,13 @@ rm -rf %{buildroot} | |
%{_mandir}/man1/kpatch-build.1* | ||
|
||
%changelog | ||
* Thu Jul 27 2023 Joe Lawrence <[email protected]> - 0.9.9 | ||
- Support for gcc-13 | ||
- Support for Linux 6.2 | ||
- Support for UBSAN kernels | ||
- Fix handling of PowerPC cpu features | ||
- Added RHEL-8.8 and 9.2 integration tests | ||
|
||
* Wed Mar 8 2023 Joe Lawrence <[email protected]> - 0.9.8 | ||
* Clang fix ups from Pete Swain | ||
* Support for gcc-12 | ||
|
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