diff --git a/CHANGELOG.md b/CHANGELOG.md index b238ff481..02ffb3ebb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# 5.1.11 + +- Update translations from weblate +- Fix `--skip-unavailable` documentation +- Make `cachedir`, `system_cachedir` relative to `installroot` +- Workaround for swig-4.2.0 missing fragment dependency +- Add `repoquery --recursive` option +- Add `repoquery --providers-of=PACKAGE_ATTRIBUTE` option +- Update documentation of repoquery +- Update 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 +- Add RPM package Group attribute to dnf5daemon-server +- Document changes related to caching +- Document caching man page +- Document 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 45370087e..e1bc74f30 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 8546af179..4dc8b0597 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