Skip to content

v2.1.2

Compare
Choose a tag to compare
@keerthanakalyan keerthanakalyan released this 16 Oct 10:27
· 729 commits to dev since this release
5e14082

Features:

  1. Run single instance of tdnf.
  2. Support to add gpgkey permanently to rpm keyring if key is not present in keyring.
  3. Replace all OPENSSL API calls with high level APIs.
  4. Support for exclude packages list in tdnf.conf.
  5. Support sequential retries of lesser priority mirrors from metalink file.
  6. Support gpgkeys from remote URLs.
  7. Support for importing multiple gpgkeys.
  8. Deprecated TDNFMakeCache API.

Fixes:

  1. Fix tdnf check command.
  2. Fix gpgme_op_verify_result and enable TDNF_PLUGIN_EVENT_TYPE_REPO_MD.
  3. Detect rpm pretrans errors and suggest solution.
  4. Fix --exclude option when used along with --security.
  5. Fix TDNFDownloadFile call in repogpgcheck plugin.

Tests:

  1. Support for test repo over simple http and https server.
  2. Improvements and fixes in pytests.