Skip to content

Commit

Permalink
Release 4.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
inknos committed Jul 27, 2023
1 parent 9e8ec48 commit cb1b361
Show file tree
Hide file tree
Showing 4 changed files with 33 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.16.1")
set (DEFAULT_DNF_VERSION "4.16.2")

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 @@ -65,7 +65,7 @@
It supports RPMs, modules and comps groups & environments.

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

%changelog
* Thu Jul 27 2023 Nicola Sella <nsella@redhat.com> - 4.16.2-1
- depend on /etc/dnf/dnf.conf, not libdnf5
- Update repo metadata cache pattern to include zstd
- Add provide exception handling
- When parsing over a KVP list, do not return till the whole list is parsed
- Provide /usr/bin/dnf4 symlink to /usr/bin/dnf-3
- Document the symbols in the output of `dnf history list` (RhBug:2172067)

* Mon May 29 2023 Jan Kolarik <jkolarik@redhat.com> - 4.16.1-1
- DNF5 should not deprecate DNF on Fedora 38

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

====================
4.16.2 Release Notes
====================

- dnf-data: depend on /etc/dnf/dnf.conf, not libdnf5
- Update repo metadata cache pattern to include zstd
- typo in doc/command_ref.rst
- Add provide exception handling
- When parsing over a KVP list, do not return till the whole list is parsed
- Add to authors
- python3-dnf: Provide /usr/bin/dnf4 symlink to /usr/bin/dnf-3

- Bug fixes:
- Document the symbols in the output of `dnf history list` (RhBug:2172067)

Bugs fixed in 4.16.2:

* :rhbug:`2172067`

====================
4.16.1 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 @@ -3534,5 +3534,9 @@
[
2185239,
"dnf 4.15 broke repoquery's \"%{INSTALLTIME}\" queryformat"
],
[
2172067,
"Missing a description of symbols in dnf history list output"
]
]

0 comments on commit cb1b361

Please sign in to comment.