Skip to content

Releases: vmware/tdnf

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.

v3.0.0-rc2

20 Jan 21:15
4837ac8
Compare
Choose a tag to compare

This release fixes builds with the library by moving TDNFCliRefresh() to the from the cli to thelib code.

v3.0.0-rc

15 Jan 23:42
cd71ffe
Compare
Choose a tag to compare

This release includes these features and fixes:

  • --downloadonly option
  • a few resource leaks and other issues uncovered by coverity
  • fix the --cacheonly / -C option
  • a spec file to build RPMs for tdnf
  • delay refresh of the repo metadata until command line is validated
  • print improvements
  • support the --exclude option for all altering commands
  • download options (retries, timeout, minrate and throttle)
  • read multiple keys from one file
  • ssl options

and other fixes.