Releases: rpm-software-management/dnf5
Releases · rpm-software-management/dnf5
5.0.2
Highlights of this release
- new
group remove
command - new option
--duplicates
forrepoquery
command - new tutorials for python3 bindings
- new dnf5-devel package
- improved options in config
- improved documentation for Repoquery, Upgrade and About section
What's Changed
- swig: Fix issues with transactions in Python bindings by @jan-kolarik in #174
- Add tutorial for bindings by @inknos in #102
- Update "About" section by @inknos in #177
- Separate pool for comps solvables by @m-blaha in #167
- modules: Resolve active modules when accessing them by @pkratoch in #164
- modules: Add ModuleQuery by @pkratoch in #175
- dnf5-changes-doc: Add more structure and document dropped repoquery options by @kontura in #176
- Repoquery: Add --duplicates option by @kontura in #178
- Update README.md with up to date information by @inknos in #184
- Add dnf5-devel package by @inknos in #179
- Throw Exception if alldeps used without resolve by @inknos in #185
- Fix spelling error by @bkrl in #188
- PGP: Use new librepo PGP API, remove gpgme dependency by @jrohel in #166
- Cast std::tolower() argument to unsigned char to avoid possible UB by @bkrl in #187
- Configuration for loading repository metadata parts by @jan-kolarik in #123
- Group remove command by @m-blaha in #170
Full Changelog: 5.0.1...5.0.2
Release 5.0.1
What's Changed
- [libdnf] Move "plugins.hpp" away from public headers, clean up "IPlugin.hpp" by @jrohel in #120
- modules: Add module goal and resolving by @pkratoch in #118
- Improve handling of rich dependencies by @j-mracek in #125
- Extend LogEvent with new attribute spec_type by @m-blaha in #128
- [dnf5] Fix: repo metadata download progress bars - repetition, amount of downloaded data, number widget by @jrohel in #130
- Fix showing full percentage progress before metadata download start by @jan-kolarik in #158
- goal: Filter all_installed for requested names by @m-blaha in #160
- RepoGpgme: Fix loading known keys, memory leak by @jrohel in #162
- Disable irrelevant clang-tidy checks by @bkrl in #165
New Contributors
Full Changelog: 5.0.0...5.0.1
Pre release
5.0.0 Base: Impl has to be the second data member after base_guard to be de…