diff --git a/VERSION.cmake b/VERSION.cmake index ff137918db..dee864724a 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,4 +1,4 @@ -set (DEFAULT_DNF_VERSION "4.19.1") +set (DEFAULT_DNF_VERSION "4.19.2") if(DEFINED DNF_VERSION) if(NOT ${DEFAULT_DNF_VERSION} STREQUAL ${DNF_VERSION}) diff --git a/dnf.spec b/dnf.spec index 0d8189509f..85e3d6c7dc 100644 --- a/dnf.spec +++ b/dnf.spec @@ -2,7 +2,7 @@ %define __cmake_in_source_build 1 # default dependencies -%global hawkey_version 0.73.0 +%global hawkey_version 0.73.1 %global libcomps_version 0.1.8 %global libmodulemd_version 2.9.3 %global rpm_version 4.14.0 @@ -67,7 +67,7 @@ It supports RPMs, modules and comps groups & environments. Name: dnf -Version: 4.19.1 +Version: 4.19.2 Release: 1%{?dist} Summary: %{pkg_summary} # For a breakdown of the licensing, see PACKAGE-LICENSING @@ -394,6 +394,9 @@ popd %{python3_sitelib}/%{name}/automatic/ %changelog +* Fri Mar 29 2024 Evan Goode - 4.19.2-1 +- Bump libdnf requirement to 0.73.1 + * Thu Mar 28 2024 Evan Goode - 4.19.1-1 - Add required `.readthedocs.yaml`, `conf.py` and set `sphinx_rtd_theme` - Drop dnf obsoletion temporarily diff --git a/doc/release_notes.rst b/doc/release_notes.rst index fac8e82e01..7b5ed9e9f3 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -19,6 +19,12 @@ DNF Release Notes ################### +==================== +4.19.2 Release Notes +==================== + +- Bump libdnf requirement to 0.73.1 + ==================== 4.19.1 Release Notes ====================