Releases: vmware/tdnf
Releases · vmware/tdnf
v3.4.4
v3.3.3
What's Changed
- Fix minversions overwriting excludes by @oliverkurth in #370
Full Changelog: v3.3.2...v3.3.3
v3.4.3
What's Changed
- Fix minversions overwriting excludes by @oliverkurth in #369
- Improve help text (PR #366)
Full Changelog: v3.4.2...v3.4.3
v3.4.2
v3.4.1
Highlights in this release
history
support (list
,rollback
,undo
andredo
)mark
command- metalink functionality is now in a plugin
- check available cache size for download
- multiple base URLs
--skip-broken
option--alldeps
option when downloading--testonly
option
More details below:
What's Changed
- deal with non-existing /var/lib/tdnf dir or empty or non-existing 'au… by @oliverkurth in #316
- move jsondump lib to cli lib by @oliverkurth in #315
- common/strings.c: simplify TDNFTrimSuffix function by @sshedi in #318
- fix repoquery segfault by @oliverkurth in #323
- Fix github workflow fail on error by @oliverkurth in #322
- ensure spaces separate list columns by @oliverkurth in #324
- ci: exit if one of the cmake/make commands fail by @oliverkurth in #326
- suggest to 'tdnf makecache' on download failure by @oliverkurth in #325
- Fix RPM build workflow by @oliverkurth in #328
- add clean options and refactor by @oliverkurth in #329
- add history tracking and rollbacks by @oliverkurth in #314
- python: Fix linking to built libraries by @Conan-Kudo in #331
- use a unique path for cache data by @oliverkurth in #330
- Correctly mark internal libraries to be built as static libraries by @Conan-Kudo in #332
- Fix missing error when repo build script setup-repo.sh fails. by @prestonsn in #333
- Iss34 check avail cache size for download by @prestonsn in #321
- add "mark" command by @oliverkurth in #327
- Fix coverity issues by @oliverkurth in #336
- fix flake8 errors for assert() by @oliverkurth in #338
- add --testonly option by @oliverkurth in #317
- various minor fixes by @oliverkurth in #340
- fix PATH in test_tdnf_automatic.py by @oliverkurth in #339
- add --alldeps options by @oliverkurth in #337
- remove unused functions by @oliverkurth in #350
- handle error when install root is relative by @oliverkurth in #343
- fix missing va_end in jsondump by @sshedi in #351
- 'repo' option should be same as 'repoid' by @oliverkurth in #354
- support multiple base URLs by @oliverkurth in #348
- move metalink functionality to a plugin by @oliverkurth in #349
- add --skip-broken option by @oliverkurth in #346
New Contributors
- @prestonsn made their first contribution in #333
Full Changelog: v3.3.0...v3.4.1
v3.3.2
What's Changed
- add --alldeps options (tdnf 3.3) by @oliverkurth in #344
Full Changelog: v3.3.1...v3.3.2
v3.1.10
What's Changed
- add --alldeps options (tdnf 3.1) by @oliverkurth in #345
Full Changelog: v3.1.9...v3.1.10
v3.1.9
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.