Skip to content

Commit

Permalink
Release 4.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pkratoch committed May 7, 2019
1 parent af0bdb4 commit 30fa505
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SET(DNF_VERSION "4.2.5")
SET(DNF_VERSION "4.2.6")
9 changes: 8 additions & 1 deletion dnf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
It supports RPMs, modules and comps groups & environments.

Name: dnf
Version: 4.2.5
Version: 4.2.6
Release: 1%{?dist}
Summary: %{pkg_summary}
# For a breakdown of the licensing, see PACKAGE-LICENSING
Expand Down Expand Up @@ -499,6 +499,13 @@ ln -sr %{buildroot}%{confdir}/vars %{buildroot}%{_sysconfdir}/yum/vars
%endif

%changelog
* Tue May 07 2019 Pavla Kratochvilova <[email protected]> - 4.2.6-1
- librepo: Turn on debug logging only if debuglevel is greater than 2 (RhBug:1355764,1580022)
- Fix issues with terminal hangs when attempting bash completion (RhBug:1702854)
- Rename man page from dnf.automatic to dnf-automatic to match command name
- [provides] Enhanced detecting of file provides (RhBug:1702621)
- [provides] Sort the output packages alphabetically

* Thu Apr 25 2019 Pavla Kratochvilova <[email protected]> - 4.2.5-1
- Fix multilib obsoletes (RhBug:1672947)
- Do not remove group package if other packages depend on it
Expand Down
17 changes: 17 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,23 @@
DNF Release Notes
###################

===================
4.2.6 Release Notes
===================

- librepo: Turn on debug logging only if debuglevel is greater than 2 (RhBug:1355764,1580022)
- Fix issues with terminal hangs when attempting bash completion (RhBug:1702854)
- Rename man page from dnf.automatic to dnf-automatic to match command name
- [provides] Enhanced detecting of file provides (RhBug:1702621)
- [provides] Sort the output packages alphabetically

Bugs fixed in 4.2.6:

* :rhbug:`1355764`
* :rhbug:`1580022`
* :rhbug:`1702621`
* :rhbug:`1702854`

===================
4.2.5 Release Notes
===================
Expand Down
16 changes: 16 additions & 0 deletions doc/summaries_cache
Original file line number Diff line number Diff line change
Expand Up @@ -2722,5 +2722,21 @@
[
1672947,
"dnf prints tracebacks RuntimeError: TransactionItem not found for key"
],
[
1355764,
"Excessive DNF logging (all messages - including debug - from dnf, libdnf, librepo and rpm interface logged to file by default, not configurable)"
],
[
1580022,
"/var/log/dnf.librepo.log way too verbose and big"
],
[
1702621,
"'dnf provides' wildcard search doesn't show the actual matched file"
],
[
1702854,
"Tab completion attempts with dnf cause terminal to hang."
]
]
2 changes: 1 addition & 1 deletion rel-eng/packages/dnf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.5-1 ./
4.2.6-1 ./

0 comments on commit 30fa505

Please sign in to comment.