summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-08-21 10:34:33 +0200
committerJim Meyering <jim@meyering.net>2007-08-21 10:36:05 +0200
commitfba081f9238e93ad9383cd2c36d6e1b8ef1ad20c (patch)
treecf4e9d84cb217480a0fc28ffac486d35a04e41e3 /ChangeLog
parent741f851bf61c884ea41eaee2c1a90d4cab99776f (diff)
downloadcoreutils-fba081f9238e93ad9383cd2c36d6e1b8ef1ad20c.tar.xz
By default, do not install hostname anymore.
* configure.ac: Add "hostname" to the list of not-installed programs. * src/Makefile.am (no_install__progs): Add "hostname" here, too. * NEWS: Mention this.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 291b9f307..6590c151a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-08-21 Jim Meyering <jim@meyering.net>
+
+ By default, do not install hostname anymore.
+ * configure.ac: Add "hostname" to the list of not-installed programs.
+ * src/Makefile.am (no_install__progs): Add "hostname" here, too.
+ * NEWS: Mention this.
+
2007-08-20 Bob Proulx <bob@proulx.com>
Clarify touch documentation of file arguments.