From 621642db04ed99e3310c4115dcba357586908df9 Mon Sep 17 00:00:00 2001 From: inknos Date: Fri, 15 Mar 2024 12:05:20 +0000 Subject: [PATCH] Release 5.1.15 --- CHANGELOG.md | 17 +++++++++++++++++ VERSION.cmake | 2 +- dnf5.spec | 5 ++++- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18806d30b..bc774b089 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# 5.1.15 + +- Update translations from weblate +- Automatically set `upgrade --downloadonly` when `--destdir` is used +- Write warnings to stderr too in config-manager plugin +- Add repoid to generated repository name in config-manager plugin +- Bump sdbus-cpp requirement to 0.9.0 +- Document and implement dnf5daemon Rpm interface +- Document and implement dnf5daemon Goal interface +- Document and implement dnf5daemon Repo interface +- Document and implement dnf5daemon Base interface +- Document and implement dnf5daemon Advisory interface +- Document and implement dnf5daemon SessionManager interface +- Add `dnf5daemon repo --enable/--disable` commands +- automatic: Skip network availability check without remote repo +- dnf5daemon: Rpm.list() works with commandline pkgs + # 5.1.14 - Update translations from weblate diff --git a/VERSION.cmake b/VERSION.cmake index ef7c53b61..91da8e38b 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,6 +1,6 @@ set(DEFAULT_PROJECT_VERSION_MAJOR 5) set(DEFAULT_PROJECT_VERSION_MINOR 1) -set(DEFAULT_PROJECT_VERSION_PATCH 14) +set(DEFAULT_PROJECT_VERSION_PATCH 15) if(DEFINED PROJECT_VERSION_MAJOR) if(NOT ${DEFAULT_PROJECT_VERSION_MAJOR} STREQUAL ${PROJECT_VERSION_MAJOR}) diff --git a/dnf5.spec b/dnf5.spec index cfa254c6d..553f18ffa 100644 --- a/dnf5.spec +++ b/dnf5.spec @@ -1,6 +1,6 @@ %global project_version_major 5 %global project_version_minor 1 -%global project_version_patch 14 +%global project_version_patch 15 %bcond dnf5_obsoletes_dnf %[0%{?fedora} > 41 || 0%{?rhel} > 10] @@ -815,6 +815,9 @@ ln -sr %{buildroot}%{_bindir}/dnf5 %{buildroot}%{_bindir}/microdnf %ldconfig_scriptlets %changelog +* Fri Mar 15 2024 Packit Team - 5.1.15-1 +- New upstream release 5.1.15 + * Fri Mar 01 2024 Packit Team - 5.1.14-1 - New upstream release 5.1.14