Skip to content

Commit 9717c05

Browse files
committed
Release 4.21.1
1 parent b23e3fb commit 9717c05

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-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.21.0")
1+
set (DEFAULT_DNF_VERSION "4.21.1")
22

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

dnf.spec

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

412412
%changelog
413+
* Wed Aug 14 2024 Evan Goode <[email protected]> - 4.21.1-1
414+
- doc: minor formatting and consistency fixes
415+
- Allow local downloads to same `downloaddir`
416+
- Fix "console" width on non real terminals (pipe)
417+
- Update ostree/bootc host system check.
418+
- Update bootc hosts message to point to bootc --help
419+
- tests: Use PGP keys without SHA-1
420+
413421
* Tue Jun 18 2024 Evan Goode <[email protected]> - 4.21.0-1
414422
- Add detection for ostree-based systems and warn users about losing changes
415423
- Fix: No traceback when Python interpreter is running with -P

doc/release_notes.rst

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

22+
====================
23+
4.21.1 Release Notes
24+
====================
25+
26+
- doc: minor formatting and consistency fixes
27+
- Allow local downloads to same `downloaddir`
28+
- Fix "console" width on non real terminals (pipe)
29+
- Update ostree/bootc host system check.
30+
- Update bootc hosts message to point to bootc --help
31+
- tests: Use PGP keys without SHA-1
32+
2233
====================
2334
4.21.0 Release Notes
2435
====================

0 commit comments

Comments
 (0)