Skip to content

Commit

Permalink
Release 4.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
inknos committed Oct 6, 2020
1 parent 54e6101 commit 7d331cb
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 1 deletion.
14 changes: 13 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.17
Version: 4.0.18
Release: 1%{?dist}
Summary: Core Plugins for DNF
License: GPLv2+
Expand Down Expand Up @@ -744,6 +744,18 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
%endif

%changelog
* Tue Oct 06 2020 Nicola Sella <nsella@redhat.com> - 4.0.18-1
- [needs-restarting] Fix plugin fail if needs-restarting.d does not exist
- [needs-restarting] add kernel-rt to reboot list
- Fix debug-restore command
- [config-manager] enable/disable comma separated pkgs (RhBug:1830530)
- [debug] Use standard demands.resolving for transaction handling
- [debug] Do not remove install-only packages (RhBug:1844533)
- return error when dnf download failed
- README: Reference Fedora Weblate instead of Zanata
- [reposync] Add latest NEVRAs per stream to download (RhBug: 1833074)
- copr: don't try to list runtime dependencies

* Wed Jun 10 2020 Nicola Sella <nsella@redhat.com> - 4.0.17-1
- [repomanage] Add modular support (RhBug:1804720)
- [needs-restarting] add options using .conf file (RhBug:1810123)
Expand Down
26 changes: 26 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,32 @@ Core DNF Plugins Release Notes

.. contents::

====================
4.0.18 Release Notes
====================

- [needs-restarting] Fix plugin fail if needs-restarting.d does not exist
- [needs-restarting] add kernel-rt to reboot list
- Fix debug-restore command
- [config-manager] enable/disable comma separated pkgs (RhBug:1830530)
- [debug] Use standard demands.resolving for transaction handling
- [debug] Do not remove install-only packages (RhBug:1844533)
- return error when dnf download failed
- README: Reference Fedora Weblate instead of Zanata
- [reposync] Add latest NEVRAs per stream to download (RhBug: 1833074)
- copr: don't try to list runtime dependencies

- Bug fixes:
- Bugs fixed (RhBug:1863433)

Bugs fixed in 4.0.18:

* :rhbug:`1830530`
* :rhbug:`1863433`
* :rhbug:`1833074`
* :rhbug:`1844533`
* :rhbug:`1844925`

====================
4.0.17 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 @@ -566,5 +566,25 @@
[
1810123,
"[RFE] Provide ability to add packages to the needs-restarting plugin configuration."
],
[
1830530,
"request to re-introduce functionality - dnf [config-manager] --enable/disablerepo a-repo,b-repo,some*"
],
[
1863433,
"dnf-plugins-core: FTBFS in Fedora rawhide/f33"
],
[
1833074,
"reposync --newest-only does not download the latest package"
],
[
1844533,
"yum debug-restore removes all but one kernel even though the dump has multiple kernels."
],
[
1844925,
"when i execute \"dnf download\" failed i want to get return value 1 not 0 in shell."
]
]

0 comments on commit 7d331cb

Please sign in to comment.