summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-01 22:40:16 +0000
committerJim Meyering <jim@meyering.net>2003-08-01 22:40:16 +0000
commit187adbe0b168d0135d03974569e45d8fc7ab7d84 (patch)
treeac2d5ac1ec78ca3aa179133f3e9ed99cf9e1ae77 /ChangeLog
parent37eb1bb3336a62eb2f32b6682d2a0e637fb853cb (diff)
downloadcoreutils-187adbe0b168d0135d03974569e45d8fc7ab7d84.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ead7ee92a..ab68419e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,16 @@
* tests/Makefile.am (TESTS_ENVIRONMENT): Set PATH so that
the tests in help-version will use the just-built binaries.
+2003-07-31 Paul Eggert <eggert@twinsun.com>
+
+ * NEWS: Add --rfc-2822 option to GNU date.
+ * doc/coreutils.texi (Time directives, Options for date, Examples
+ of date): Likewise.
+ * src/date.c (long_options, usage, main): Likewise.
+ * doc/getdate.texi (General date syntax): Likewise.
+ * doc/coreutils.texi (Options for date): Fix a typo in format:
+ it's now %d not %_d. Add URLs.
+
2003-08-01 Jim Meyering <jim@meyering.net>
* tests/shred/remove: Ensure that $? is 0 for the final `exit 0'.