Skip to content

0.0.25

Compare
Choose a tag to compare
@sylvestre sylvestre released this 23 Mar 20:56
· 286 commits to main since this release

πŸ“¦ Rust Coreutils 0.0.25 Release:

We're thrilled to announce version 0.0.25. We added +15 GNU passing tests since our last update!
More and more programs have a full compatibility with the GNU testsuite.
The current list is: base64, basename, cat, chgrp, chmod, chown, dirname, expand, fold, groups, join, ln, mktemp, nice, nl, nproc, paste, pathchk, printenv, realpath, shuf, sleep, split, sync, unexpand, uniq, wc and yes.

This release saw contributions from 31 developers, including 14 newcomers.

Some of this work has been supported by the Sovereign Tech Fund.

If you want to help us, please consider sponsoring on GitHub. This helps us use better tools like GitHub Actions. Sponsor us at https://github.com/sponsors/uutils.

Visit our website at https://uutils.github.io.

GNU test suite compatibility

Here's how version 0.0.25 compares to the previous release - running GNU/Coreutils 9.4:

Result 0.0.24 0.0.25 Change 0.0.24 to 0.0.25 % Total 0.0.24 % Total 0.0.25 % Change 0.0.24 to 0.0.25
Pass 422 437 +15 69.87% 72.35% +2.48%
Skip 50 50 0 8.28% 8.28% 0.00%
Fail 132 117 -15 21.85% 19.37% -2.48%
Error 0 0 0 0.00% 0.00% 0.00%

GNU testsuite evolution

For more details, visit https://github.com/uutils/coreutils-tracking/.

What's Changed

base32/base64/basenc

basename

cat

chcon

chmod

  • Fix chmod -c --reference reporting when no change is made by @mtimaN in #6016
  • Fix handling of preserve root flag and error messages by @BenWiederhake in #6042

cksum

cp

csplit

cut

dd

df

  • switch from u64 to u128 to handle fs with large inodes nr by @cre4ture in #6071

du

echo

env

expand

factor

fmt

  • Make sure the goal is always positive when given a positive width by @sargas in #6094
  • fail if goal is bigger than default width by @cakebaker in #6096

hashsum

install

ln

ls

more

numfmt

od

  • disable failing test_od::test_f16() for android CI by @cre4ture in #5984
  • re-enable f16 test with newer AVD system image by @cre4ture in #6099

printf

pr

seq

shuf

sort

split

stat

tsort

tty

truncate

uname

uniq

CI

Documentation

Security

Various improvements

dependency updates

New Contributors

Full Changelog: 0.0.24...0.0.25