Skip to content

Commit

Permalink
Release 4.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kolarik committed Sep 1, 2023
1 parent 3cf246e commit a31687c
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dnf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,14 @@ popd
%{python3_sitelib}/%{name}/automatic/

%changelog
* 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)
- Block signals during RPM transaction processing (RhBug:2133398)
- Fix bash completion due to sqlite changes (RhBug:2232052)
- automatic: allow use of STARTTLS/TLS
- automatic: use email_port specified in config

* Thu Jul 27 2023 Nicola Sella <[email protected]> - 4.16.2-1
- depend on /etc/dnf/dnf.conf, not libdnf5
- Update repo metadata cache pattern to include zstd
Expand Down
22 changes: 22 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,28 @@
DNF Release Notes
###################

====================
4.17.0 Release Notes
====================

- New features:
- crypto: Use libdnf crypto API instead of using GnuPG/GpgME
- automatic: allow use of STARTTLS/TLS
- automatic: use email_port specified in config

- Bug fixes:
- Block signals during RPM transaction processing (RhBug:2133398)
- Fix bash completion due to sqlite changes (RhBug:2232052)

- Others:
- Reprotect dnf, unprotect python3-dnf (RhBug:2221905)

Bugs fixed in 4.17.0:

* :rhbug:`2221905`
* :rhbug:`2133398`
* :rhbug:`2232052`

====================
4.16.2 Release Notes
====================
Expand Down
12 changes: 12 additions & 0 deletions doc/summaries_cache
Original file line number Diff line number Diff line change
Expand Up @@ -3538,5 +3538,17 @@
[
2172067,
"Missing a description of symbols in dnf history list output"
],
[
2221905,
"python3-dnf is needlessly marked as protected"
],
[
2133398,
"dnf unfinished transaction when upgrading via SSH session"
],
[
2232052,
"Bash completion no longer works due to sqlite upstream changes"
]
]

0 comments on commit a31687c

Please sign in to comment.