From ce19c0f5f064b1fa9a09a008e0490f99b3eb4b5c Mon Sep 17 00:00:00 2001 From: inknos Date: Tue, 2 Apr 2024 09:08:54 +0000 Subject: [PATCH] Release 5.1.6 --- CHANGELOG.md | 43 +++++++++++++++++++++++++++++++++++++++++++ VERSION.cmake | 2 +- dnf5.spec | 5 ++++- 3 files changed, 48 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc774b089..a05810e3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,46 @@ +# 5.1.6 + +- Update translations from weblate +- system-upgrade: Add descriptions for aliases +- system-upgrade: backwards-compat offline-{upgrade,distrosync} +- bash-completion: Prepare ownerships for dnf5 switch +- bash-completion: Complete dnf command if we own it +- dnf5: Print command line hints after resolve failure +- doc: Example of Advisory.list() API usage +- dnfdaemon: Add NEVRA field to advisory packages +- doc: Improve version parameter docs +- doc: Sync documentation in help and man pages +- doc: Review and fix missing commands +- system-upgrade: reboot: don't fail if D-Bus not available +- system-upgrade: download: use more of main.cpp's logic +- system-upgrade: clean command now deletes /system-update +- system-upgrade: offline _execute should exit cleanly +- system-upgrade: output tweaks for tests +- system-upgrade: fix --no-downgrade +- doc: Add Advisory interface to daemon documentation +- system-upgrade: fix pkgconfig systemd variable +- system-upgrade: misc fixes +- system-upgrade: Documentation +- system-upgrade: systemd behind build flag +- system-upgrade: offline status subcommand +- system-upgrade: fix DNF 4 regressions +- system-upgrade: offline-distrosync, offline-upgrade aliases +- system-upgrade: Fix installroot +- system-upgrade: Fixes and cleanup, respond to review +- system-upgrade: Handle _execute errors +- system-upgrade: Add OFFLINE_STARTED_ID comment, cleanup +- system-upgrade: Add warning to `dnf5 offline _execute` +- system-upgrade: Add `--offline` flag +- system-upgrade: Add `offline`, `system-upgrade` commands +- Workaround slow scols_table_print_range() for pkg info formatting +- dnf5: Remove redundant arch filters +- PackageQuery: Source rpms do not upgrade binary ones +- Don't set obsoletes < 5 for ELN/RHEL yet +- dnf5-plugin automatic: random_wait: Fix types +- dnf5-plugin automatic: Fix missing virtual destructor in dnf5::Emmiter +- dnf5daemon-server: Fix variables type in SessionManager::open_session +- libdnf5-cli: Fix add_line_into_provides_table func declaration + # 5.1.15 - Update translations from weblate diff --git a/VERSION.cmake b/VERSION.cmake index 91da8e38b..2b18f8031 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 15) +set(DEFAULT_PROJECT_VERSION_PATCH 6) if(DEFINED PROJECT_VERSION_MAJOR) if(NOT ${DEFAULT_PROJECT_VERSION_MAJOR} STREQUAL ${PROJECT_VERSION_MAJOR}) diff --git a/dnf5.spec b/dnf5.spec index 0f561f99e..284c981a1 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 15 +%global project_version_patch 6 %bcond dnf5_obsoletes_dnf %[0%{?fedora} > 41 || 0%{?rhel} > 11] @@ -853,6 +853,9 @@ popd %ldconfig_scriptlets %changelog +* Tue Apr 02 2024 Packit Team - 5.1.6-1 +- New upstream release 5.1.6 + * Fri Mar 15 2024 Packit Team - 5.1.15-1 - New upstream release 5.1.15