Skip to content

Commit

Permalink
Release 4.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrohel committed Sep 9, 2022
1 parent d9a33bf commit e50875b
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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})
Expand Down
16 changes: 15 additions & 1 deletion dnf.spec
Expand Up @@ -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
Expand Down Expand Up @@ -359,6 +359,20 @@ popd
%{python3_sitelib}/%{name}/automatic/

%changelog
* Fri Sep 09 2022 Jaroslav Rohel <jrohel@redhat.com> - 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 <jrohel@redhat.com> - 4.13.0-1
- Base.reset: plug (temporary) leak of libsolv's page file descriptors
- Don't use undocumented re.template()
Expand Down
33 changes: 33 additions & 0 deletions doc/release_notes.rst
Expand Up @@ -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
====================
Expand Down
36 changes: 36 additions & 0 deletions doc/summaries_cache
Expand Up @@ -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"
]
]

0 comments on commit e50875b

Please sign in to comment.