From 97510547cc55dc5a9471a22dfcde76b23582762a Mon Sep 17 00:00:00 2001 From: inknos Date: Thu, 11 Jan 2024 13:02:54 +0000 Subject: [PATCH] Release 5.1.11 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ VERSION.cmake | 2 +- dnf5.spec | 5 ++++- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b238ff481f..d6dc06d4d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +# 5.1.11 + +- Update translations from weblate +- Fix `--skip-unavailable` documentation +- Remove unused headers in goal_elements.hpp +- Make cachedir, system_cachedir relative to installroot +- Workaround for swig-4.2.0 missing fragment dependency +- D-Bus: Fix download_end signal name in org.rpm.dnf.v0.Base interface +- repoquery: add `--recursive` option +- repoquery: add `--providers-of=PACKAGE_ATTRIBUTE` option +- repoquery: remove unused include +- repoquery: when filtering by --file we need to load filelists +- [Minor] Update of documentation of repoquery +- Update of documentation for remove command behavior +- Limit search pattern for remove command to NEVRAs and files +- Packaging: Require an exact release of libdnf5-cli by dnf5-plugins +- Disable zchunk on RHEL +- Add dnf5.conf man page +- dnf5daemon-server: Add RPM package Group attribute +- doc: Document changes related to caching +- doc: Update the main page regarding cache +- doc: Introduce caching man page +- Change Dropped to dropped +- doc: Global Option --help-cmd dropped +- log_event: Correct message for HINT_ICASE + # 5.1.10 - Document dnf5 plugins diff --git a/VERSION.cmake b/VERSION.cmake index 45370087e9..e1bc74f309 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 10) +set(DEFAULT_PROJECT_VERSION_PATCH 11) if(DEFINED PROJECT_VERSION_MAJOR) if(NOT ${DEFAULT_PROJECT_VERSION_MAJOR} STREQUAL ${PROJECT_VERSION_MAJOR}) diff --git a/dnf5.spec b/dnf5.spec index 8546af1795..4dc8b05978 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 10 +%global project_version_patch 11 %bcond dnf5_obsoletes_dnf %[0%{?fedora} > 40 || 0%{?rhel} > 10] @@ -768,6 +768,9 @@ ln -sr %{buildroot}%{_bindir}/dnf5 %{buildroot}%{_bindir}/microdnf %ldconfig_scriptlets %changelog +* Thu Jan 11 2024 Packit Team - 5.1.11-1 +- New upstream release 5.1.11 + * Tue Jan 02 2024 Packit Team - 5.1.10-1 - New upstream release 5.1.10