Skip to content

Commit

Permalink
Release 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kolarik committed Apr 5, 2023
1 parent 48b29df commit 35f9595
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 1 deletion.
12 changes: 11 additions & 1 deletion dnf-plugins-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
%endif

Name: dnf-plugins-core
Version: 4.3.1
Version: 4.4.0
Release: 1%{?dist}
Summary: Core Plugins for DNF
License: GPL-2.0-or-later
Expand Down Expand Up @@ -813,6 +813,16 @@ ln -sf %{_mandir}/man1/%{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/
%endif

%changelog
* Wed Apr 05 2023 Jan Kolarik <jkolarik@redhat.com> - 4.4.0-1
- system-upgrade: Move from extras to core (RhBug:2054235)
- system-upgrade: Add support for security filters in offline-upgrade (RhBug:1939975)
- needs-restarting: Fix boot time derivation for systems with no rtc (RhBug:2137935)
- system-upgrade: Add --poweroff option to reboot
- download: Skip downloading weak deps when install_weak_deps=False
- copr: Switch to reading a copr.vendor.conf file to determine a vendor ID
- config-manager: Allow to specify the "main" section
- reposync: Documentation update (RhBug:2132383, 2182004)

* Fri Sep 23 2022 Jaroslav Rohel <jrohel@redhat.com> - 4.3.1-1
- Update translations (fix RhBug:2127011)

Expand Down
24 changes: 24 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,30 @@ Core DNF Plugins Release Notes

.. contents::

===================
4.4.0 Release Notes
===================

- New features:
- system-upgrade: Move from extras to core (RhBug:2054235)
- system-upgrade: Add --poweroff option to reboot
- copr: Switch to reading a copr.vendor.conf file to determine a vendor ID
- config-manager: Allow to specify the "main" section

- Bug fixes:
- system-upgrade: Add support for security filters in offline-upgrade (RhBug:1939975)
- needs-restarting: Fix boot time derivation for systems with no rtc (RhBug:2137935)
- download: Skip downloading weak deps when install_weak_deps=False
- reposync: Documentation update (RhBug:2132383, 2182004)

Bugs fixed in 4.4.0:

* :rhbug:`2054235`
* :rhbug:`1939975`
* :rhbug:`2137935`
* :rhbug:`2132383`
* :rhbug:`2182004`

===================
4.3.1 Release Notes
===================
Expand Down
20 changes: 20 additions & 0 deletions doc/summaries_cache
Original file line number Diff line number Diff line change
Expand Up @@ -690,5 +690,25 @@
[
2127011,
"dnf-plugins-core show errors when use LANG=es_ES-UTF-8"
],
[
2054235,
"Offline updates"
],
[
1939975,
"'dnf offline-upgrade' does not support --advisory properly"
],
[
2137935,
"dnf needs-restarting always true"
],
[
2132383,
"reposync produces wrong metadata when using both -n and --download-metadata options"
],
[
2182004,
"reposync produces wrong metadata when using both -n and --download-metadata options"
]
]

0 comments on commit 35f9595

Please sign in to comment.