From bd691b784f2158e633072d368579898d740e4347 Mon Sep 17 00:00:00 2001 From: Pavla Kratochvilova Date: Thu, 21 Oct 2021 07:20:20 +0100 Subject: [PATCH] Release 4.10.0 --- VERSION.cmake | 2 +- dnf.spec | 9 ++++++++- doc/release_notes.rst | 18 ++++++++++++++++++ doc/summaries_cache | 8 ++++++++ 4 files changed, 35 insertions(+), 2 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index 7da2a091f1..267c19ae94 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,4 +1,4 @@ -set (DEFAULT_DNF_VERSION "4.9.2") +set (DEFAULT_DNF_VERSION "4.10.0") if(DEFINED DNF_VERSION) if(NOT ${DEFAULT_DNF_VERSION} STREQUAL ${DNF_VERSION}) diff --git a/dnf.spec b/dnf.spec index b825f25639..05fda30c03 100644 --- a/dnf.spec +++ b/dnf.spec @@ -65,7 +65,7 @@ It supports RPMs, modules and comps groups & environments. Name: dnf -Version: 4.9.2 +Version: 4.10.0 Release: 1%{?dist} Summary: %{pkg_summary} # For a breakdown of the licensing, see PACKAGE-LICENSING @@ -361,6 +361,13 @@ popd %{python3_sitelib}/%{name}/automatic/ %changelog +* Thu Oct 21 2021 Pavla Kratochvilova - 4.10.0-1 +- Add support for autodetecting packages to be excluded from being installed as weak dependencies (RhBug:1699672) +- Add support for excluding packages to be installed as weak dependencies (RhBug:1699672) +- Add fail_fast parameter to download_payloads methods for use in reposync +- Acquire all relevant locks during "dnf clean" +- API: Raise CompsError when group/env not found in install_group and install_environment (RhBug:1947958) + * Thu Sep 16 2021 Pavla Kratochvilova - 4.9.0-1 - [API] Add method "set_or_append_opt_value" to BaseConfig (RhBug:1967925) - Add aliases for commands: info, updateinfo, provides (RhBug:1938333) diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 5b4a6fd1d9..af6301997b 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -19,6 +19,24 @@ DNF Release Notes ################### +==================== +4.10.0 Release Notes +==================== + +- New features: + - Add support for autodetecting packages to be excluded from being installed as weak dependencies (RhBug:1699672) + - Add support for excluding packages to be installed as weak dependencies (RhBug:1699672) + - Add fail_fast parameter to download_payloads methods for use in reposync + +- Bug fixes: + - Acquire all relevant locks during "dnf clean" + - API: Raise CompsError when group/env not found in install_group and install_environment (RhBug:1947958) + +Bugs fixed in 4.10.0: + +* :rhbug:`1699672` +* :rhbug:`1947958` + =================== 4.9.0 Release Notes =================== diff --git a/doc/summaries_cache b/doc/summaries_cache index 79e8ee1efc..ed97068685 100644 --- a/doc/summaries_cache +++ b/doc/summaries_cache @@ -3370,5 +3370,13 @@ [ 1938333, "[rfe] Add aliases if and ar" + ], + [ + 1699672, + "RFE: dnf should not pull (already broken) weak dependencies on updates" + ], + [ + 1947958, + "DNF no longer raises an error when an unknown group is installed" ] ] \ No newline at end of file