From 13886935418e28482de7b675169482b85303845d Mon Sep 17 00:00:00 2001 From: Nicola Sella Date: Wed, 8 Mar 2023 13:52:17 +0100 Subject: [PATCH] Release 5.0.7 --- VERSION.cmake | 2 +- dnf5.spec | 20 +++++++++++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index 294f519f9..0c4373bde 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,6 +1,6 @@ set(DEFAULT_PROJECT_VERSION_MAJOR 5) set(DEFAULT_PROJECT_VERSION_MINOR 0) -set(DEFAULT_PROJECT_VERSION_PATCH 6) +set(DEFAULT_PROJECT_VERSION_PATCH 7) if(DEFINED PROJECT_VERSION_MAJOR) if(NOT ${DEFAULT_PROJECT_VERSION_MAJOR} STREQUAL ${PROJECT_VERSION_MAJOR}) diff --git a/dnf5.spec b/dnf5.spec index 67fc2fb8d..bf8392402 100644 --- a/dnf5.spec +++ b/dnf5.spec @@ -1,6 +1,6 @@ %global project_version_major 5 %global project_version_minor 0 -%global project_version_patch 6 +%global project_version_patch 7 Name: dnf5 Version: %{project_version_major}.%{project_version_minor}.%{project_version_patch} @@ -623,6 +623,24 @@ ln -sr %{buildroot}%{_bindir}/dnf5 %{buildroot}%{_bindir}/microdnf %changelog +* Wed Mar 8 2023 Nicola Sella - 5.0.7-1 +- Document set/get vars in python api +- Document --strict deprecation +- New configuration option "disable_multithreading" +- Improved dnf5daemon to handle support groups and modules in return value +- Ignore inaccessible config unless path specified as --config=... +- Includes reordering and tweaks in advisories +- Add support for package changelogs in swig and tests +- Add many unit tests for dnf5 and python api +- Add new --skip-unavailable command line option +- Add search command +- Add new error for incorrect API usages +- Add a new method whether base was correctly initialized +- Improved python exceptions on undefined var +- transaction: Change API to run transaction without args +- Add explicit package version for libdnf5-cli +- Improved performance of packagequery + * Tue Feb 14 2023 Nicola Sella - 5.0.6-1 - Add obsoletes of microdnf - Many improvements related to internal logic and bugfixes