From 1032c2c31602125d4440639c273be4b735688ba2 Mon Sep 17 00:00:00 2001 From: Jan Kolarik Date: Thu, 8 Feb 2024 15:24:54 +0000 Subject: [PATCH] Add 4.19.0 changelog --- dnf.spec | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dnf.spec b/dnf.spec index 4e1f10937e..b25330734e 100644 --- a/dnf.spec +++ b/dnf.spec @@ -385,6 +385,16 @@ popd %{python3_sitelib}/%{name}/automatic/ %changelog +* Thu Feb 08 2024 Jan Kolarik - 4.19.0-1 +- filelists metadata loading on demand +- deltarpm disabled on Fedora by default +- conf: Introduce new optional_metadata_types option to load filelists on demand +- cli: Add a hint for user on transaction file dependency failure +- cli: Setup filelists metadata for commands that need them +- util: Add function for detecting file in specs +- Fix failing API unit test on rawhide (RhBug:2261066) +- automatic: Use add_security_filters, not _update_security_filters + * Fri Dec 08 2023 Jan Kolarik - 4.18.2-1 - automatic: Add feature to allow emitters to invoke on dnf error - dnssec: Fix parsing PGP keys for DNS validation (RhBug:2249380)