Releases: rpm-software-management/libdnf
Releases · rpm-software-management/libdnf
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
0.70.0
-
Security fixes:
- Allow change of architecture for packages during security updates with noarch involved (RhBug:2124483)
-
Bug fixes:
- "dnf_keyring_add_public_keys": reset localError to NULL after free (RhBug:2121222)
- context: Get RPM db path from RPM
- Fix memory leak of SolvUserdata