Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pkratoch committed Feb 12, 2019
1 parent 2594b59 commit ad9b217
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SET(DNF_VERSION "4.0.10")
SET(DNF_VERSION "4.1.0")
6 changes: 6 additions & 0 deletions dnf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,12 @@ ln -sr %{buildroot}%{confdir}/vars %{buildroot}%{_sysconfdir}/yum/vars
%endif

%changelog
* Tue Feb 12 2019 Pavla Kratochvilova <[email protected]> - 4.1.0-1
- Allow to enable modules that break default modules (RhBug:1648839)
- Enhance documentation - API examples
- Add best as default behavior (RhBug:1670776,1671683)
- Add --nobest option

* Wed Dec 12 2018 Jaroslav Mracek <[email protected]> - 4.0.10-1
- Updated difference YUM vs. DNF for yum-updateonboot
- Added new command ``dnf alias [options] [list|add|delete] [<name>...]`` to allow the user to
Expand Down
19 changes: 19 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,25 @@
DNF Release Notes
###################

===================
4.1.0 Release Notes
===================

* Allow to enable modules that break default modules (RhBug:1648839)
* Enhance documentation - API examples
* Add best as default behavior (RhBug:1670776,1671683)
* Add --nobest option

Bugs fixed in 4.1.0:

* :rhbug:`1585509`
* :rhbug:`1672432`
* :rhbug:`1509393`
* :rhbug:`1667423`
* :rhbug:`1656726`
* :rhbug:`1671683`
* :rhbug:`1667426`

====================
4.0.10 Release Notes
====================
Expand Down
28 changes: 28 additions & 0 deletions doc/summaries_cache
Original file line number Diff line number Diff line change
Expand Up @@ -2630,5 +2630,33 @@
[
1495482,
"system-upgrade fails when snapper plugin installed"
],
[
1585509,
"Translation of \"Size\" in different contexts ought to be different."
],
[
1656726,
"Show excluded packages"
],
[
1667423,
"The doc/examples/install_plugin.py leads to traceback"
],
[
1672432,
"Group and module operations in transaction table not marked for translation"
],
[
1509393,
"Translation missing, when more than one process run"
],
[
1671683,
"dnf / libdnf should default to --best behavior"
],
[
1667426,
"The doc/examples/list_obsoletes_plugin.py produces traceback"
]
]

0 comments on commit ad9b217

Please sign in to comment.