Skip to content

Commit

Permalink
Release 4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrohel committed May 30, 2022
1 parent 0332e30 commit ef09e48
Show file tree
Hide file tree
Showing 4 changed files with 27 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.12.0")
set (DEFAULT_DNF_VERSION "4.13.0")

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.12.0
Version: 4.13.0
Release: 1%{?dist}
Summary: %{pkg_summary}
# For a breakdown of the licensing, see PACKAGE-LICENSING
Expand Down Expand Up @@ -359,6 +359,12 @@ popd
%{python3_sitelib}/%{name}/automatic/

%changelog
* Mon May 30 2022 Jaroslav Rohel <[email protected]> - 4.13.0-1
- Base.reset: plug (temporary) leak of libsolv's page file descriptors
- Don't use undocumented re.template()
- Small change to better present the option
- Use sqlite cache to make bash completion snappier (RhBug:1815895)

* Wed Apr 27 2022 Jaroslav Rohel <[email protected]> - 4.12.0-1
- dnf.conf: hint users where to find more info about defaults and other options
- Fix unittests that relied on checksum being at the end of solvfiles
Expand Down
15 changes: 15 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,21 @@
DNF Release Notes
###################

====================
4.13.0 Release Notes
====================

- Base.reset: plug (temporary) leak of libsolv's page file descriptors
- Don't use undocumented re.template()
- Small change to better present the option

- New features:
- Use sqlite cache to make bash completion snappier (RhBug:1815895)

Bugs fixed in 4.13.0:

* :rhbug:`1815895`

====================
4.12.0 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 @@ -3442,5 +3442,9 @@
[
2064341,
"dnf group remove will not remove a group if repositories are disabled"
],
[
1815895,
"dnf autocomplete too slow"
]
]

0 comments on commit ef09e48

Please sign in to comment.