Skip to content

Commit 9b2b2e8

Browse files
committed
Release 4.19.2
1 parent e84837b commit 9b2b2e8

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

VERSION.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set (DEFAULT_DNF_VERSION "4.19.1")
1+
set (DEFAULT_DNF_VERSION "4.19.2")
22

33
if(DEFINED DNF_VERSION)
44
if(NOT ${DEFAULT_DNF_VERSION} STREQUAL ${DNF_VERSION})

dnf.spec

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%define __cmake_in_source_build 1
33

44
# default dependencies
5-
%global hawkey_version 0.73.0
5+
%global hawkey_version 0.73.1
66
%global libcomps_version 0.1.8
77
%global libmodulemd_version 2.9.3
88
%global rpm_version 4.14.0
@@ -67,7 +67,7 @@
6767
It supports RPMs, modules and comps groups & environments.
6868

6969
Name: dnf
70-
Version: 4.19.1
70+
Version: 4.19.2
7171
Release: 1%{?dist}
7272
Summary: %{pkg_summary}
7373
# For a breakdown of the licensing, see PACKAGE-LICENSING
@@ -394,6 +394,9 @@ popd
394394
%{python3_sitelib}/%{name}/automatic/
395395

396396
%changelog
397+
* Fri Mar 29 2024 Evan Goode <[email protected]> - 4.19.2-1
398+
- Bump libdnf requirement to 0.73.1
399+
397400
* Thu Mar 28 2024 Evan Goode <[email protected]> - 4.19.1-1
398401
- Add required `.readthedocs.yaml`, `conf.py` and set `sphinx_rtd_theme`
399402
- Drop dnf obsoletion temporarily

doc/release_notes.rst

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
DNF Release Notes
2020
###################
2121

22+
====================
23+
4.19.2 Release Notes
24+
====================
25+
26+
- Bump libdnf requirement to 0.73.1
27+
2228
====================
2329
4.19.1 Release Notes
2430
====================

0 commit comments

Comments
 (0)