From aad06db3495d2ff869f9b70adc1ae61f575bb56a Mon Sep 17 00:00:00 2001 From: jan-kolarik Date: Fri, 9 Feb 2024 09:54:40 +0000 Subject: [PATCH] Release 5.1.12 --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ VERSION.cmake | 2 +- dnf5.spec | 5 ++++- 3 files changed, 50 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e7dd7dae..8422614f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,48 @@ +# 5.1.12 + +- Update translations from weblate +- Drop dnf obsoletion temporarily +- Use regex for tmt plan names +- Add tmt tests identifiers +- PackageQuery: Add `filter_{latest,earliest}_evr_ignore_arch` +- Suggest to use dnf5 command to install dnf5 plugins +- Added arch option to the download command +- CI: Upgrade action/checkout to a version with Node.js 20 +- Document explicit nevra remove commands and aliases dropped +- build: Include for isatty() +- Change user info display on history command to include display name and username +- Revert "Use focusbest: prefer latest deps versions over smaller transactions" +- Fix a warning when building docs. +- modules: Add a test for enabling default modules +- modules: Add a new module stream to test data +- modules: Respect defaults when enabling multiple streams of a module +- modules: Fix TransactionItemType for not found modules +- Build: Require GCC 10.1 for std::in_range<>() +- Add --urlprotocol option to download command +- dnfdaemon: Explicitly specify allowed config overrides +- Disable dnf and dnf5daemon tests +- needs-restarting: get systemd boot time from UnitsLoadStartTimestamp +- doc: Add --destdir option to upgrade command manual +- Move number placeholder to postposition in copr_repo.cpp +- Added url option +- Load protected packages from installroot +- Make protected_packages an append options +- doc: Create a man page for Aliases +- I18N: Annotate literals in advisory command +- Extend filter_release and filter_version tests +- package_query: Fix filter_version with non EQ comparator +- Fix clang format +- Fix code for string deduplication +- Use placeholders to deduplicate strings +- Add __hash__(), __str__(), and __repr__() for Package +- Add __hash__() for Reldep Python binding +- Add __repr__() to python bindings of Reldep +- Define tp_str slot for Reldep Class +- group: Fix using allowerasing option +- Fix misspellings +- I18N: Remove duplicate empty message IDs from catalogs +- I18N: Do not mark empty strings for a translation + # 5.1.11 - Update translations from weblate diff --git a/VERSION.cmake b/VERSION.cmake index e1bc74f30..3cca74922 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 11) +set(DEFAULT_PROJECT_VERSION_PATCH 12) if(DEFINED PROJECT_VERSION_MAJOR) if(NOT ${DEFAULT_PROJECT_VERSION_MAJOR} STREQUAL ${PROJECT_VERSION_MAJOR}) diff --git a/dnf5.spec b/dnf5.spec index dfe2afb73..4c6f93b84 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 11 +%global project_version_patch 12 %bcond dnf5_obsoletes_dnf %[0%{?fedora} > 41 || 0%{?rhel} > 10] @@ -769,6 +769,9 @@ ln -sr %{buildroot}%{_bindir}/dnf5 %{buildroot}%{_bindir}/microdnf %ldconfig_scriptlets %changelog +* Fri Feb 09 2024 Packit Team - 5.1.12-1 +- New upstream release 5.1.12 + * Thu Jan 11 2024 Packit Team - 5.1.11-1 - New upstream release 5.1.11