diff --git a/CHANGELOG.md b/CHANGELOG.md index c264706f4..86f8449d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# 5.1.6 + +- Document aliases for command line arguments +- Don't print missing positional argument error with `--help` +- Improve error handling for missing arguments +- Document `--forcearch` as a global argument +- Make `--forcearch` a global argument +- Avoid reinstalling installonly packages marked for ERASE +- Add `filter_installonly` to PackageQuery +- Implement new argument `--show-new-leaves` +- advisory: document advisory command changes and few clean ups +- Document `--dump-main-config` and `--dump-repo-config` +- Implement new argument `--dump-repo-config` +- Implement new argument `--dump-main-config` +- Show default profiles in `module list` +- Print hint for the `module list` table +- Show information about default streams in `module list` +- Document `module list` options +- Add `enabled` and `disabled` arguments to `module list` +- Add module spec filtering to `module list` +- Add `module list` command +- Document `group upgrade` + # 5.1.5 - Improved ConfigParser diff --git a/VERSION.cmake b/VERSION.cmake index 29d6aedd8..2b18f8031 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 5) +set(DEFAULT_PROJECT_VERSION_PATCH 6) if(DEFINED PROJECT_VERSION_MAJOR) if(NOT ${DEFAULT_PROJECT_VERSION_MAJOR} STREQUAL ${PROJECT_VERSION_MAJOR}) diff --git a/dnf5.spec b/dnf5.spec index 2a5183794..e14893dff 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 5 +%global project_version_patch 6 %bcond dnf5_obsoletes_dnf %[0%{?fedora} > 40 || 0%{?rhel} > 10] @@ -734,6 +734,9 @@ ln -sr %{buildroot}%{_bindir}/dnf5 %{buildroot}%{_bindir}/microdnf %changelog +* Thu Oct 26 2023 Packit Team - 5.1.6-1 +- New upstream release 5.1.6 + * Thu Oct 05 2023 Packit Team - 5.1.5-1 - New upstream release 5.1.5