Back to Coreutils

0.0.15

docs/src/release-notes/0.0.15.md

0.8.014.5 KB
Original Source

0.0.15

Version: 0.0.15 Published: 2022-08-20T14:19:32Z

Release Notes

Highlights

  • stty is now partially implemented (https://github.com/uutils/coreutils/pull/3672). We now finally have implementations for all the coreutils!
  • tail now implements --follow and has seen many more improvements thanks to the giant refactor by @jhscheer.
  • wc and sum have gotten performance improvements by @resistor.
  • There have been refactors, fixes and performance improvements in many utils.

GNU test suite compatibility

Many utils have seen minor changes to improve GNU compatibility. This marks the first release where we pass more tests than we fail. See https://github.com/uutils/coreutils-tracking/ for more details

result0.0.140.0.15change
pass242293+51
skip73730
fail270222-48
error85-3

Changes

The PR's listed below are a selection of all the contributions in this release.

basename

basenc

comm

cp

cut

dd

df

dircolors

dirname

du

expand

hashsum

install

ln

ls, dir & vdir

mktemp

mv

numfmt

paste

realpath

rm

shuf

sort

sum

split

stty

tail

tee

touch

true & false

tty

unexpand

uniq

wc

uucore

General

New Contributors

@weijunji (https://github.com/uutils/coreutils/pull/3604), @str4d (https://github.com/uutils/coreutils/pull/3593), @patricksjackson (https://github.com/uutils/coreutils/pull/3600), @Ganneff (https://github.com/uutils/coreutils/pull/3613), @Garfield96 (https://github.com/uutils/coreutils/pull/3642), @philgebhardt (https://github.com/uutils/coreutils/pull/3647), @ElijahSink (https://github.com/uutils/coreutils/pull/3657), @niyaznigmatullin (https://github.com/uutils/coreutils/pull/3663), @eds-collabora (https://github.com/uutils/coreutils/pull/3656), @lendandgit (https://github.com/uutils/coreutils/pull/3602), @resistor (https://github.com/uutils/coreutils/pull/3708), @andrewbaptist (https://github.com/uutils/coreutils/pull/3720), @Stonks3141 (https://github.com/uutils/coreutils/pull/3718), @pimzero (https://github.com/uutils/coreutils/pull/3746), @Fuchczyk (https://github.com/uutils/coreutils/pull/3809), @5225225 (https://github.com/uutils/coreutils/pull/3808), @jarkonik (https://github.com/uutils/coreutils/pull/3784)

Full Changelog: https://github.com/uutils/coreutils/compare/0.0.14...0.0.15