Skip to content

Commit

Permalink
Release 5.2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-goode committed Sep 20, 2024
1 parent 5789b70 commit b53196d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 5.2.6.2

- Update translations from weblate
- [libdnf, actions plugin] Pipe and OnScopeExit in execute_command
- [libdnf, actions plugin] Check if the received JSON request is allowed
- [libdnf, actions plugin] Add location of hook definition to logged mesg
- [libdnf, actions plugin] Implement "json" communication mode
- [libdnf, actions plugin] Support for "mode" option in action line
- [libdnf, actions plugin] substitute: Fix detection of repos config option
- setlocale: If locale setting fails, try using C.UTF-8 as fallback
- Do not install /var/cache/libdnf5 directory
- dnf5daemon-server: Run transaction test for offline transactions
- Fix deserialization when checking signals `object_path`
- chore: static_cast to fix sign conversion warning

# 5.2.6.1

- 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,7 +1,7 @@
set(DEFAULT_PROJECT_VERSION_PRIME 5)
set(DEFAULT_PROJECT_VERSION_MAJOR 2)
set(DEFAULT_PROJECT_VERSION_MINOR 6)
set(DEFAULT_PROJECT_VERSION_MICRO 1)
set(DEFAULT_PROJECT_VERSION_MICRO 2)

if(DEFINED PROJECT_VERSION_PRIME)
if(NOT ${DEFAULT_PROJECT_VERSION_PRIME} STREQUAL ${PROJECT_VERSION_PRIME})
Expand Down
5 changes: 4 additions & 1 deletion dnf5.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global project_version_prime 5
%global project_version_major 2
%global project_version_minor 6
%global project_version_micro 1
%global project_version_micro 2

%bcond dnf5_obsoletes_dnf %[0%{?fedora} > 40 || 0%{?rhel} > 11]

Expand Down Expand Up @@ -886,6 +886,9 @@ popd
%ldconfig_scriptlets

%changelog
* Fri Sep 20 2024 Packit Team <[email protected]> - 5.2.6.2-1
- New upstream release 5.2.6.2

* Thu Sep 19 2024 Packit Team <[email protected]> - 5.2.6.1-1
- New upstream release 5.2.6.1

Expand Down

0 comments on commit b53196d

Please sign in to comment.