diff --git a/CHANGELOG.md b/CHANGELOG.md index c7377584a..87735e038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# 5.2.1.0 + +- Update translations from weblate +- bindings: Tests for using struct attributes in Python +- bindings: Add Python attributes for structs +- docs: Fix diff link on the dnf 5.2.0.0 changes page +- docs: Add diff with API changes in dnf5-5.2.0.0 +- docs: Add a page about public API changes in dnf 5.2.0.0 +- system-upgrade: fix missing \n before transaction test +- system-upgrade: comment to clarify progress bar logic +- system-upgrade: drop [[maybe_unused]] from reboot() arg +- system-upgrade: fix progress bars, set transaction description +- system-upgrade: adapt to new transaction serialization format +- system-upgrade: clean up releasever logic +- system-upgrade: fix poweroff_after +- copr: the dnf5 copr enable sets CoprRepoPart.enabled = true +- Add file search result for repoquery --whatprovides +- doc: Add enviroment variables and clarify options for loading the plugins +- dnfdaemon: Fix Rpm interface introspection file + # 5.2.0.0 - Update translations from weblate diff --git a/VERSION.cmake b/VERSION.cmake index 4b877b475..08970b991 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 0) +set(DEFAULT_PROJECT_VERSION_MINOR 1) set(DEFAULT_PROJECT_VERSION_MICRO 0) if(DEFINED PROJECT_VERSION_PRIME) diff --git a/dnf5.spec b/dnf5.spec index a3e27059c..3dcdb3dba 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 0 +%global project_version_minor 1 %global project_version_micro 0 %bcond dnf5_obsoletes_dnf %[0%{?fedora} > 40 || 0%{?rhel} > 11] @@ -861,6 +861,9 @@ popd %ldconfig_scriptlets %changelog +* Mon May 06 2024 Packit Team - 5.2.1.0-1 +- New upstream release 5.2.1.0 + * Wed Apr 24 2024 Packit Team - 5.2.0.0-1 - New upstream release 5.2.0.0