diff --git a/VERSION.cmake b/VERSION.cmake index 9befb1bae7..170e7b0690 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -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}) diff --git a/dnf.spec b/dnf.spec index 7fd997de7c..c2a12d171d 100644 --- a/dnf.spec +++ b/dnf.spec @@ -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 @@ -359,6 +359,12 @@ popd %{python3_sitelib}/%{name}/automatic/ %changelog +* Mon May 30 2022 Jaroslav Rohel - 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 - 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 diff --git a/doc/release_notes.rst b/doc/release_notes.rst index b105338003..6059b79f07 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -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 ==================== diff --git a/doc/summaries_cache b/doc/summaries_cache index 0791828a9e..db2f79e36c 100644 --- a/doc/summaries_cache +++ b/doc/summaries_cache @@ -3442,5 +3442,9 @@ [ 2064341, "dnf group remove will not remove a group if repositories are disabled" + ], + [ + 1815895, + "dnf autocomplete too slow" ] ] \ No newline at end of file