summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-12 08:17:59 +0000
committerJim Meyering <jim@meyering.net>2003-06-12 08:17:59 +0000
commit417a6cd6f5d6ce6941979f1a5dba2cd968000a9d (patch)
tree03d187757c047eaac7aaae5da9785a77bc2cbbc9 /ChangeLog
parentaa85d5d6c7100422fc7277537ec71f9e1d99865a (diff)
downloadcoreutils-417a6cd6f5d6ce6941979f1a5dba2cd968000a9d.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab2a2f1b5..1eee3399d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* Version 5.0.1.
+ * src/touch.c (touch): Call close only if necessary.
+ From Bruno Haible.
+
* src/wc.c (usage): Correct wording: wc prints counts in the order
`newline, word, byte'. Reported by Keith M. Briggs.
* man/wc.x: Fix it here, too. And change `lines' to `newlines'.