Skip to content

Commit

Permalink
Release 5.2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kolarik committed Jun 3, 2024
1 parent 99e335b commit 0ac52af
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION.cmake
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
5 changes: 4 additions & 1 deletion dnf5.spec
Original file line number Diff line number Diff line change
@@ -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]
Expand Down Expand Up @@ -862,6 +862,9 @@ popd
%ldconfig_scriptlets

%changelog
* Mon Jun 03 2024 Packit Team <[email protected]> - 5.2.3.0-1
- New upstream release 5.2.3.0

* Tue May 28 2024 Packit Team <[email protected]> - 5.2.2.0-1
- New upstream release 5.2.2.0

Expand Down

0 comments on commit 0ac52af

Please sign in to comment.