Skip to content

Releases: vmware/tdnf

v2.1.0

25 Feb 06:04
81bc2fc
Compare
Choose a tag to compare
v2.1.0 Pre-release
Pre-release

Support for plugins. Plugins allow tdnf to modify base functionality without increasing base dependencies.
yum plugin configurations and conventions apply.

repogpgcheck plugin

repogpgcheck plugin is added to code base. repogpgcheck plugin does gpg signature check on repositories configured with repo_gpgcheck=1
please note that repogpgcheck plugin will not import public keys automatically and will require necessary pre-imported public keys for repos you intend to verify.

bug fixes

  • fix error strings when interactive alter is aborted (install, update etc). now returns Operation aborted and a non zero error
  • better error message if a repo directory is missing while init
  • if there is an rpm read error, the corresponding file and path is printed for better debugging

build and test

  • @cbsiddharth changed build to use cmake and re-wrote tests to use pytest
  • @Conan-Kudo contributed by adding fedora build and test and improve ci for multiple distros

v2.0.0-beta

21 Nov 02:20
Compare
Choose a tag to compare
v2.0.0-beta Pre-release
Pre-release
Add reboot-required option support

--reboot-required option is used to filter out the packages which
needs a system reboot post the package update.

Change-Id: Ibf346bb6d9a7ad1356edf19af0644490e4fb21e2

v2.0.0-alpha.1

16 Jan 19:42
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release
update changes from current working branch - iter1

Change-Id: Iac86be090b54090c1e31a53918c400b200f42702

v1.2.2

05 Oct 00:40
Compare
Choose a tag to compare

includes check command which checks for install issues on all available packages.

v1.2.1

18 Jul 23:43
Compare
Choose a tag to compare
v1.2.1 Pre-release
Pre-release

version substitute in repo names
fix display error on list sizes greater than int max
fix updateinfo refresh
fix erase when given rpms are not installed

v1.2.0

04 May 01:58
Compare
Choose a tag to compare
v1.2.0 Pre-release
Pre-release
fix package listing, add transaction progress

Change-Id: I5cede15535756bcfba66bbff549514911634547a

v1.1.0

08 Dec 01:36
Compare
Choose a tag to compare
v1.1.0 Pre-release
Pre-release

--disablerepo= disable specific repo id or glob
--enablerepo= enable specific repo id or glob
--quiet turns off messages
metadata expire option is handled correctly
list handles multiple packages
fixes to help text

v1.0.9

20 May 17:40
Compare
Choose a tag to compare
v1.0.9 Pre-release
Pre-release
show options in help

Change-Id: I8b49ee6e1bff83bbe64121be6cd9eb8348fab921

v1.0.8

06 Apr 23:00
Compare
Choose a tag to compare
v1.0.8 Pre-release
Pre-release

supports --releasever
fix autotest path so tests will run on other distros
coverity code scan - fix warnings and issues
*unreachable code
*unnecessary free
*2 mem leaks
prevent resource exhaustion - limit string allocation to 16MB

v1.0.7

15 Jan 04:07
Compare
Choose a tag to compare

Fix install update-check error codes. Add tests for the same.