summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-02 13:22:14 +0000
committerJim Meyering <jim@meyering.net>2000-12-02 13:22:14 +0000
commit73fe66c783f00f074cb5f96f1d4424a9f9c3594f (patch)
tree5c5a837cb0cebd7e8ce78a30245a7764c628d29c /old
parentcc27b86c6046e0144b7a8491e51ca63463ac4633 (diff)
downloadcoreutils-73fe66c783f00f074cb5f96f1d4424a9f9c3594f.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog2
-rw-r--r--old/fileutils/NEWS3
2 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 06eb7682b..c9347f19c 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,7 @@
2000-12-02 Jim Meyering <meyering@lucent.com>
+ * 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 ec664a68b..76c78690f 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.