diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-18 23:33:55 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-18 23:33:55 +0000 |
commit | 441a757dc88482b46ca5642b6ebf9e3245a62ef0 (patch) | |
tree | c1e3ead01c335da649d3575e9855fecac22b62c7 /ChangeLog | |
parent | 9f79304eadbda0033e015767459adeb514ff3b21 (diff) | |
download | coreutils-441a757dc88482b46ca5642b6ebf9e3245a62ef0.tar.xz |
fetish -> coreutils in some more places
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,7 +1,19 @@ -2005-04-18 Jim Meyering <jim@meyering.net> +2005-04-18 Paul Eggert <eggert@cs.ucla.edu> * Version 5.3.1. + "fetish" -> "coreutils" in several places. + * Makefile.cfg (ftp): Remove fetish.sf.net. + * Makefile.maint (emit_upload_commands): Likewise. + * src/Makefile.am (LDADD, $(PROGRAMS)): fetish -> coreutils. + * tests/group-names (COREUTILS_GROUPS): Renamed from FETISH_GROUPS. + * tests/chmod/setgid (FETISH_GROUP): Renamed from COREUTILS_GROUP. + + * tests/install/basic-1: Use "cat", not "test", to test for + ../../src/dd. Problem reported by Eric Blake. + +2005-04-18 Jim Meyering <jim@meyering.net> + * src/dd.c: Don't include stat-macros.h directly. system.h does that. 2005-04-17 Paul Eggert <eggert@cs.ucla.edu> |