Skip to content

Commit

Permalink
Release 4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrohel committed Mar 8, 2022
1 parent c68038f commit af3d0da
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 0 deletions.
19 changes: 19 additions & 0 deletions dnf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,25 @@ popd
%{python3_sitelib}/%{name}/automatic/

%changelog
* Tue Mar 08 2022 Jaroslav Rohel <[email protected]> - 4.11.0-1
- Allow destdir option with modulesync command
- Add documentation for query api flags (RhBug:2035577)
- Fix swap command to work with local rpm files correctly (RhBug:2036434)
- Don't recommend %{_bindir}/sqlite3 for bash-completion (RhBug:1947925)
- Don't recommend python3-unbound on RHEL (RhBug:1947924)
- Recommend rpm-plugin-systemd-inhibit only if systemd (RhBug:1947924)
- Fix regression in verifying signatures using rpmkeys
- Use rpm.TransactionSet.dbCookie() to determining if rpmdb has changed (RhBug:2043476)
- Fix decompression of groups.xml (RhBug:2030255)
- Fix history undo on a Reason Change (RhBug:2010259,2053014)
- Remove /usr/bin from sys.path to avoid accidentally importing garbage
- Fix: Python dnf API does not respect cacheonly (RhBug:1862970)
- Fix python3.11 build: remove deprecated, update traceback regex
- fix dnf mark error when history sqlite missing
- [doc] Improve description of multilib_policy=all (RhBug:1996681,1995630)
- [doc] clarify effect of --enablerepo and --disablerepo options (RhBug:2031414)
- [doc] default values for module_obsoletes and module_stream_switch (RhBug: 2051846)

* Thu Oct 21 2021 Pavla Kratochvilova <[email protected]> - 4.10.0-1
- Add support for autodetecting packages to be excluded from being installed as weak dependencies (RhBug:1699672)
- Add support for excluding packages to be installed as weak dependencies (RhBug:1699672)
Expand Down
40 changes: 40 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,46 @@
DNF Release Notes
###################

====================
4.11.0 Release Notes
====================

- New features:
- Allow destdir option with modulesync command
- Add documentation for query api flags (RhBug:2035577)

- Bug fixes:
- Fix swap command to work with local rpm files correctly (RhBug:2036434)
- Don't recommend %{_bindir}/sqlite3 for bash-completion (RhBug:1947925)
- Don't recommend python3-unbound on RHEL (RhBug:1947924)
- Recommend rpm-plugin-systemd-inhibit only if systemd (RhBug:1947924)
- Fix regression in verifying signatures using rpmkeys
- Use rpm.TransactionSet.dbCookie() to determining if rpmdb has changed (RhBug:2043476)
- Fix decompression of groups.xml (RhBug:2030255)
- Fix history undo on a Reason Change (RhBug:2010259,2053014)
- Remove /usr/bin from sys.path to avoid accidentally importing garbage
- Fix: Python dnf API does not respect cacheonly (RhBug:1862970)
- Fix python3.11 build: remove deprecated, update traceback regex
- fix dnf mark error when history sqlite missing
- [doc] Improve description of multilib_policy=all (RhBug:1996681,1995630)
- [doc] clarify effect of --enablerepo and --disablerepo options (RhBug:2031414)
- [doc] default values for module_obsoletes and module_stream_switch (RhBug: 2051846)

Bugs fixed in 4.11.0:

* :rhbug:`2051846`
* :rhbug:`1996681`
* :rhbug:`1995630`
* :rhbug:`2030255`
* :rhbug:`2036434`
* :rhbug:`2010259`
* :rhbug:`1947924`
* :rhbug:`1947925`
* :rhbug:`2053014`
* :rhbug:`2035577`
* :rhbug:`1862970`
* :rhbug:`2031414`

====================
4.10.0 Release Notes
====================
Expand Down
48 changes: 48 additions & 0 deletions doc/summaries_cache
Original file line number Diff line number Diff line change
Expand Up @@ -3378,5 +3378,53 @@
[
1947958,
"DNF no longer raises an error when an unknown group is installed"
],
[
2051846,
"dnf.conf(5) does not document a default value for module_obsoletes and module_stream_switch"
],
[
1996681,
"yum tries to install packages with incompatible architecture when multilib_policy=all"
],
[
1995630,
"yum tries to install packages with incompatible architecture when multilib_policy=all"
],
[
2030255,
"Intermittent failure of `dnf --cacheonly`"
],
[
2036434,
"dnf swap with local rpm produces Error: Cannot add local packages, because transaction job already exists"
],
[
2010259,
"[abrt] dnf: _revert_transaction(): history.py:233:_revert_transaction:KeyError: 'Reason Change'"
],
[
1947924,
"python3-dnf uses Recommends for python3-unbound and rpm-plugin-systemd-inhibit"
],
[
1947925,
"dnf uses Recommends for /usr/bin/sqlite3 if bash-completion and python3-dbus if NetworkManager"
],
[
2053014,
"Undoing an undo produces a python backtrace"
],
[
2035577,
"sack.query() does not contain full package set"
],
[
1862970,
"python3-dnf does not respect cacheonly"
],
[
2031414,
"`dnf --disablerepo`/`dnf --enablerepo` documentation is confusing"
]
]

0 comments on commit af3d0da

Please sign in to comment.