Skip to content

Commit

Permalink
Release 4.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pkratoch committed Aug 6, 2019
1 parent dd5db43 commit 19873ec
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 2 deletions.
11 changes: 10 additions & 1 deletion dnf-plugins-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
%endif

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

%changelog
* Tue Aug 06 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 4.0.9-1
- [spec] Rename dnf-utils to yum-utils
- [builddep] Report all rpm errors (RhBug:1663619,1658292,1724668)
- [config-manager] --setopt: Fix crash with "--save --dump"
- [config-manager] --setopt: Add globs support to repoid
- [config-manager] --setopt=key=value is applied only to the main config
- [config-manager] --setopt and empty list of repositories (RhBug:1702678)
- [config-manager] --setopt: Add check for existence of input repositories

* Tue Jun 11 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 4.0.8-1
- [reposync] Enable timestamp preserving for downloaded data (RhBug:1688537)
- [reposync] Download packages from all streams (RhBug:1714788)
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.9 Release Notes
===================

- [spec] Rename dnf-utils to yum-utils
- [builddep] Report all rpm errors (RhBug:1663619,1658292,1724668)
- [config-manager] --setopt: Fix crash with "--save --dump"
- [config-manager] --setopt: Add globs support to repoid
- [config-manager] --setopt=key=value is applied only to the main config
- [config-manager] --setopt and empty list of repositories (RhBug:1702678)
- [config-manager] --setopt: Add check for existence of input repositories

Bugs fixed in 4.0.9:

* :rhbug:`1663619`
* :rhbug:`1702678`
* :rhbug:`1724668`

===================
4.0.8 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 @@ -458,5 +458,17 @@
[
1688537,
"reposync doesn't preserve timestamp from repo being synced"
],
[
1663619,
"dnf builddep fails on glibc.spec"
],
[
1702678,
"Settings are not saved with \"yum config-manager --save --setopt=<repoid>.<option>=<value>\""
],
[
1724668,
"dnf builddep fails trying to parse specfile"
]
]
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.8-1 ./
4.0.9-1 ./

0 comments on commit 19873ec

Please sign in to comment.