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