From e84837bea98762c2d72abc73bd94128d6a4f1e92 Mon Sep 17 00:00:00 2001 From: Evan Goode Date: Thu, 28 Mar 2024 13:49:24 -0400 Subject: [PATCH] Release 4.19.1 --- VERSION.cmake | 2 +- dnf.spec | 19 ++++++++++++++++++- doc/release_notes.rst | 20 ++++++++++++++++++++ 3 files changed, 39 insertions(+), 2 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index 07c526ee54..ff137918db 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,4 +1,4 @@ -set (DEFAULT_DNF_VERSION "4.19.0") +set (DEFAULT_DNF_VERSION "4.19.1") if(DEFINED DNF_VERSION) if(NOT ${DEFAULT_DNF_VERSION} STREQUAL ${DNF_VERSION}) diff --git a/dnf.spec b/dnf.spec index 4c2f7bead8..0d8189509f 100644 --- a/dnf.spec +++ b/dnf.spec @@ -67,7 +67,7 @@ It supports RPMs, modules and comps groups & environments. Name: dnf -Version: 4.19.0 +Version: 4.19.1 Release: 1%{?dist} Summary: %{pkg_summary} # For a breakdown of the licensing, see PACKAGE-LICENSING @@ -394,6 +394,23 @@ popd %{python3_sitelib}/%{name}/automatic/ %changelog +* 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 +- doc: Update FAQ entry on filelists +- build: Adapt to changes in Fedora packaging of bash-completion +- Support RPMTRANS_FLAG_DEPLOOPS +- Add all candidates for reinstall to solver +- Fix handling installonly packages reasons +- Remove confusing sentence from documentation +- Remove "leaf" word from documentation +- Update documentation of history userinstalled command +- Onboard packit tests +- doc: Makecache with timer tries only one mirror +- ELN: Don't obsolete DNF with DNF5 yet +- bash-completion: Complete dnf command only if we own it +- bash-completion: Prepare ownerships for dnf5 switch + * Thu Feb 08 2024 Jan Kolarik - 4.19.0-1 - filelists metadata loading on demand - deltarpm disabled on Fedora by default diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 4ef93dea7c..fac8e82e01 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -19,6 +19,26 @@ DNF Release Notes ################### +==================== +4.19.1 Release Notes +==================== + +- Add required `.readthedocs.yaml`, `conf.py` and set `sphinx_rtd_theme` +- Drop dnf obsoletion temporarily +- doc: Update FAQ entry on filelists +- build: Adapt to changes in Fedora packaging of bash-completion +- Support RPMTRANS_FLAG_DEPLOOPS +- Add all candidates for reinstall to solver +- Fix handling installonly packages reasons +- Remove confusing sentence from documentation +- Remove "leaf" word from documentation +- Update documentation of history userinstalled command +- Onboard packit tests +- doc: Makecache with timer tries only one mirror +- ELN: Don't obsolete DNF with DNF5 yet +- bash-completion: Complete dnf command only if we own it +- bash-completion: Prepare ownerships for dnf5 switch + ==================== 4.19.0 Release Notes ====================