Skip to content

Commit

Permalink
Release 4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kontura committed Oct 14, 2019
1 parent b563858 commit 9146cdb
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dnf-plugins-extras.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
%endif

Name: dnf-plugins-extras
Version: 4.0.5
Version: 4.0.6
Release: 1%{?dist}
Summary: Extras Plugins for DNF
License: GPLv2+
Expand Down
18 changes: 18 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ Extras DNF Plugins Release Notes

.. contents::

===================
4.0.6 Release Notes
===================

- [system-upgrade] Use --system-upgrade plymouth mode (RhBug:1681584)
- [system-upgrade] Fix traceback caused by setting gpgcheck options (RhBug:1751103,1746346)
- Fix kickstart plugin (RhBug:1649093)
- [system-upgrade] Ensure identical transaction in download and update steps (RhBug:1758588)
- [system-upgrade] Provide distro specific url for help with system-upgrade

Bugs fixed in 4.0.6:

* :rhbug:`1649093`
* :rhbug:`1681584`
* :rhbug:`1758588`
* :rhbug:`1751103`
* :rhbug:`1746346`

===================
4.0.5 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 @@ -166,5 +166,25 @@
[
1693677,
"dnf system-upgrade seems to ignore --nogpgcheck again"
],
[
1649093,
"\"dnf kickstart mykickstart.ks\" crashes with AttributeError: 'BaseCli' object has no attribute 'install_grouplist'"
],
[
1681584,
"RFE: Use \"plymouth change-mode --system-upgrade\" on systems upgrades"
],
[
1758588,
"dnf system-upgrade reboot fails due to depresolv difference with download"
],
[
1751103,
"[abrt] dnf: configure_upgrade(): system_upgrade.py:410:configure_upgrade:TypeError: argument of type 'NoneType' is not iterable"
],
[
1746346,
"dnf-system-upgrade.service traceback, breaks packagekit offline updates"
]
]

0 comments on commit 9146cdb

Please sign in to comment.