From 6dde662f52f56c6f8150e068df0e5fe7150862c8 Mon Sep 17 00:00:00 2001 From: jan-kolarik Date: Tue, 28 May 2024 10:45:50 +0000 Subject: [PATCH] Release 5.2.2.0 --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ VERSION.cmake | 2 +- dnf5.spec | 5 ++++- 3 files changed, 50 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87735e038..46901357f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,48 @@ +# 5.2.2.0 + +- Update translations from weblate +- dnf5daemon: The buildtime attribute has been added to the package_attrs option +- docs: Document changes to repoinfo and repolist +- packit: Create downstream PR only for Rawhide +- prepare-release: Use new v1.2 action with 4-digits version format +- test: Unit tests for append option +- conf: Remove unused option_T_list_append template +- conf: Convert append options to use new classes +- bindings: Add new append option classes +- conf: New classes for append options +- base: Enhance installed pkgs solver problems reporting +- base: Remove trailing space from RULE_UPDATE message +- base: Deduplicate solver problem messages +- base: Add repository to solver problem messages +- i18n: Unwind "Cannot {} package \"{}\"" message +- fix: quote `dnf5-command({})' in command suggestion when plugin not found +- automatic: Clarify changes dnf4 vs dnf5 +- automatic: ship default automatic.conf +- automatic: Fix the documentation +- automatic: Adjust config files reading behavior +- automatic: Fix random_sleep option +- download: add `--source` alias for `--srpm` +- needs_restarting: Fix invalid reference usage +- doc: Improve docs regarding the keepcache option and download command +- Option `--providers-of` doesn't require available repos +- [DOC, libdnf, actions plugin]: Add new hooks to documentation +- [libdnf, actions plugin] Support `pre/post_add_cmdline_packages` hooks +- [libdnf, actions plugin] Support `repos_loaded` hook +- [libdnf, actions plugin] Support `repos_configured` hook +- [libdnf, actions plugin] Mark Action class as final +- Fix a typo in the message +- `history list`: count also groups and envs in total `Altered` +- i18n: Unwind "No {} to remove for argument: {}" +- Add/fix documentation for rpm::PackageQuery methods +- i18n: Improve formatting an error message for multiple streams +- dnf5daemon: Add skipped packages to transaction table +- cli: Split transaction table into sections +- cli: Add skipped packages to the transaction table +- transaction: Add methods to get skipped packages +- transaction: Move process_solver_problems into Impl +- docs: correct the default for pluginconfpath +- Vars::substitute: fix use-out-of-scope leaks + # 5.2.1.0 - Update translations from weblate diff --git a/VERSION.cmake b/VERSION.cmake index 08970b991..8b9ec199d 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,6 +1,6 @@ set(DEFAULT_PROJECT_VERSION_PRIME 5) set(DEFAULT_PROJECT_VERSION_MAJOR 2) -set(DEFAULT_PROJECT_VERSION_MINOR 1) +set(DEFAULT_PROJECT_VERSION_MINOR 2) set(DEFAULT_PROJECT_VERSION_MICRO 0) if(DEFINED PROJECT_VERSION_PRIME) diff --git a/dnf5.spec b/dnf5.spec index b7dbadee4..937c86418 100644 --- a/dnf5.spec +++ b/dnf5.spec @@ -1,6 +1,6 @@ %global project_version_prime 5 %global project_version_major 2 -%global project_version_minor 1 +%global project_version_minor 2 %global project_version_micro 0 %bcond dnf5_obsoletes_dnf %[0%{?fedora} > 40 || 0%{?rhel} > 11] @@ -862,6 +862,9 @@ popd %ldconfig_scriptlets %changelog +* Tue May 28 2024 Packit Team - 5.2.2.0-1 +- New upstream release 5.2.2.0 + * Mon May 06 2024 Packit Team - 5.2.1.0-1 - New upstream release 5.2.1.0