diff --git a/VERSION.cmake b/VERSION.cmake index 742a1e73be..62304f494b 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1 +1 @@ -SET(DNF_VERSION "4.0.10") +SET(DNF_VERSION "4.1.0") diff --git a/dnf.spec b/dnf.spec index 19fd1ad214..039a831b1f 100644 --- a/dnf.spec +++ b/dnf.spec @@ -500,6 +500,12 @@ ln -sr %{buildroot}%{confdir}/vars %{buildroot}%{_sysconfdir}/yum/vars %endif %changelog +* Tue Feb 12 2019 Pavla Kratochvilova - 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 - 4.0.10-1 - Updated difference YUM vs. DNF for yum-updateonboot - Added new command ``dnf alias [options] [list|add|delete] [...]`` to allow the user to diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 33d80f5b27..592b89c0f1 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -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 ==================== diff --git a/doc/summaries_cache b/doc/summaries_cache index 87093b36e8..7d6788dd71 100644 --- a/doc/summaries_cache +++ b/doc/summaries_cache @@ -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" ] ] \ No newline at end of file