1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-10 06:03:31 +02:00
This commit is contained in:
Jim Meyering
1996-10-13 18:27:17 +00:00
parent 3d91b69385
commit 242f2fa2e1

View File

@@ -1,4 +1,6 @@
Changes in release 1.20
* split and tail diagnose unrecognized multiplier suffixes, in e.g.,
`split --bytes=1M' (should be `-b 1m' or `--bytes=1m')
* fix bug in md5sum's handling of partial reads
* fix bug in treatment by sort -f of bytes with high-bit set
* update configuration system to use automake's aclocal program