Skip to content

Commit

Permalink
Release 4.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kolarik committed Oct 18, 2023
1 parent a68fa17 commit 8dfa0c9
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set (DEFAULT_DNF_VERSION "4.17.1")
set (DEFAULT_DNF_VERSION "4.18.0")

if(DEFINED DNF_VERSION)
if(NOT ${DEFAULT_DNF_VERSION} STREQUAL ${DNF_VERSION})
Expand Down
13 changes: 12 additions & 1 deletion dnf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
It supports RPMs, modules and comps groups & environments.

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

%changelog
* 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)
- distro-sync: Print better info message when no match (RhBug:2011850)
- Include dist-info for python3-dnf (RhBug:2239323)
- Revert "Block signals during RPM transaction processing" (RhBug:2133398)
- Do not print details of verifying (RhBug:1908253)
- Add Recommends %{_bindir}/sqlite3 for bash-completion for Fedora
- conf: Split $releasever to $releasever_major and $releasever_minor (RhBug:1789346)
- Update translations

* Fri Sep 01 2023 Jan Kolarik <[email protected]> - 4.17.0-1
- crypto: Use libdnf crypto API instead of using GnuPG/GpgME
- Reprotect dnf, unprotect python3-dnf (RhBug:2221905)
Expand Down
30 changes: 30 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,36 @@
DNF Release Notes
###################

====================
4.18.0 Release Notes
====================

- New features:
- Do not print details of verifying (RhBug:1908253)
- Add Recommends %{_bindir}/sqlite3 for bash-completion for Fedora
- conf: Split $releasever to $releasever_major and $releasever_minor (RhBug:1789346)

- Bug fixes:
- base: Add obsoleters of only latest versions (RhBug:2183279,2176263)
- comps: Fix marking a group package as installed (RhBug:2066638)
- distro-sync: Print better info message when no match (RhBug:2011850)
- Include dist-info for python3-dnf (RhBug:2239323)
- Revert "Block signals during RPM transaction processing" (RhBug:2133398)

- Others:
- Update translations

Bugs fixed in 4.18.0:

* :rhbug:`2183279`
* :rhbug:`2176263`
* :rhbug:`2066638`
* :rhbug:`2011850`
* :rhbug:`2239323`
* :rhbug:`2133398`
* :rhbug:`1908253`
* :rhbug:`1789346`

====================
4.17.0 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 @@ -3550,5 +3550,33 @@
[
2232052,
"Bash completion no longer works due to sqlite upstream changes"
],
[
2183279,
"systemd-udev resolving to systemd-boot-unsigned after split"
],
[
2176263,
"Attempting to run \"dnf install systemd-udev\" no longer installs systemd-udev on F37 container"
],
[
2066638,
"\"dnf group remove\" removes packages that belong to another installed group"
],
[
2011850,
"dnf distro-sync says a pkg isn’t installed even when it is"
],
[
2239323,
"Missing Provides: python3dist on python3-dnf"
],
[
1908253,
"RFE: do not print details of Verifying"
],
[
1789346,
"RFE: Add support for $releasever_major, $releasever_minor, and limited shell expansion for zypp yum repo file compatibility"
]
]

0 comments on commit 8dfa0c9

Please sign in to comment.