From a054dcbd64db7743b0af78ac8e06104c4bd6be6e Mon Sep 17 00:00:00 2001 From: Jan Kolarik Date: Wed, 24 Apr 2024 12:48:29 +0200 Subject: [PATCH] Release 4.7.0 --- dnf-plugins-core.spec | 5 +++++ doc/release_notes.rst | 11 +++++++++++ 2 files changed, 16 insertions(+) diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index dc6a8124..f0984dd8 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -867,6 +867,11 @@ ln -sf %{_mandir}/man1/%{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/ %endif %changelog +* Wed Apr 24 2024 Jan Kolarik - 4.7.0-1 +- docs: Documentation of needs-restarting boot time +- man: Prepare pages for dnf5 switch +- spec: Prepare for switch of dnf5 in Rawhide + * Tue Mar 26 2024 Evan Goode - 4.6.0-1 - Updated AUTHORS file - needs-restarting: get systemd boot time from UnitsLoadStartTimestamp diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 28b04196..5d18bd85 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -21,6 +21,17 @@ Core DNF Plugins Release Notes .. contents:: +=================== +4.7.0 Release Notes +=================== + +- docs: Documentation of needs-restarting boot time +- man: Prepare pages for dnf5 switch +- spec: Prepare for switch of dnf5 in Rawhide + +Bugs fixed in 4.7.0: + + =================== 4.6.0 Release Notes ===================