docs/src/release-notes/0.0.16.md
Version: 0.0.16 Published: 2022-10-12T09:47:51Z
1 on usage errors instead of 2 to match GNU.tail has had another significant refactor with slight improvements.chroot returns better exit codes and supports commands with flags.cp supports the -H flag and handles more cases correctly.test supports -N, -ef, -nt & -ot and supports 128 bit integers.dd's argument parsing has been overhauled and is more compatible with GNU.Many utils have seen minor changes to improve GNU compatibility. Below is a summary of the progress. See https://github.com/uutils/coreutils-tracking/ for more details
| result | 0.0.15 | 0.0.16 | change |
|---|---|---|---|
| pass | 293 | 322 | +29 |
| skip | 73 | 49 | -24 |
| fail | 222 | 217 | -5 |
| error | 5 | 5 | 0 |
The PR's listed below are a selection of all the contributions in this release.
2 to 1 for GNU compat by @tertsdiepraam in https://github.com/uutils/coreutils/pull/3922catunix_socket dependency by @niyaznigmatullin in https://github.com/uutils/coreutils/pull/3854chcontests/misc/chcon-fail.sh test by @niyaznigmatullin in https://github.com/uutils/coreutils/pull/3857chroot--skip-chdir by @sylvestre in https://github.com/uutils/coreutils/pull/4004125, 126 or 127 for errors from chroot itself by @tertsdiepraam in https://github.com/uutils/coreutils/pull/3908cpcp-i GNU test by @niyaznigmatullin in https://github.com/uutils/coreutils/pull/3949-H option by @niyaznigmatullin in https://github.com/uutils/coreutils/pull/3971--reflink=always on no value by @sssemil in https://github.com/uutils/coreutils/pull/3992dddffactorunion feature for smallvec by @niyaznigmatullin in https://github.com/uutils/coreutils/pull/3928lsIOError happened for argument by @niyaznigmatullin in https://github.com/uutils/coreutils/pull/3921+FORMAT in timestyle by @dmatos2012 in https://github.com/uutils/coreutils/pull/3988--ignore behavior with that of GNU ls by @ackerleytng in https://github.com/uutils/coreutils/pull/3803mktempTMPDIR environment variable by @jfinkels in https://github.com/uutils/coreutils/pull/3552prchrono to time by @niyaznigmatullin in https://github.com/uutils/coreutils/pull/3918rmsplitsynctailtest@sssemil (https://github.com/uutils/coreutils/pull/3852), @kilpkonn (https://github.com/uutils/coreutils/pull/3873), @stefins (https://github.com/uutils/coreutils/pull/3853), @snapdgn (https://github.com/uutils/coreutils/pull/3923), @sashashura (https://github.com/uutils/coreutils/pull/3980), @dmatos2012 (https://github.com/uutils/coreutils/pull/3988)
Full Changelog: https://github.com/uutils/coreutils/compare/0.0.15...0.0.16