Skip to content

Commit

Permalink
Release 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pkratoch committed Oct 21, 2021
1 parent f6ba04b commit bd691b7
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
Original file line number Diff line number Diff line change
@@ -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})
Expand Down
9 changes: 8 additions & 1 deletion dnf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -361,6 +361,13 @@ popd
%{python3_sitelib}/%{name}/automatic/

%changelog
* Thu Oct 21 2021 Pavla Kratochvilova <[email protected]> - 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 <[email protected]> - 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)
Expand Down
18 changes: 18 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
===================
Expand Down
8 changes: 8 additions & 0 deletions doc/summaries_cache
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
]

0 comments on commit bd691b7

Please sign in to comment.