Releases: vmware/tdnf
Releases · vmware/tdnf
v3.5.5
What's Changed
- version 3.5.5 by @oliverkurth in #450
This includes PR #445, #443, #424 and PR #449.
This is mainly for adding the checksum change. The size check change is similar.
The other changes were selected because there is minor risk of breaking anything.
Full Changelog: v3.5.4...v3.5.5
v3.5.4
This adds PR #438 : fix rpm verbosity default, and fix rpm scriptlet output when json is enabled
Full Changelog: v3.5.3...v3.5.4
v3.5.3
v3.1.15
What's Changed
- fix reinstall conflicts by @oliverkurth in #428
- bump version to 3.1.15 by @oliverkurth in #429
Full Changelog: v3.1.14...v3.1.15
v3.3.9
What's Changed
- fix segfault when invalid arguments are given to repoquery or reposync by @oliverkurth in #421
Full Changelog: v3.3.8...v3.3.9
v3.5.2
v3.5.1
This release adds coverity changes and PR #401 .
What's Changed
- Changes for 3.5.1 by @oliverkurth in #416
Full Changelog: v3.5.0...v3.5.1
v3.3.8
v3.1.14
v3.5.0
What's Changed
- use configparser to edit config in tests by @oliverkurth in #352
- add
--arch
option torepoquery
command by @oliverkurth in #355 - add
--repofromdir
option by @oliverkurth in #353 - add package with tests by @oliverkurth in #335
- bash completion: add a few commands and options, and a few optimizations by @oliverkurth in #365
- remove dead code in
solv/tdnfquery.c
by @oliverkurth in #376 - Coverity issues, report install/download sizes in 64bit by @oliverkurth in #385
- remove unused prototypes by @oliverkurth in #389
- limit number of open files with
setrlimit()
by @oliverkurth in #391 - avoid copying a package file to cache if we can access it directly by @oliverkurth in #392
- make max number of open files configurable by @oliverkurth in #393
- add
CONTRIBUTING.md
by @oliverkurth in #396 - Add support for
tsflags=nodocs
by @AZaugg in #399 - Ensure tdnf lock file is removed on application exit by @AZaugg in #403
- Add new
dnf_check_update_compat
config file option. Defaults to disabled. by @mminkus in #404 - Add unit tests to test return code of
tdnf check-update
when by @mminkus in #406 - BugFix segfault caused due to missing name param by @AZaugg in #401
- Add
--source
and--builddeps
options by @oliverkurth in #394 - configuration tool for tdnf by @oliverkurth in #341
- add
--nodeps
option for--downloadonly
by @oliverkurth in #409
New Contributors
- @reubeno made their first contribution in #363
- @AZaugg made their first contribution in #399
- @mminkus made their first contribution in #404
Full Changelog: v3.4.1...v3.5.0