Skip to content

Releases: rpm-software-management/libdnf

0.73.2

18 Jun 19:58
Compare
Choose a tag to compare

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

28 Mar 17:48
Compare
Choose a tag to compare
  • Bug fixes:

  • Others:

    • MergedTransaction: Calculate RPM difference between two same versions as no-op
    • Onboard packit tests
    • Add virtual destructor to TransactionItem

0.73.0

08 Feb 14:40
Compare
Choose a tag to compare
  • 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

18 Oct 10:31
Compare
Choose a tag to compare
  • 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

01 Sep 07:26
Compare
Choose a tag to compare
  • 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

28 Jul 12:52
Compare
Choose a tag to compare

New features:

  • Support "proxy=none" in main config (RhBug:2155713)

Others:

  • Fix #1558: Don't assume inclusion of cstdint
  • Disconnect monitors in dnf_repo_loader_finalize() (RhBug:2070153)

0.70.1

15 May 10:55
Compare
Choose a tag to compare
  • 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

21 Feb 08:50
Compare
Choose a tag to compare
  • 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

0.69.0

09 Sep 10:28
Compare
Choose a tag to compare
  • New features:
    • Expose librepo max_downloads_per_mirror configuration

0.68.0

16 Aug 13:45
Compare
Choose a tag to compare
  • New features:

    • context: Support (NEVRA forms, provides, file provides) including globs in the dnf_context_remove func (RhBug:2084602)
  • Bug fixes:

    • dnf-context: Disconnect signal handler before dropping file monitor ref
    • Filter out advisory pkgs with different arch during advisory upgrade, fixes possible problems in dependency resulution (RhBug:2088149)
    • Gracefully handle failure to open repo primary file
    • Fix listing a repository without cpeid (RhBug:2066334)