diff --git a/CHANGELOG.md b/CHANGELOG.md index 86f8449d1..4f3923200 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# 5.1.7 + +- Actions plugin's actions.conf can set "Enabled" for each action separately +- Actions plugin now supports action options +- Implement `get_reason()` for groups and environments +- Disable the RHSM plugin by default and enable it in the RPM spec +- Add missing docs for `get_advisory_packages_sorted_by_name_arch_evr(bool)` +- Update documentation about maintained coprs +- modules: Test `ModuleProfile::is_default()` method +- modules: Simplify finding whether profile is default in module list +- modules: Fix `ModuleProfile::is_default` method +- modules: Store if profile is default in ModuleProfile object +- Generate docs for undocummented functions so they at least show up +- Add python advisory docs +- Add advisory python API tests +- Enable AdvisoryModule bindings + # 5.1.6 - Document aliases for command line arguments diff --git a/VERSION.cmake b/VERSION.cmake index 2b18f8031..41fd11b9e 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,6 +1,6 @@ set(DEFAULT_PROJECT_VERSION_MAJOR 5) set(DEFAULT_PROJECT_VERSION_MINOR 1) -set(DEFAULT_PROJECT_VERSION_PATCH 6) +set(DEFAULT_PROJECT_VERSION_PATCH 7) if(DEFINED PROJECT_VERSION_MAJOR) if(NOT ${DEFAULT_PROJECT_VERSION_MAJOR} STREQUAL ${PROJECT_VERSION_MAJOR}) diff --git a/dnf5.spec b/dnf5.spec index 088b14daa..8e53e26bb 100644 --- a/dnf5.spec +++ b/dnf5.spec @@ -1,6 +1,6 @@ %global project_version_major 5 %global project_version_minor 1 -%global project_version_patch 6 +%global project_version_patch 7 %bcond dnf5_obsoletes_dnf %[0%{?fedora} > 40 || 0%{?rhel} > 10] @@ -735,6 +735,9 @@ ln -sr %{buildroot}%{_bindir}/dnf5 %{buildroot}%{_bindir}/microdnf %changelog +* Thu Nov 09 2023 Packit Team - 5.1.7-1 +- New upstream release 5.1.7 + * Thu Oct 26 2023 Packit Team - 5.1.6-1 - New upstream release 5.1.6