Skip to content

Commit

Permalink
Release 4.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kolarik committed Dec 8, 2023
1 parent cb54681 commit 1c43d09
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
@@ -1,4 +1,4 @@
set (DEFAULT_DNF_VERSION "4.18.1")
set (DEFAULT_DNF_VERSION "4.18.2")

if(DEFINED DNF_VERSION)
if(NOT ${DEFAULT_DNF_VERSION} STREQUAL ${DNF_VERSION})
Expand Down
6 changes: 5 additions & 1 deletion dnf.spec
Expand Up @@ -67,7 +67,7 @@
It supports RPMs, modules and comps groups & environments.

Name: dnf
Version: 4.18.1
Version: 4.18.2
Release: 1%{?dist}
Summary: %{pkg_summary}
# For a breakdown of the licensing, see PACKAGE-LICENSING
Expand Down Expand Up @@ -383,6 +383,10 @@ popd
%{python3_sitelib}/%{name}/automatic/

%changelog
* Fri Dec 08 2023 Jan Kolarik <[email protected]> - 4.18.2-1
- automatic: Add feature to allow emitters to invoke on dnf error
- dnssec: Fix parsing PGP keys for DNS validation (RhBug:2249380)

* Tue Nov 07 2023 Jan Kolarik <[email protected]> - 4.18.1-1
- Do not translate repoquery time format strings (RhBug:2245773)
- automatic: Fix applying the color option
Expand Down
14 changes: 14 additions & 0 deletions doc/release_notes.rst
Expand Up @@ -19,6 +19,20 @@
DNF Release Notes
###################

====================
4.18.2 Release Notes
====================

- New features:
- automatic: Add feature to allow emitters to invoke on dnf error

- Bug fixes:
- dnssec: Fix parsing PGP keys for DNS validation (RhBug:2249380)

Bugs fixed in 4.18.2:

* :rhbug:`2249380`

====================
4.18.1 Release Notes
====================
Expand Down
4 changes: 4 additions & 0 deletions doc/summaries_cache
Expand Up @@ -3586,5 +3586,9 @@
[
2245773,
"dnf 4.18 broke fedora-update-feedback"
],
[
2249380,
"Setting gpgkey_dns_verification=yes triggers a warning: DNSSEC extension: GPG Key fedora-39-primary has been revoked and should be removed immediately"
]
]

0 comments on commit 1c43d09

Please sign in to comment.