summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-08 21:08:27 +0000
committerJim Meyering <jim@meyering.net>2003-07-08 21:08:27 +0000
commit0a2917372dd50db873be9861eefaa4ae8fc6673d (patch)
treeecda89ecabf8fd8f659a780c3005b28e14411610
parent133f79583ff979e41d463b380b3e9e33946cd4d4 (diff)
downloadcoreutils-0a2917372dd50db873be9861eefaa4ae8fc6673d.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index abb6f8aa6..c782c669b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-07-08 Jim Meyering <jim@meyering.net>
+
+ * Version 5.0.1.
+
+ * man/help2man: Update to version 1.29.
+
+ * man/help2man: Add END handler to close STDOUT and check for errors.
+
2003-06-30 Paul Eggert <eggert@twinsun.com>
Add support for a "[" that conforms to the GNU coding standards,
@@ -20,8 +28,6 @@
2003-07-04 Jim Meyering <jim@meyering.net>
- * Version 5.0.1.
-
* src/who.c (print_line): Rewrite to use asprintf, in order to be
able to avoid emitting trailing spaces. Reported by Dan Jacobson.