Skip to content

Commit 41a287e

Browse files
committed
Release 4.18.1
1 parent 3c8c66f commit 41a287e

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

Diff for: VERSION.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set (DEFAULT_DNF_VERSION "4.18.0")
1+
set (DEFAULT_DNF_VERSION "4.18.1")
22

33
if(DEFINED DNF_VERSION)
44
if(NOT ${DEFAULT_DNF_VERSION} STREQUAL ${DNF_VERSION})

Diff for: dnf.spec

+5-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
It supports RPMs, modules and comps groups & environments.
6868

6969
Name: dnf
70-
Version: 4.18.0
70+
Version: 4.18.1
7171
Release: 1%{?dist}
7272
Summary: %{pkg_summary}
7373
# For a breakdown of the licensing, see PACKAGE-LICENSING
@@ -383,6 +383,10 @@ popd
383383
%{python3_sitelib}/%{name}/automatic/
384384

385385
%changelog
386+
* Tue Nov 07 2023 Jan Kolarik <[email protected]> - 4.18.1-1
387+
- Do not translate repoquery time format strings (RhBug:2245773)
388+
- automatic: Fix applying the color option
389+
386390
* Wed Oct 18 2023 Jan Kolarik <[email protected]> - 4.18.0-1
387391
- base: Add obsoleters of only latest versions (RhBug:2183279,2176263)
388392
- comps: Fix marking a group package as installed (RhBug:2066638)

Diff for: doc/release_notes.rst

+12
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@
1919
DNF Release Notes
2020
###################
2121

22+
====================
23+
4.18.1 Release Notes
24+
====================
25+
26+
- Bug fixes:
27+
- Do not translate repoquery time format strings (RhBug:2245773)
28+
- automatic: Fix applying the color option
29+
30+
Bugs fixed in 4.18.1:
31+
32+
* :rhbug:`2245773`
33+
2234
====================
2335
4.18.0 Release Notes
2436
====================

Diff for: doc/summaries_cache

+5-1
Original file line numberDiff line numberDiff line change
@@ -3565,7 +3565,7 @@
35653565
],
35663566
[
35673567
2011850,
3568-
"dnf distro-sync says a pkg isn’t installed even when it is"
3568+
"dnf distro-sync says a pkg isn\u2019t installed even when it is"
35693569
],
35703570
[
35713571
2239323,
@@ -3582,5 +3582,9 @@
35823582
[
35833583
2221907,
35843584
"dnf5 is not marked as protected, removal leaves system more or less bricked"
3585+
],
3586+
[
3587+
2245773,
3588+
"dnf 4.18 broke fedora-update-feedback"
35853589
]
35863590
]

0 commit comments

Comments
 (0)