Skip to content

Commit

Permalink
Release 4.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kolarik committed Apr 6, 2023
1 parent 1daf346 commit 5306910
Show file tree
Hide file tree
Showing 4 changed files with 91 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.14.0")
set (DEFAULT_DNF_VERSION "4.15.0")

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

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

%changelog
* Thu Apr 06 2023 Jan Kolarik <jkolarik@redhat.com> - 4.15.0-1
- Add reboot option to DNF Automatic (RhBug:2124793)
- Add support for rollback of group upgrade rollback (RhBug:2016070)
- Omit src RPMs from check-update (RhBug:2151910)
- repoquery: Properly sanitize queryformat strings (RhBug:2140884)
- Don't double-encode RPM URLs passed on CLI (RhBug:2103015)
- Allow passing CLI options when loading remote cfg (RhBug:2060127)
- Ignore processing variable files with unsupported encoding (RhBug:2141215)
- Fix AttributeError when IO busy and press ctrl+c (RhBug:2172433)
- cli: Allow = in setopt values
- Mark strftime format specifiers for translation
- Unload plugins upon their deletion
- Fixes in docs and help command
- Fix plugins unit tests
- Add unit tests for dnf mark
- smtplib: catch OSError, not SMTPException

* Fri Sep 09 2022 Jaroslav Rohel <jrohel@redhat.com> - 4.14.0-1
- doc: Describe how gpg keys are stored for `repo_ggpcheck` (RhBug:2020678)
- Set default value for variable to prevent crash (RhBug:2091636)
Expand Down
32 changes: 32 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,38 @@
DNF Release Notes
###################

====================
4.15.0 Release Notes
====================

- New features:
- Add reboot option to DNF Automatic (RhBug:2124793)
- cli: Allow = in setopt values
- Mark strftime format specifiers for translation

- Bug fixes:
- Add support for rollback of group upgrade rollback (RhBug:2016070)
- Omit src RPMs from check-update (RhBug:2151910)
- repoquery: Properly sanitize queryformat strings (RhBug:2140884)
- Don't double-encode RPM URLs passed on CLI (RhBug:2103015)
- Allow passing CLI options when loading remote cfg (RhBug:2060127)
- Ignore processing variable files with unsupported encoding (RhBug:2141215)
- Fix AttributeError when IO busy and press ctrl+c (RhBug:2172433)
- Unload plugins upon their deletion
- Fixes in docs and help command
- Fix plugins unit tests
- Add unit tests for dnf mark
- smtplib: catch OSError, not SMTPException

Bugs fixed in 4.15.0:

* :rhbug:`2124793`
* :rhbug:`2016070`
* :rhbug:`2151910`
* :rhbug:`2140884`
* :rhbug:`2103015`
* :rhbug:`2141215`

====================
4.14.0 Release Notes
====================
Expand Down
40 changes: 40 additions & 0 deletions doc/summaries_cache
Original file line number Diff line number Diff line change
Expand Up @@ -3482,5 +3482,45 @@
[
2101421,
"yum check-update --security shows obsoleting packages when no security updates apply"
],
[
2124793,
"automatic reboot in dnf-automatic in RHEL 9"
],
[
2016070,
"dnf rollback of a transaction with a group upgrade in it causes errors when trying to downgrade group"
],
[
2151910,
"yum check-update incorrectly reports source packages as updates"
],
[
2140884,
"dnf repoquery --qf doesn't properly sanitize values"
],
[
2103015,
"yum install URL fails do download RPM due to urlencoding provided URL"
],
[
2060127,
"[RFE] Allow DNF to fetch packages via a secure file protocols such as (FTPs and SFTP/SSH)"
],
[
2141215,
"dnf dies with \"Config error: 'utf-8' codec can't decode byte\" when a vim swp file exists"
],
[
2172433,
"dnf happen AttributeError and RuntimeError when io busy and press ctrl c"
],
[
1939975,
"'dnf offline-upgrade' does not support --advisory properly"
],
[
2054235,
"Offline updates"
]
]

0 comments on commit 5306910

Please sign in to comment.