summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-03-08 18:58:39 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-03-08 18:58:39 +0000
commit90b915c863b71b3b3a9772781550def3b8870c2b (patch)
treedda33712f98b935da0ea557eeafa7dfa0906255d /ChangeLog
parent12565180f485716c772c245050471603a13b578f (diff)
downloadcoreutils-90b915c863b71b3b3a9772781550def3b8870c2b.tar.xz
Handle dd's file-creation flags even on file descriptors. Improve
test cases and documentation for these flags.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b4944115..74dafdc0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
* Version 6.0-cvs.
+ * NEWS: Document dd's new 'directory' and 'nolinks' flags.
+ * src/dd.c (set_fd_flags): Handle file-creation flags on file
+ descriptors, rather than ignoring them.
+ * tests/dd/misc: Add test cases for append, nofollow, directory,
+ and nolinks flags. Simplify redirection to /dev/null in some cases.
+
* tests/dd/misc: iflags->iflag. This fixes a typo that meant the
noatime test never tested anything.