Skip to content

Commit

Permalink
Release 4.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kolarik committed May 18, 2023
1 parent 352b174 commit 1ef42f7
Show file tree
Hide file tree
Showing 4 changed files with 38 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.0")
set (DEFAULT_DNF_VERSION "4.15.1")

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

%changelog
* 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)
- repoquery: Allow uppercased query tags (RhBug:2185239)
- Unprotect dnf and yum, protect python3-dnf

* Thu Apr 06 2023 Jan Kolarik <jkolarik@redhat.com> - 4.15.0-1
- Add reboot option to DNF Automatic (RhBug:2124793)
- Add support for rollback of group upgrade rollback (RhBug:2016070)
Expand Down
18 changes: 18 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,24 @@
DNF Release Notes
###################

====================
4.15.1 Release Notes
====================

- Bug fixes:
- automatic: Fix online detection with proxy (RhBug:2022440)
- automatic: Return an error when transaction fails (RhBug:2170093)
- repoquery: Allow uppercased query tags (RhBug:2185239)

- Others:
- Unprotect dnf and yum, protect python3-dnf

Bugs fixed in 4.15.1:

* :rhbug:`2022440`
* :rhbug:`2170093`
* :rhbug:`2185239`

====================
4.15.0 Release Notes
====================
Expand Down
12 changes: 12 additions & 0 deletions doc/summaries_cache
Original file line number Diff line number Diff line change
Expand Up @@ -3522,5 +3522,17 @@
[
2054235,
"Offline updates"
],
[
2022440,
"dnf-automatic ignore proxy setting"
],
[
2170093,
"dnf-automatic returns \"success\" ( zero exit status return ) even if the called dnf command returns error"
],
[
2185239,
"dnf 4.15 broke repoquery's \"%{INSTALLTIME}\" queryformat"
]
]

0 comments on commit 1ef42f7

Please sign in to comment.