Skip to content

Commit e3cb438

Browse files
committed
Release 4.20.0
1 parent bc67d0d commit e3cb438

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

VERSION.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set (DEFAULT_DNF_VERSION "4.19.2")
1+
set (DEFAULT_DNF_VERSION "4.20.0")
22

33
if(DEFINED DNF_VERSION)
44
if(NOT ${DEFAULT_DNF_VERSION} STREQUAL ${DNF_VERSION})

dnf.spec

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
It supports RPMs, modules and comps groups & environments.
6868

6969
Name: dnf
70-
Version: 4.19.2
70+
Version: 4.20.0
7171
Release: 1%{?dist}
7272
Summary: %{pkg_summary}
7373
# For a breakdown of the licensing, see PACKAGE-LICENSING
@@ -416,6 +416,13 @@ popd
416416
%{python3_sitelib}/%{name}/automatic/
417417

418418
%changelog
419+
* Wed Apr 24 2024 Jan Kolarik <[email protected]> - 4.20.0-1
420+
- repoquery: Fix loading filelists when -f is used (RhBug:2276012)
421+
- remove: --duplicates and --oldinstallonly exit with 0 when nothing to do (RHEL-6424)
422+
- spec: Do not add user site-packages directory to sys.path (RHEL-26646)
423+
- man: Prepare pages for dnf5 switch
424+
- spec: Prepare for switch of dnf5 in Rawhide
425+
419426
* Fri Mar 29 2024 Evan Goode <[email protected]> - 4.19.2-1
420427
- Bump libdnf requirement to 0.73.1
421428

doc/release_notes.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,20 @@
1919
DNF Release Notes
2020
###################
2121

22+
====================
23+
4.20.0 Release Notes
24+
====================
25+
26+
- repoquery: Fix loading filelists when -f is used (RhBug:2276012)
27+
- remove: --duplicates and --oldinstallonly exit with 0 when nothing to do (RHEL-6424)
28+
- spec: Do not add user site-packages directory to sys.path (RHEL-26646)
29+
- man: Prepare pages for dnf5 switch
30+
- spec: Prepare for switch of dnf5 in Rawhide
31+
32+
Bugs fixed in 4.20.0:
33+
34+
* :rhbug:`2276012`
35+
2236
====================
2337
4.19.2 Release Notes
2438
====================

doc/summaries_cache

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3602,5 +3602,9 @@
36023602
[
36033603
2261066,
36043604
"dnf: FTBFS in Fedora rawhide/f40"
3605+
],
3606+
[
3607+
2276012,
3608+
"\"Do not download filelists by default\" change broke `dnf repoquery -f`"
36053609
]
36063610
]

0 commit comments

Comments
 (0)