From: Jim Meyering Date: Sat, 2 Dec 2000 13:22:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_9~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73fe66c783f00f074cb5f96f1d4424a9f9c3594f;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 06eb7682b0..c9347f19ce 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,7 @@ 2000-12-02 Jim Meyering + * tests/dd/skip-seek: Remove test #2, now that support for the + `B' suffix is gone. * tests/dd/Makefile.am (TESTS): Add skip-seek2 * tests/dd/skip-seek2: New file. diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index ec664a68b1..76c78690ff 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,4 +1,7 @@ Changes in release 4.01: +[4.0.34] +* dd no longer honors the just-added `B' suffix on skip= and seek= arguments. +* `mkdir no-such-dir/' no longer fails on NetBSD systems [4.0.33] * dd now accepts skip=nB and seek=nB, to advance past some number of bytes, n, that need not be a multiple of the block size.