Releases: rpm-software-management/libdnf
Releases · rpm-software-management/libdnf
0.74.0
What's Changed
- Fix a segfault in iterator of a ConfigParser section by @hroncok in #1682
- Update ko.po by @simmon-nplob in #1684
- Split $releasever to $releasever_major and $releasever_minor in the C API by @dherrerace in #1688
- Merge
bootc
branch to master by @evan-goode in #1683 - ConfigParser: make splitReleasever public by @evan-goode in #1689
- C API: Detect releasever_major, releasever_minor from provides by @evan-goode in #1691
- C API: support shell-style variable substitution by @evan-goode in #1696
- module: Warn if module config file is inaccessible by @m-blaha in #1695
- Enable automatic PR reviews by @jan-kolarik in #1698
- build: Increase CMake minimal version to 3.5.0 by @ppisar in #1700
- spec: Increase cmake minimal version to 3.5.0 by @ppisar in #1701
New Contributors
- @hroncok made their first contribution in #1682
- @simmon-nplob made their first contribution in #1684
- @dherrerace made their first contribution in #1688
Full Changelog: 0.73.4...0.74.0
0.73.4
What's Changed
Full Changelog: 0.73.3...0.73.4
0.73.3
0.73.2
What's Changed
- context: use
rpmtsAddReinstallElement()
when doing a reinstall by @kontura in #1650 - MergedTransaction: Fix invalid memory access when dropping items by @jan-kolarik in #1658
- ConfigParser: fix use-out-of-scope leaks by @evan-goode in #1661
- Since we use rpmtsAddReinstallElement rpm also uninstalls the package by @kontura in #1660
- Fix countme bucket calculation by @dmnks in #1662
Full Changelog: 0.73.1...0.73.2
0.73.1
-
Bug fixes:
- Fix https://issues.redhat.com/browse/RHEL-27657
- subject-py: Fix memory leak
-
Others:
- MergedTransaction: Calculate RPM difference between two same versions as no-op
- Onboard packit tests
- Add virtual destructor to TransactionItem
0.73.0
-
Major changes:
- filelists metadata not loaded by default
- deltarpm disabled by default
-
New features:
- conf: Introduce new optional_metadata_types option to load filelists on demand
- goal: Method for detecting file dependency problems
0.72.0
-
New features:
- conf: Add limited shell-style variable expansion (RhBug:1789346)
- conf: Add support for $releasever_major, $releasever_minor (RhBug:1789346)
- repo: Don't download the repository if the local cache is up to date
-
Bug fixes:
- Avoid reinstalling installonly packages marked for ERASE (RhBug:2163474)
- transaction: Save the reason for installing (RhBug:1733274)
- hawkey.subject: get_best_selectors only obsoleters of latest (RhBug:2183279,2176263)
-
Others:
- Allow DNF to be removed by DNF 5 (RhBug:2221907)
- Include dist-info for python3-libdnf
- bindings: Load all modules with RTLD_GLOBAL
- Update translations
0.71.0
-
New features:
- PGP: Use new librepo PGP API, remove gpgme dependency
- API: Basic support for OpenPGP public keys
- Make code C++20 compatible
-
Bug fixes:
- Avoid using GNU extensions in the dependency splitter regex
- filterAdvisory: match installed_solvables sort with lower_bound (RhBug:2212838)
0.70.2
0.70.1
-
New features:
- Add repoid to solver errors for RPMs (RhBug:2179413)
-
Others:
- Avoid using obsolete RPM API and drop redundant calls
- Remove DNF from list of protected packages