Skip to content

Commit

Permalink
Release 4.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-goode committed Mar 29, 2024
1 parent e84837b commit 9b2b2e8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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})
Expand Down
7 changes: 5 additions & 2 deletions dnf.spec
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -394,6 +394,9 @@ popd
%{python3_sitelib}/%{name}/automatic/

%changelog
* Fri Mar 29 2024 Evan Goode <[email protected]> - 4.19.2-1
- Bump libdnf requirement to 0.73.1

* Thu Mar 28 2024 Evan Goode <[email protected]> - 4.19.1-1
- Add required `.readthedocs.yaml`, `conf.py` and set `sphinx_rtd_theme`
- Drop dnf obsoletion temporarily
Expand Down
6 changes: 6 additions & 0 deletions doc/release_notes.rst
Expand Up @@ -19,6 +19,12 @@
DNF Release Notes
###################

====================
4.19.2 Release Notes
====================

- Bump libdnf requirement to 0.73.1

====================
4.19.1 Release Notes
====================
Expand Down

0 comments on commit 9b2b2e8

Please sign in to comment.