From 954ad28f60937fdb638ba5d440245bcd6c21e076 Mon Sep 17 00:00:00 2001 From: Nicola Sella Date: Wed, 4 Jan 2023 11:06:44 +0100 Subject: [PATCH] Release 5.0.3 --- VERSION.cmake | 2 +- dnf5.spec | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index 20ab55a0b..a32c68d85 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 2) +set(DEFAULT_PROJECT_VERSION_PATCH 3) if(DEFINED PROJECT_VERSION_MAJOR) if(NOT ${DEFAULT_PROJECT_VERSION_MAJOR} STREQUAL ${PROJECT_VERSION_MAJOR}) diff --git a/dnf5.spec b/dnf5.spec index 47b913404..76626dd63 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 2 +%global project_version_patch 3 Name: dnf5 Version: %{project_version_major}.%{project_version_minor}.%{project_version_patch} @@ -592,6 +592,18 @@ Core DNF5 plugins that enhance dnf5 with builddep and changelog commands. %changelog +* Wed Jan 04 2022 Nicola Sella - 5.0.3-1 +- Add Python docs for: Base, Goal, RepoQuery, Package and PackageQuery +- Add docs for Python bindings: they are auto generated now +- Add --what* and --exactdeps options to repoquery +- Add "user enter password" to dnf5daemon functionalities +- Fix: remove repeating headers in transaction table +- Fix: Set status of download progress bar after successful download +- Fix: RepoDownloader::get_cache_handle: Don't set callbacks in LibrepoHandle +- Refactor internal utils +- Improved GlobalLogger +- Improved C++ API docs + * Thu Dec 08 2022 Nicola Sella - 5.0.2-1 - Implement group remove command - Improved options in config