diff --git a/CHANGELOG.md b/CHANGELOG.md index faacf4686..18806d30b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 5.1.14 + +- Update translations from weblate +- Make the error to resolve module metadata more descriptive +- Switch off deltarpm support +- Limit number of dnf5daemon simultaneously active sessions +- Make info and list commands case insesitive +- Allow dnf5daemon configuration overrides for root +- Add repoquery.hpp for swig-4.2.1 support + # 5.1.13 - Update translations from weblate diff --git a/VERSION.cmake b/VERSION.cmake index 36f85c316..ef7c53b61 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 13) +set(DEFAULT_PROJECT_VERSION_PATCH 14) if(DEFINED PROJECT_VERSION_MAJOR) if(NOT ${DEFAULT_PROJECT_VERSION_MAJOR} STREQUAL ${PROJECT_VERSION_MAJOR}) diff --git a/dnf5.spec b/dnf5.spec index ae291c9db..96bc8c210 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 13 +%global project_version_patch 14 %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 01 2024 Packit Team - 5.1.14-1 +- New upstream release 5.1.14 + * Tue Feb 20 2024 Packit Team - 5.1.13-1 - New upstream release 5.1.13