Releases: vmware/tdnf
Releases · vmware/tdnf
v3.1.4
Changes since last release:
- fix configreader key reading logic
v3.1.3
Changes since last release:
- set repo expiry to two days as intended (was: 96 days)
v3.1.2
v3.1.1
Changes since last release:
- fix segfault when no key is set in repo config
v3.1.0
Changes since 3.0.2:
- added the
reposync
command
v3.0.2
Changes since 3.0.1:
- add the 'noscripts' option (use
tdnf install --setopt=tsflags=noscripts'
)
v3.0.1
v3.0.0
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
This release fixes builds with the library by moving TDNFCliRefresh()
to the from the cli to thelib
code.
v3.0.0-rc
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.