diff --git a/CHANGELOG.md b/CHANGELOG.md index 46901357f..cb5cd1ff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 5.2.3.0 + +- Update translations from weblate +- const: Shared constant defining RPM transaction lock file +- main: Implement checking of privileges before executing commands +- exception: Add new exception for user insufficient privileges +- locker: Move to public API +- distro-sync: Add downloadonly option +- commands: Fix using store option +- Enhance warning about RPMs that were not validate by RPM + # 5.2.2.0 - Update translations from weblate diff --git a/VERSION.cmake b/VERSION.cmake index 8b9ec199d..db1a50d25 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 2) +set(DEFAULT_PROJECT_VERSION_MINOR 3) set(DEFAULT_PROJECT_VERSION_MICRO 0) if(DEFINED PROJECT_VERSION_PRIME) diff --git a/dnf5.spec b/dnf5.spec index 937c86418..fc53a74aa 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 2 +%global project_version_minor 3 %global project_version_micro 0 %bcond dnf5_obsoletes_dnf %[0%{?fedora} > 40 || 0%{?rhel} > 11] @@ -862,6 +862,9 @@ popd %ldconfig_scriptlets %changelog +* Mon Jun 03 2024 Packit Team - 5.2.3.0-1 +- New upstream release 5.2.3.0 + * Tue May 28 2024 Packit Team - 5.2.2.0-1 - New upstream release 5.2.2.0