summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-02-10 08:17:47 +0000
committerJim Meyering <jim@meyering.net>2004-02-10 08:17:47 +0000
commit277250b293ffd871888a4c47e9d38bea8da48bef (patch)
tree4b9e3d865d2c913c0772fa88daca2214fe6a769b /ChangeLog
parent3c23d82f32e592753d14a852f09f33ce1e554f37 (diff)
downloadcoreutils-277250b293ffd871888a4c47e9d38bea8da48bef.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34b5c43fb..390718d7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2004-02-10 Jim Meyering <jim@meyering.net>
+
+ * Version 5.2.0.
+
+ * config/install-sh: Make this script executable.
+ * Makefile.am (dist-hook): New target, to ensure that config/install-sh
+ is executable. Otherwise, on systems that lack a suitable install
+ binary, `make install' would fail, because of the way this script
+ is invoked (without `$SHELL ' prefix).
+ Reported by Bob Proulx.
+
+2004-02-09 Jim Meyering <jim@meyering.net>
+
+ * src/comm.c (usage): Tell what comm does when there are no options.
+ Wording from Dan Jacobson.
+
2004-02-08 Jim Meyering <jim@meyering.net>
* Version 5.1.3.