Releases: vmware/tdnf
Releases · vmware/tdnf
v3.3.1
Changes since 3.3.0:
- deal with non-existing /var/lib/tdnf dir or empty or non-existing 'autoinstalled' file
- move jsondump lib to cli lib
Full Changelog: v3.3.0...v3.3.1
v3.3.0
What's Changed
- add package lock feature by @oliverkurth in #272
- fix progress_cb function by @sshedi in #277
- Refactor minversions logic by @oliverkurth in #280
- implement autoremove feature by @oliverkurth in #283
- fix reinstall for packages on the command line by @oliverkurth in #300
- Granular permissions by @sshedi in #287
- add options for scope and mode for the list and updateinfo commands by @oliverkurth in #301
- Add json output by @oliverkurth in #288
And other minor changes and bug fixes.
v3.1.8
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
v3.2.4
Changes since 3.2.3:
- refactor logging
v3.1.7
v3.1.6
v3.2.3
v3.2.2
Changes since 3.2.1:
- fix building with openssl 3.0
v3.2.1
Changes since 3.2.0:
- when installing to another install root (--installroot= option), cached RPMs were not removed.