-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [v1.4.0](https://github.com/ctc-oss/fapolicy-analyzer/releases/tag/v1.4.0) - 2024-07-28 ### Added - Added fapolicyd package filter config parser and analyzer. ([#1012](#1012)) - Added fapolicyd package filter config editor GUI. ([#1014](#1014)) ### Fixed - Address new Py 3.13 eval() parameter list while still supporting RHEL9 Py 3.9 ([#1022](#1022)) ### Packaging - Supporting Fedora 41, 40, 39, dropped support for 38. ([#1016](#1016))
- Loading branch information
Showing
8 changed files
with
22 additions
and
9 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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
Summary: File Access Policy Analyzer | ||
Name: fapolicy-analyzer | ||
Version: 1.3.0 | ||
Version: 1.4.0 | ||
Release: 1%{?dist} | ||
|
||
SourceLicense: GPL-3.0-or-later | ||
|
@@ -132,5 +132,5 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop | |
%ghost %attr(640,root,root) %verify(not md5 size mtime) %{_localstatedir}/log/%{name}/%{name}.log | ||
|
||
%changelog | ||
* Sat Feb 03 2024 John Wass <[email protected]> 1.3.0-1 | ||
* Sun Jul 28 2024 John Wass <[email protected]> 1.4.0-1 | ||
- New release |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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 @@ | ||
Summary: File Access Policy Analyzer | ||
Name: fapolicy-analyzer | ||
Version: 1.3.0 | ||
Version: 1.4.0 | ||
Release: 1%{?dist} | ||
License: GPL-3.0-or-later | ||
URL: https://github.com/ctc-oss/fapolicy-analyzer | ||
|
@@ -219,5 +219,5 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop | |
%attr(755,root,root) %{_datadir}/applications/%{name}.desktop | ||
|
||
%changelog | ||
* Sat Feb 03 2024 John Wass <[email protected]> 1.3.0-1 | ||
* Sun Jul 28 2024 John Wass <[email protected]> 1.4.0-1 | ||
- New release |