From e50875b3f5790f70720bdb670e1dd2bf4d828744 Mon Sep 17 00:00:00 2001 From: Jaroslav Rohel Date: Fri, 9 Sep 2022 13:08:29 +0200 Subject: [PATCH] Release 4.14.0 --- VERSION.cmake | 2 +- dnf.spec | 16 +++++++++++++++- doc/release_notes.rst | 33 +++++++++++++++++++++++++++++++++ doc/summaries_cache | 36 ++++++++++++++++++++++++++++++++++++ 4 files changed, 85 insertions(+), 2 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index 170e7b0690..943ef5b590 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,4 +1,4 @@ -set (DEFAULT_DNF_VERSION "4.13.0") +set (DEFAULT_DNF_VERSION "4.14.0") if(DEFINED DNF_VERSION) if(NOT ${DEFAULT_DNF_VERSION} STREQUAL ${DNF_VERSION}) diff --git a/dnf.spec b/dnf.spec index c2a12d171d..e9abd90419 100644 --- a/dnf.spec +++ b/dnf.spec @@ -65,7 +65,7 @@ It supports RPMs, modules and comps groups & environments. Name: dnf -Version: 4.13.0 +Version: 4.14.0 Release: 1%{?dist} Summary: %{pkg_summary} # For a breakdown of the licensing, see PACKAGE-LICENSING @@ -359,6 +359,20 @@ popd %{python3_sitelib}/%{name}/automatic/ %changelog +* Fri Sep 09 2022 Jaroslav Rohel - 4.14.0-1 +- doc: Describe how gpg keys are stored for `repo_ggpcheck` (RhBug:2020678) +- Set default value for variable to prevent crash (RhBug:2091636) +- Add only relevant pkgs to upgrade transaction (RhBug:2097757) +- Use `installed_all` because `installed_query` is filtered user input +- Don't include resolved advisories for obsoletes filtering with security filters (RhBug:2101421) +- Allow passing plugin parameters with dashes in names (RhBug:1980712) +- Fix upgrade from file to noarch pkg (RhBug:2006018) +- Translations update +- Expose plugin unload method to API (RhBug:2047251) +- Add support for group upgrade rollback (RhBug:2016070) +- Fix broken dependencies error reporting (RhBug:2088422) +- Add doc related to --destdir and --downloadonly options (RhBug:2100811) + * Mon May 30 2022 Jaroslav Rohel - 4.13.0-1 - Base.reset: plug (temporary) leak of libsolv's page file descriptors - Don't use undocumented re.template() diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 6059b79f07..f9471af4bd 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -19,6 +19,39 @@ DNF Release Notes ################### +==================== +4.14.0 Release Notes +==================== + +- doc: Describe how gpg keys are stored for `repo_ggpcheck` (RhBug:2020678) +- Set default value for variable to prevent crash (RhBug:2091636) +- Add only relevant pkgs to upgrade transaction (RhBug:2097757) +- Use `installed_all` because `installed_query` is filtered user input +- Don't include resolved advisories for obsoletes filtering with security filters (RhBug:2101421) +- Allow passing plugin parameters with dashes in names (RhBug:1980712) +- Fix upgrade from file to noarch pkg (RhBug:2006018) +- Translations update +- Expose plugin unload method to API (RhBug:2047251) +- Add support for group upgrade rollback (RhBug:2016070) +- Fix broken dependencies error reporting (RhBug:2088422) +- Add doc related to --destdir and --downloadonly options (RhBug:2100811) + +- Bug fixes: + - Bugs fixed (RhBug:1980712,2016070,2047251,2088422,2100811,2101421) + - Fix upgrade pkg from file when installed pkg is noarch and upgrades to a different arch + +Bugs fixed in 4.14.0: + +* :rhbug:`2088422` +* :rhbug:`2020678` +* :rhbug:`1980712` +* :rhbug:`2016070` +* :rhbug:`2100811` +* :rhbug:`2047251` +* :rhbug:`2091636` +* :rhbug:`2097757` +* :rhbug:`2101421` + ==================== 4.13.0 Release Notes ==================== diff --git a/doc/summaries_cache b/doc/summaries_cache index db2f79e36c..60d2229c5b 100644 --- a/doc/summaries_cache +++ b/doc/summaries_cache @@ -3446,5 +3446,41 @@ [ 1815895, "dnf autocomplete too slow" + ], + [ + 2088422, + "dnf install should report an error when it cannot resolve the dependencies of a package to install, even when strict=False and best=True" + ], + [ + 2020678, + "[conn] reposync with installroot fails when repo_gpgcheck is True" + ], + [ + 1980712, + "dnf --enableplugin and --disableplugin issues" + ], + [ + 2016070, + "dnf rollback of a transaction with a group upgrade in it causes errors when trying to downgrade group" + ], + [ + 2100811, + "A yum install command success will delete the content of the previous command downloadonly destdir" + ], + [ + 2047251, + "dnf api is missing a method to unload plugins" + ], + [ + 2091636, + "python3-dnf wrong indentation level in substitutions.py:64" + ], + [ + 2097757, + "yum update --security" + ], + [ + 2101421, + "yum check-update --security shows obsoleting packages when no security updates apply" ] ] \ No newline at end of file