Skip to content

Releases: vmware/tdnf

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)

v3.1.4

02 Aug 22:58
Compare
Choose a tag to compare

Changes since last release:

  • fix configreader key reading logic

v3.1.3

29 Jun 19:01
Compare
Choose a tag to compare

Changes since last release:

  • set repo expiry to two days as intended (was: 96 days)

v3.1.2

23 Jun 20:03
Compare
Choose a tag to compare

Changes since last release:

  • do not refresh metadata twice when installing with the --refresh option
  • do not fail if tdnf list <scope> returns empty (issue #94)

v3.1.1

03 Jun 19:49
Compare
Choose a tag to compare

Changes since last release:

  • fix segfault when no key is set in repo config

v3.1.0

01 Jun 19:19
37aceda
Compare
Choose a tag to compare

Changes since 3.0.2:

  • added the reposync command

v3.0.2

06 Apr 19:09
Compare
Choose a tag to compare

Changes since 3.0.1:

  • add the 'noscripts' option (use tdnf install --setopt=tsflags=noscripts')

v3.0.1

01 Apr 21:19
Compare
Choose a tag to compare

Changes since 3.0.0:

  • show rpm package and script when it fails during a transaction for easier diagnostics
  • do not use FTW_MOUNT flag for ntfw() (fixes a problem with older kernels, see #227 for details)
  • use rpmsign in tests instead of deprecated rpmbuild --sign

v3.0.0

19 Feb 04:09
bf8e048
Compare
Choose a tag to compare

Changes since 3.0.0-rc2:

  • fix issues in pmd
  • fix tdnf clean all when already clean
  • print updateinfo and other warnings even if in quiet mode
  • Fix fetching remote keys

and other fixes.