Skip to content

Commit

Permalink
Release 4.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-goode committed Aug 14, 2024
1 parent b23e3fb commit 9717c05
Show file tree
Hide file tree
Showing 3 changed files with 21 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.21.0")
set (DEFAULT_DNF_VERSION "4.21.1")

if(DEFINED DNF_VERSION)
if(NOT ${DEFAULT_DNF_VERSION} STREQUAL ${DNF_VERSION})
Expand Down
10 changes: 9 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.21.0
Version: 4.21.1
Release: 1%{?dist}
Summary: %{pkg_summary}
# For a breakdown of the licensing, see PACKAGE-LICENSING
Expand Down Expand Up @@ -410,6 +410,14 @@ popd
%{python3_sitelib}/%{name}/automatic/

%changelog
* Wed Aug 14 2024 Evan Goode <[email protected]> - 4.21.1-1
- doc: minor formatting and consistency fixes
- Allow local downloads to same `downloaddir`
- Fix "console" width on non real terminals (pipe)
- Update ostree/bootc host system check.
- Update bootc hosts message to point to bootc --help
- tests: Use PGP keys without SHA-1

* Tue Jun 18 2024 Evan Goode <[email protected]> - 4.21.0-1
- Add detection for ostree-based systems and warn users about losing changes
- Fix: No traceback when Python interpreter is running with -P
Expand Down
11 changes: 11 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@
DNF Release Notes
###################

====================
4.21.1 Release Notes
====================

- doc: minor formatting and consistency fixes
- Allow local downloads to same `downloaddir`
- Fix "console" width on non real terminals (pipe)
- Update ostree/bootc host system check.
- Update bootc hosts message to point to bootc --help
- tests: Use PGP keys without SHA-1

====================
4.21.0 Release Notes
====================
Expand Down

0 comments on commit 9717c05

Please sign in to comment.