Release 5.1.8
This commit is contained in:
parent
8d3eea76f4
commit
f61c56fd50
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,3 +1,17 @@
|
|||
# 5.1.8
|
||||
|
||||
- Update translations from weblate
|
||||
- Don't run infinitely when enabling dependent modules and module is not found
|
||||
- Always print "[d]" in module list for default streams
|
||||
- Fix transaction table headers for module operations
|
||||
- Implement `config-manager addrepo --add-or-replace`
|
||||
- Implement plugin `config-manager`
|
||||
- Allow globs in module_spec arguments
|
||||
- Document needs-restarting plugin
|
||||
- Add no-op `needs-restarting -r` for DNF 4 compat
|
||||
- Implement `needs-restarting --services`
|
||||
- Initial implementation of needs-restarting
|
||||
|
||||
# 5.1.7
|
||||
|
||||
- Actions plugin's actions.conf can set "Enabled" for each action separately
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
set(DEFAULT_PROJECT_VERSION_MAJOR 5)
|
||||
set(DEFAULT_PROJECT_VERSION_MINOR 1)
|
||||
set(DEFAULT_PROJECT_VERSION_PATCH 7)
|
||||
set(DEFAULT_PROJECT_VERSION_PATCH 8)
|
||||
|
||||
if(DEFINED PROJECT_VERSION_MAJOR)
|
||||
if(NOT ${DEFAULT_PROJECT_VERSION_MAJOR} STREQUAL ${PROJECT_VERSION_MAJOR})
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
%global project_version_major 5
|
||||
%global project_version_minor 1
|
||||
%global project_version_patch 7
|
||||
%global project_version_patch 8
|
||||
|
||||
%bcond dnf5_obsoletes_dnf %[0%{?fedora} > 40 || 0%{?rhel} > 10]
|
||||
|
||||
|
@ -744,6 +744,9 @@ ln -sr %{buildroot}%{_bindir}/dnf5 %{buildroot}%{_bindir}/microdnf
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Nov 23 2023 Packit Team <hello@packit.dev> - 5.1.8-1
|
||||
- New upstream release 5.1.8
|
||||
|
||||
* Thu Nov 09 2023 Packit Team <hello@packit.dev> - 5.1.7-1
|
||||
- New upstream release 5.1.7
|
||||
|
||||
|
|
Loading…
Reference in New Issue