Skip to content

Commit

Permalink
Release 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mracek committed Sep 25, 2018
1 parent e70c280 commit 197901e
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
@@ -1 +1 @@
SET(DNF_VERSION "3.5.1")
SET(DNF_VERSION "3.6.1")
22 changes: 21 additions & 1 deletion dnf.spec
Expand Up @@ -495,7 +495,27 @@ ln -sr %{buildroot}%{confdir}/vars %{buildroot}%{_sysconfdir}/yum/vars
%endif

%changelog
* Mon Sep 10 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.19.1-1
* Tue Sep 25 2018 Jaroslav Mracek <jmracek@redhat.com> - 3.6.1-1
- [module] Improved module commands list, info
- [module] Reports error from module solver
- Fix: Error detected when calling 'RepoCB.fastestMirror' (RhBug:1628056)
- Preserve packages from other installed mod profiles (RhBug:1629841)
- [spec] Postpone conflict with yum to Fedora 30+ (RhBug:1600444)
- [cli] Install command recommends alternative packages (RhBug:1625586)
- [cli] Fix case insensitive hint (1628514)
- Fix installed profiles for module info (RhBug:1629689)
- Fix module provides not having consistent output (RhBug:1623866)
- Enhance label for transaction table (RhBug:1609919)
- Implement C_, the gettext function with a context (RhBug:1305340)
- Actually disambiguate some messages using C_ (RhBug:1305340)
- Restore 'strict' choice for group installs (#1461539)
- [repoquery] More strict queryformat parsing (RhBug:1631458)
- Redirect repo progress to std error (RhBug:1626011)
- Unify behavior of remove and module remove (RhBug:1629848)
- Change behavior of disabled module for module install (RhBug:1629711)
- Allow enablement on disabled plugin (RhBug:1614539)

* Mon Sep 10 2018 Jaroslav Mracek <jmracek@redhat.com> - 3.5.1-1
- [module] Fixed list and info subcommands

* Fri Sep 07 2018 Jaroslav Mracek <jmracek@redhat.com> - 3.5.0-1
Expand Down
17 changes: 17 additions & 0 deletions doc/release_notes.rst
Expand Up @@ -19,6 +19,23 @@
DNF Release Notes
###################

===================
3.6.1 Release Notes
===================

* [module] Improved module commands list, info
* [module] Reports error from module solver

Bugs fixed in 3.6.1:

* :rhbug:`1626011`
* :rhbug:`1631458`
* :rhbug:`1305340`
* :rhbug:`1305340`
* :rhbug:`1623866`
* :rhbug:`1600444`
* :rhbug:`1628056`

===================
3.5.1 Release Notes
===================
Expand Down
24 changes: 24 additions & 0 deletions doc/summaries_cache
Expand Up @@ -2538,5 +2538,29 @@
[
1305232,
"log currently processing package from rpm installation"
],
[
1626011,
"Don't print progress bar to stdout, and when there's no tty (dnf repoquery)"
],
[
1631458,
"[abrt] dnf: build_format_fn(): repoquery.py:285:build_format_fn:KeyError: 'name'"
],
[
1305340,
"DNF message \"Upgrading\" at Zanata translation defect. is this Present Progressive ? or , is Gerund? Grammar problem."
],
[
1623866,
"dnf module provides not having consistent output"
],
[
1600444,
"Wrong conflicts between dnf and yum prevents upgrade"
],
[
1628056,
"dnf has problem when setting option fastestmirror"
]
]

0 comments on commit 197901e

Please sign in to comment.