summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-09 23:35:15 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-09 23:35:15 +0000
commitf305d3a224827814d56a4a328b01fcee9daa7d01 (patch)
tree3f70dbb73da42b33cca9ce65e658c70211741b9a /ChangeLog
parent1def589bea0974dc92183b99efc18545c8f88c33 (diff)
downloadcoreutils-f305d3a224827814d56a4a328b01fcee9daa7d01.tar.xz
Improve code to work in some cases when files are writeable but not readable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ecb31b80b..16e2860e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-08-09 Paul Eggert <eggert@cs.ucla.edu>
+ * src/shred.c (wipename): Work even if the directory is writeable
+ and not readable. Prefer write access, since this should work
+ better with fdatasync.
+
* src/csplit.c (xalloc_die): New function.
(main): Remove now-obsolete initialization of xalloc_fail_func.