Skip to content

Commit

Permalink
Release 4.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kontura committed Jan 15, 2020
1 parent 0b76637 commit 530f33e
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 2 deletions.
10 changes: 9 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.12
Version: 4.0.13
Release: 1%{?dist}
Summary: Core Plugins for DNF
License: GPLv2+
Expand Down Expand Up @@ -740,6 +740,14 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
%endif

%changelog
* 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)
- [reposync] Fix --delete with multiple repos (RhBug:1774103)
- [doc] Skip creating and installing migrate documentation for Python 3+
- [config-manager] Allow use of --set-enabled without arguments (RhBug:1679213)
- [versionlock] Prevent conflicting/duplicate entries (RhBug:1782052)

* Mon Nov 25 2019 Aleš Matěj <amatej@redhat.com> - 4.0.12-1
- [reposync] Add --urls option (RhBug:1686602)
- [versionlock] Add --raw option (RhBug:1645564)
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.13 Release Notes
====================

- Fix: config_manager respect config file location during save
- [reposync] Fix --delete with multiple repos (RhBug:1774103)
- Redesign reposync --latest for modular system (RhBug:1775434)
- [doc] Skip creating and installing migrate documentation for Python 3+
- [config-manager] Allow use of --set-enabled without arguments (RhBug:1679213)
- [versionlock] Prevent conflicting/duplicate entries (RhBug:1782052)

Bugs fixed in 4.0.13:

* :rhbug:`1679213`
* :rhbug:`1782052`
* :rhbug:`1775434`
* :rhbug:`1774103`

====================
4.0.12 Release Notes
====================
Expand Down
16 changes: 16 additions & 0 deletions doc/summaries_cache
Original file line number Diff line number Diff line change
Expand Up @@ -522,5 +522,21 @@
[
1706386,
"[RFE] Discoverable man page names for DNF plugins"
],
[
1679213,
"yum-config-manager --enable/--disable without arguments is ambiguous"
],
[
1782052,
"dnf versionlock will accept equivalent package names to add or exclude multiple times"
],
[
1775434,
"reposync does not properly sync modules with --newest option"
],
[
1774103,
"The '--delete' option when used with reposync command deletes the packages immediately after download."
]
]
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.12-1 ./
4.0.13-1 ./

0 comments on commit 530f33e

Please sign in to comment.