Skip to content

Releases: vmware/tdnf

v3.1.8

23 Feb 23:17
Compare
Choose a tag to compare

What's Changed

  • Move instance running check to TDNFOpenHandle() by @sshedi in #290
  • optionally skip metadata parts (stable-3.1) by @oliverkurth in #298

Full Changelog: v3.1.7...v3.1.8

v3.2.5

22 Feb 02:03
Compare
Choose a tag to compare

Changes since 3.2.4:

  • optionally skip metadata parts PR #293

Full Changelog: v3.2.4...3.2.5

v3.2.4

03 Feb 19:16
Compare
Choose a tag to compare

Changes since 3.2.3:

  • refactor logging

v3.1.7

04 Jan 21:30
Compare
Choose a tag to compare

Changes since 3.1.6:

  • fix error code for wrong on input on y/n question (PR #274)

v3.1.6

04 Jan 17:59
Compare
Choose a tag to compare

Changes since 3.1.5:

  • use directories relative to installroot and add setopt=reposdir= #239
  • fix building with openssl 3.0

v3.2.3

23 Dec 00:24
Compare
Choose a tag to compare

Changes since 3.2.2:

  • correct error message on wrong input for yes/no question (PR #274)
  • check file from command line for rpm extension (issue #270)
  • ignore missing filelists in metadata (issue #273)
  • replace existing use of libmetalink library with custom handling (PR #266)

v3.2.2

30 Nov 17:26
Compare
Choose a tag to compare

Changes since 3.2.1:

  • fix building with openssl 3.0

v3.2.1

30 Nov 05:44
Compare
Choose a tag to compare

Changes since 3.2.0:

  • when installing to another install root (--installroot= option), cached RPMs were not removed.

v3.2.0

24 Nov 21:25
4626652
Compare
Choose a tag to compare

Changes since 3.1.5:

  • add --repoid/--repo and --repofrompath options (PR #246).
  • wait for lock until timeout (PR #267)
  • repoquery feature (PR #248)
  • use directories relative to installroot and add setopt=reposdir= (PR #239)
  • ITS issue fixed for tdnf (PR #260 )
  • and a few minor fixes (see commit log for details)

v3.1.5

06 Oct 22:44
Compare
Choose a tag to compare

Changes since last release:

  • add minversions config option
  • make pytests arch independent (does not affect functionality)