Skip to content

Commit d29dfa0

Browse files
committed
Release 4.21.0
1 parent 78e2838 commit d29dfa0

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

Diff for: VERSION.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set (DEFAULT_DNF_VERSION "4.20.0")
1+
set (DEFAULT_DNF_VERSION "4.21.0")
22

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

Diff for: dnf.spec

+11-1
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.20.0
70+
Version: 4.21.0
7171
Release: 1%{?dist}
7272
Summary: %{pkg_summary}
7373
# For a breakdown of the licensing, see PACKAGE-LICENSING
@@ -410,6 +410,16 @@ popd
410410
%{python3_sitelib}/%{name}/automatic/
411411

412412
%changelog
413+
* Tue Jun 18 2024 Evan Goode <[email protected]> - 4.21.0-1
414+
- Add detection for ostree-based systems and warn users about losing changes
415+
- Fix: No traceback when Python interpreter is running with -P
416+
- Allow `%py3_shebang_fix` macro to add `-P` argument to shebang lines
417+
- man: Improve upgrade-minimal command docs (RHEL-6417)
418+
- Limit queries to nevra forms when provided by command
419+
- [doc] Remove provide of spec definition for repoquery command
420+
- Update the man page entry for the countme option
421+
- Drop collect file for ABRT
422+
413423
* Wed Apr 24 2024 Jan Kolarik <[email protected]> - 4.20.0-1
414424
- repoquery: Fix loading filelists when -f is used (RhBug:2276012)
415425
- remove: --duplicates and --oldinstallonly exit with 0 when nothing to do (RHEL-6424)

Diff for: doc/release_notes.rst

+13
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,19 @@
1919
DNF Release Notes
2020
###################
2121

22+
====================
23+
4.21.0 Release Notes
24+
====================
25+
26+
- Add detection for ostree-based systems and warn users about losing changes
27+
- Fix: No traceback when Python interpreter is running with -P
28+
- Allow `%py3_shebang_fix` macro to add `-P` argument to shebang lines
29+
- man: Improve upgrade-minimal command docs (RHEL-6417)
30+
- Limit queries to nevra forms when provided by command
31+
- [doc] Remove provide of spec definition for repoquery command
32+
- Update the man page entry for the countme option
33+
- Drop collect file for ABRT
34+
2235
====================
2336
4.20.0 Release Notes
2437
====================

0 commit comments

Comments
 (0)