Skip to content

Commit

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

%changelog
* 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
- 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 <[email protected]> - 4.19.0-1
- filelists metadata loading on demand
- deltarpm disabled on Fedora by default
Expand Down
20 changes: 20 additions & 0 deletions doc/release_notes.rst
Expand Up @@ -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
====================
Expand Down

0 comments on commit e84837b

Please sign in to comment.