Skip to content

Commit

Permalink
Release 4.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kolarik committed May 25, 2023
1 parent 9aa063d commit 74491af
Show file tree
Hide file tree
Showing 3 changed files with 16 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.15.1")
set (DEFAULT_DNF_VERSION "4.16.0")

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

%changelog
* Thu May 25 2023 Jan Kolarik <jkolarik@redhat.com> - 4.16.0-1
- Remove ownership of dnf.conf, protected.d, vars
- Add requirement of libdnf5 to dnf-data
- dnf-automatic: require python3-dnf, not dnf

* Thu May 18 2023 Jan Kolarik <jkolarik@redhat.com> - 4.15.1-1
- automatic: Fix online detection with proxy (RhBug:2022440)
- automatic: Return an error when transaction fails (RhBug:2170093)
Expand Down
9 changes: 9 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
DNF Release Notes
###################

====================
4.16.0 Release Notes
====================

- Prepare for updating to DNF5:
- Remove ownership of dnf.conf, protected.d, vars
- Add requirement of libdnf5 to dnf-data
- dnf-automatic: require python3-dnf, not dnf

====================
4.15.1 Release Notes
====================
Expand Down

0 comments on commit 74491af

Please sign in to comment.