That combination resulted in the trailing hole not being reproduced.
[bug introduced in coreutils-8.10]
+ cut --fields no longer outputs extraneous characters on some uClibc configs.
+ [bug introduced in coreutils-6.11]
+
ls no longer prematurely wraps lines when printing short file names.
[bug introduced in coreutils-5.1.0]
All utilities now quote user supplied arguments in error strings,
which avoids confusing error messages in the presence of '\r' chars etc.
+ Utilities that traverse directories, like chmod, cp, and rm etc., will operate
+ more efficiently on XFS and in more cases on NFS, through "leaf optimization".
+
md5sum now ensures a single line per file for status on standard output,
by using a '\' at the start of the line, and replacing any newlines with '\n'.
This also affects sha1sum, sha224sum, sha256sum, sha384sum and sha512sum.