Skip to content

Commit

Permalink
Release 4.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kontura committed Feb 24, 2020
1 parent e3c949c commit 7a2188c
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 2 deletions.
8 changes: 7 additions & 1 deletion dnf-plugins-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
%endif

Name: dnf-plugins-core
Version: 4.0.13
Version: 4.0.14
Release: 1%{?dist}
Summary: Core Plugins for DNF
License: GPLv2+
Expand Down Expand Up @@ -740,6 +740,12 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
%endif

%changelog
* Mon Feb 24 2020 Aleš Matěj <amatej@redhat.com> - 4.0.14-1
- Fix conflict for dnf download --resolve (RhBug:1787908)
- config-manager calls parser error when without options (RhBug:1782822)
- Update reposync.py with --norepopath option
- Fix: don't open stdin if versionlock is missing (RhBug:1785563)

* Wed Jan 15 2020 Aleš Matěj <amatej@redhat.com> - 4.0.13-1
- Fix: config_manager respect config file location during save
- Redesign reposync --latest for modular system (RhBug:1775434)
Expand Down
15 changes: 15 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,21 @@ Core DNF Plugins Release Notes

.. contents::

====================
4.0.14 Release Notes
====================

- Fix conflict for dnf download --resolve (RhBug:1787908)
- config-manager calls parser error when without options (RhBug:1782822)
- Update reposync.py with --norepopath option
- Fix: don't open stdin if versionlock is missing (RhBug:1785563)

Bugs fixed in 4.0.14:

* :rhbug:`1787908`
* :rhbug:`1782822`
* :rhbug:`1785563`

====================
4.0.13 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 @@ -538,5 +538,17 @@
[
1774103,
"The '--delete' option when used with reposync command deletes the packages immediately after download."
],
[
1787908,
"dnf treats identical package in two repositories (testing/stable) as conflicting request"
],
[
1782822,
"dnf config-manager prints nothing and exits with 0"
],
[
1785563,
"When using versionlock with -q option ALL outputs are dismissed"
]
]
2 changes: 1 addition & 1 deletion rel-eng/packages/dnf-plugins-core
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.13-1 ./
4.0.14-1 ./

0 comments on commit 7a2188c

Please sign in to comment.