Skip to content

Commit

Permalink
Release 4.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kolarik committed Apr 24, 2024
1 parent bc67d0d commit e3cb438
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set (DEFAULT_DNF_VERSION "4.19.2")
set (DEFAULT_DNF_VERSION "4.20.0")

if(DEFINED DNF_VERSION)
if(NOT ${DEFAULT_DNF_VERSION} STREQUAL ${DNF_VERSION})
Expand Down
9 changes: 8 additions & 1 deletion dnf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
It supports RPMs, modules and comps groups & environments.

Name: dnf
Version: 4.19.2
Version: 4.20.0
Release: 1%{?dist}
Summary: %{pkg_summary}
# For a breakdown of the licensing, see PACKAGE-LICENSING
Expand Down Expand Up @@ -416,6 +416,13 @@ popd
%{python3_sitelib}/%{name}/automatic/

%changelog
* Wed Apr 24 2024 Jan Kolarik <[email protected]> - 4.20.0-1
- repoquery: Fix loading filelists when -f is used (RhBug:2276012)
- remove: --duplicates and --oldinstallonly exit with 0 when nothing to do (RHEL-6424)
- spec: Do not add user site-packages directory to sys.path (RHEL-26646)
- man: Prepare pages for dnf5 switch
- spec: Prepare for switch of dnf5 in Rawhide

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

Expand Down
14 changes: 14 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,20 @@
DNF Release Notes
###################

====================
4.20.0 Release Notes
====================

- repoquery: Fix loading filelists when -f is used (RhBug:2276012)
- remove: --duplicates and --oldinstallonly exit with 0 when nothing to do (RHEL-6424)
- spec: Do not add user site-packages directory to sys.path (RHEL-26646)
- man: Prepare pages for dnf5 switch
- spec: Prepare for switch of dnf5 in Rawhide

Bugs fixed in 4.20.0:

* :rhbug:`2276012`

====================
4.19.2 Release Notes
====================
Expand Down
4 changes: 4 additions & 0 deletions doc/summaries_cache
Original file line number Diff line number Diff line change
Expand Up @@ -3602,5 +3602,9 @@
[
2261066,
"dnf: FTBFS in Fedora rawhide/f40"
],
[
2276012,
"\"Do not download filelists by default\" change broke `dnf repoquery -f`"
]
]

0 comments on commit e3cb438

Please sign in to comment.