Skip to content

Commit

Permalink
Release 4.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kolarik committed Feb 8, 2024
1 parent ced5120 commit 566a61f
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
24 changes: 24 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,30 @@
DNF Release Notes
###################

====================
4.19.0 Release Notes
====================

- Major changes:
- filelists metadata not loaded by default
- deltarpm disabled by default

- New features:
- 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

- Bug fixes:
- Fix failing API unit test on rawhide (RhBug:2261066)
- automatic: Use add_security_filters, not _update_security_filters

Bugs fixed in 4.19.0:

* :rhbug:`2252128`
* :rhbug:`2254789`
* :rhbug:`2261066`

====================
4.18.2 Release Notes
====================
Expand Down
12 changes: 12 additions & 0 deletions doc/summaries_cache
Original file line number Diff line number Diff line change
Expand Up @@ -3590,5 +3590,17 @@
[
2249380,
"Setting gpgkey_dns_verification=yes triggers a warning: DNSSEC extension: GPG Key fedora-39-primary has been revoked and should be removed immediately"
],
[
2252128,
"set \"deltarpm=False\" in default dnf.conf on Fedora 40+"
],
[
2254789,
"DNF: Do not download filelists by default"
],
[
2261066,
"dnf: FTBFS in Fedora rawhide/f40"
]
]

0 comments on commit 566a61f

Please sign in to comment.