Skip to content

Commit

Permalink
Release 4.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
pkratoch committed Jun 14, 2021
1 parent ae0b27c commit 01644cd
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
8 changes: 7 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.0.21
Version: 4.0.22
Release: 1%{?dist}
Summary: Core Plugins for DNF
License: GPLv2+
Expand Down Expand Up @@ -763,6 +763,12 @@ ln -sf %{_mandir}/man1/%{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/
%endif

%changelog
* Mon Jun 14 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 4.0.22-1
- [repomanage] Allow running only with metadata
- [repomanage] Enhance documentation (RhBug:1898293)
- [versionlock] Locking obsoleted package does not make the obsoleter unavailable (RhBug:1957280)
- [versionlock] Work correctly with packages with minorbump part of release (RhBug:1961217)

* Mon Apr 12 2021 Nicola Sella <nsella@redhat.com> - 4.0.21-1
- Add missing command line option to documentation
- doc: add packages to needs-restarting conf
Expand Down
18 changes: 18 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,24 @@ Core DNF Plugins Release Notes

.. contents::

====================
4.0.22 Release Notes
====================

- New features:
- [repomanage] Allow running only with metadata
- [repomanage] Enhance documentation (RhBug:1898293)

- Bug fixes:
- [versionlock] Locking obsoleted package does not make the obsoleter unavailable (RhBug:1957280)
- [versionlock] Work correctly with packages with minorbump part of release (RhBug:1961217)

Bugs fixed in 4.0.22:

* :rhbug:`1957280`
* :rhbug:`1961217`
* :rhbug:`1898293`

====================
4.0.21 Release Notes
====================
Expand Down
12 changes: 12 additions & 0 deletions doc/summaries_cache
Original file line number Diff line number Diff line change
Expand Up @@ -614,5 +614,17 @@
[
1935465,
"Cached rpms in dnf uses historic yum checksum code instead of librepo's checksum"
],
[
1957280,
"DNF with versionlock silences a conflict due to a provide"
],
[
1961217,
"procps-ng gets updated regardless of versionlock state"
],
[
1898293,
"repomanage --old does not list the oldest package per module"
]
]

0 comments on commit 01644cd

Please sign in to comment.