summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.