Skip to content

Commit

Permalink
Release 1.4.0 (#1029)
Browse files Browse the repository at this point in the history
##
[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
jw3 authored Jul 29, 2024
1 parent 96ae6e3 commit d8d4a95
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 9 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@ Release notes

<!-- towncrier release notes start -->

## [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](https://github.com/ctc-oss/fapolicy-analyzer/pull/1012))
- Added fapolicyd package filter config editor GUI. ([#1014](https://github.com/ctc-oss/fapolicy-analyzer/pull/1014))

### Fixed

- Address new Py 3.13 eval() parameter list while still supporting RHEL9 Py 3.9 ([#1022](https://github.com/ctc-oss/fapolicy-analyzer/pull/1022))

### Packaging

- Supporting Fedora 41, 40, 39, dropped support for 38. ([#1016](https://github.com/ctc-oss/fapolicy-analyzer/pull/1016))


## [v1.3.0](https://github.com/ctc-oss/fapolicy-analyzer/releases/tag/v1.3.0) - 2024-02-11


Expand Down
4 changes: 2 additions & 2 deletions fapolicy-analyzer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
1 change: 0 additions & 1 deletion news/1012.added.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1014.added.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1016.packaging.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1022.fixed.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ignore = ["E402"]

[tool.towncrier]
filename = "CHANGELOG.md"
version = "1.3.0"
version = "1.4.0"
start_string = "<!-- towncrier release notes start -->\n"
title_format = "## [v{version}](https://github.com/ctc-oss/fapolicy-analyzer/releases/tag/v{version}) - {project_date}"
issue_format = "[#{issue}](https://github.com/ctc-oss/fapolicy-analyzer/pull/{issue})"
Expand Down
4 changes: 2 additions & 2 deletions scripts/srpm/fapolicy-analyzer.el9.spec
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
Expand Down Expand Up @@ -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

0 comments on commit d8d4a95

Please sign in to comment.