From b53196d9ab825a13f9cb687cf0be76c773b39b0d Mon Sep 17 00:00:00 2001 From: evan-goode Date: Fri, 20 Sep 2024 16:37:07 +0000 Subject: [PATCH] Release 5.2.6.2 --- CHANGELOG.md | 15 +++++++++++++++ VERSION.cmake | 2 +- dnf5.spec | 5 ++++- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbae0aa84..fb51f886f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION.cmake b/VERSION.cmake index 6f2f01bb0..6d30c9a0c 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -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}) diff --git a/dnf5.spec b/dnf5.spec index dbc550bd5..0557a3b58 100644 --- a/dnf5.spec +++ b/dnf5.spec @@ -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] @@ -886,6 +886,9 @@ popd %ldconfig_scriptlets %changelog +* Fri Sep 20 2024 Packit Team - 5.2.6.2-1 +- New upstream release 5.2.6.2 + * Thu Sep 19 2024 Packit Team - 5.2.6.1-1 - New upstream release 5.2.6.1