From e933200046a2638fcc6592402359c2ce15278729 Mon Sep 17 00:00:00 2001 From: inknos Date: Mon, 17 Jul 2023 14:14:56 +0000 Subject: [PATCH] Release 5.1.0 --- CHANGELOG.md | 14 ++++++++++++++ VERSION.cmake | 4 ++-- dnf5.spec | 7 +++++-- 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee8911a3a..6b4ac0437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 5.1.0 + +- Minor version update. API is considered stabile +- Remove unneeded unused configuration priority +- Don't show dnf5-command hint for unknown options, only commands +- Add hint to install missing command with dnf5-command() +- Add dnf5-command() provides to dnf5 +- Add dnf5-command() provides to dnf5-plugins +- Document several methods as deprecated +- Fix core dump on `--refresh` switch usage +- Add `repoquery -l`/`--list` aliases for `--files` for rpm compat +- Add `vendor` attr to package in `dnfdaemon-server` +- Document `dnf5-plugins` package in man pages + # 5.0.15 - Add `module enable` subcommand diff --git a/VERSION.cmake b/VERSION.cmake index b6856123f..9da6a10ce 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,6 +1,6 @@ set(DEFAULT_PROJECT_VERSION_MAJOR 5) -set(DEFAULT_PROJECT_VERSION_MINOR 0) -set(DEFAULT_PROJECT_VERSION_PATCH 15) +set(DEFAULT_PROJECT_VERSION_MINOR 1) +set(DEFAULT_PROJECT_VERSION_PATCH 0) if(DEFINED PROJECT_VERSION_MAJOR) if(NOT ${DEFAULT_PROJECT_VERSION_MAJOR} STREQUAL ${PROJECT_VERSION_MAJOR}) diff --git a/dnf5.spec b/dnf5.spec index d34ae00f8..6dcee43bc 100644 --- a/dnf5.spec +++ b/dnf5.spec @@ -1,6 +1,6 @@ %global project_version_major 5 -%global project_version_minor 0 -%global project_version_patch 15 +%global project_version_minor 1 +%global project_version_patch 0 Name: dnf5 Version: %{project_version_major}.%{project_version_minor}.%{project_version_patch} @@ -695,6 +695,9 @@ ln -sr %{buildroot}%{_bindir}/dnf5 %{buildroot}%{_bindir}/microdnf %changelog +* Mon Jul 17 2023 Packit Team - 5.1.0-1 +- New upstream release 5.1.0 + * Thu Jun 29 2023 Packit Team - 5.0.15-1 - New upstream release 5.0.15