summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEd Santiago <ed@edsantiago.com>2007-02-23 16:11:01 +0100
committerJim Meyering <jim@meyering.net>2007-02-23 16:11:01 +0100
commit54bdcc09ae15fd063002fff33e9ea920b5187379 (patch)
tree21ec6ece363a2917ccb46cb1e7d67b0103a1ea3c /ChangeLog
parentcb121d8f3683e81cf51c8f0c7a28dfa58ae68fa8 (diff)
downloadcoreutils-54bdcc09ae15fd063002fff33e9ea920b5187379.tar.xz
* src/date.c (usage): Mention that --rfc-3339 uses space, not 'T',
for a separator. Include sample RFC 2822 and 3339 output.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed6d2bca3..dedad5fdc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-02-23 Ed Santiago <ed@edsantiago.com>
+
+ * src/date.c (usage): Mention that --rfc-3339 uses space, not 'T',
+ for a separator. Include sample RFC 2822 and 3339 output.
+
2007-02-23 Jim Meyering <jim@meyering.net>
With -Dlint, make shuf free all heap-allocated storage.