summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c23f38f9..561a20778 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2003-07-23 Jim Meyering <jim@meyering.net>
+ * Version 5.0.90.
+
Don't include headers already included by system.h:
+ * src/tr.c: Don't include errno.h.
* src/test.c: Don't include limits.h or error.h.
* src/stat.c: Don't include unistd.h or time.h.
* src/readlink.c: Don't include stdlib.h, unistd.h, or limits.h.
@@ -8,8 +11,6 @@
* src/pathchk.c: Don't include errno.h.
* src/nice.c: Don't include sys/time.h.
- * Version 5.0.90.
-
* tests/rm/fail-2eperm: Add a check for whether $NON_ROOT_USERNAME
can access the required version of rm.
* tests/rm/Makefile.am (TESTS_ENVIRONMENT): Define PACKAGE_VERSION.