v0.11
New features:
- libmfu: mfu_flist_archive function to create and extract tar (tape archive) files
- libmfu: updated default I/O buffer and chunk sizes from 1MB to 4MB
- libmfu: define major, minor, patch versioning on libmfu.so
- dcmp, dcp, dsync: renamed
--synchronous
to--direct
as the option to enableO_DIRECT
- dcmp, dsync: added
--chunksize
and--blocksize
options to size work units when slicing files - dcp: log more errors and
return 1
frommain
on error - dcp, dsync, dwalk: added
--dereference
option for dereferencing symbolic links - dtar: promoted from experimental to production tool
New DAOS features:
- dcmp, dcp, dsync: added DAOS support for DAOS POSIX containers
- dcp: added DAOS support for generic DAOS containers
- see DAOS-Support.md for documentation on DAOS usage
Bug Fixes:
- libmfu: improved
O_DIRECT
buffer and file offset alignments when copying files - libmfu: compile bug to define
SYS_getdents
onaarch64
systems
Recommended:
- liblwgrp v1.0.3
- libdtcmp v1.1.1
- libarchive v3.5.1