Skip to content

Commit

Permalink
Release 4.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kolarik committed Nov 7, 2023
1 parent 3c8c66f commit 41a287e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
@@ -1,4 +1,4 @@
set (DEFAULT_DNF_VERSION "4.18.0")
set (DEFAULT_DNF_VERSION "4.18.1")

if(DEFINED DNF_VERSION)
if(NOT ${DEFAULT_DNF_VERSION} STREQUAL ${DNF_VERSION})
Expand Down
6 changes: 5 additions & 1 deletion dnf.spec
Expand Up @@ -67,7 +67,7 @@
It supports RPMs, modules and comps groups & environments.

Name: dnf
Version: 4.18.0
Version: 4.18.1
Release: 1%{?dist}
Summary: %{pkg_summary}
# For a breakdown of the licensing, see PACKAGE-LICENSING
Expand Down Expand Up @@ -383,6 +383,10 @@ popd
%{python3_sitelib}/%{name}/automatic/

%changelog
* Tue Nov 07 2023 Jan Kolarik <[email protected]> - 4.18.1-1
- Do not translate repoquery time format strings (RhBug:2245773)
- automatic: Fix applying the color option

* Wed Oct 18 2023 Jan Kolarik <[email protected]> - 4.18.0-1
- base: Add obsoleters of only latest versions (RhBug:2183279,2176263)
- comps: Fix marking a group package as installed (RhBug:2066638)
Expand Down
12 changes: 12 additions & 0 deletions doc/release_notes.rst
Expand Up @@ -19,6 +19,18 @@
DNF Release Notes
###################

====================
4.18.1 Release Notes
====================

- Bug fixes:
- Do not translate repoquery time format strings (RhBug:2245773)
- automatic: Fix applying the color option

Bugs fixed in 4.18.1:

* :rhbug:`2245773`

====================
4.18.0 Release Notes
====================
Expand Down
6 changes: 5 additions & 1 deletion doc/summaries_cache
Expand Up @@ -3565,7 +3565,7 @@
],
[
2011850,
"dnf distro-sync says a pkg isn’t installed even when it is"
"dnf distro-sync says a pkg isn\u2019t installed even when it is"
],
[
2239323,
Expand All @@ -3582,5 +3582,9 @@
[
2221907,
"dnf5 is not marked as protected, removal leaves system more or less bricked"
],
[
2245773,
"dnf 4.18 broke fedora-update-feedback"
]
]

0 comments on commit 41a287e

Please sign in to comment.