diff --git a/VERSION.cmake b/VERSION.cmake index 96e251c5ab..e376983385 100644 --- a/VERSION.cmake +++ b/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}) diff --git a/dnf.spec b/dnf.spec index c439d45e83..5cc8d0344e 100644 --- a/dnf.spec +++ b/dnf.spec @@ -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 @@ -383,6 +383,10 @@ popd %{python3_sitelib}/%{name}/automatic/ %changelog +* Fri Dec 08 2023 Jan Kolarik - 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 - 4.18.1-1 - Do not translate repoquery time format strings (RhBug:2245773) - automatic: Fix applying the color option diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 384a36d6f2..fe57818528 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -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 ==================== diff --git a/doc/summaries_cache b/doc/summaries_cache index 7f8105e117..60f7cdce52 100644 --- a/doc/summaries_cache +++ b/doc/summaries_cache @@ -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" ] ] \ No newline at end of file