From: Paul Eggert Date: Mon, 5 Jul 2004 07:09:03 +0000 (+0000) Subject: Add -t and -T options to install-sh. X-Git-Tag: Release-1-8d~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f42d9a8df3d30affdc7b9ba64a7d5b2236ad160;p=thirdparty%2Fautomake.git Add -t and -T options to install-sh. --- diff --git a/ChangeLog b/ChangeLog index 0bbecc219..35c6ff9fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2004-07-05 Paul Eggert + + * doc/automake.texi (Install): Warn that you should create + /tmp/staging before installing into it, to avoid security problems. + * lib/install-sh: Remove support for -b= and -t= options; this + has been moribund for a decade. + Add support for -t and -T options (new in coreutils install). + -c option now does nothing (the default is to copy), for + compatibility with BSD and coreutils 'install'. + Fix usage message; it referred to nonexistent variables. + Don't assume 'lasterr' is unset in environment. + * tests/instsh2.test: Don't assume that install-sh without -c + moves (it now copies). Add tests for new -t and -T options. + 2004-06-16 Alexandre Duret-Lutz For Debian Bug#254372: @@ -3782,7 +3796,7 @@ ----- -Copyright (C) 2003 Free Software Foundation, Inc. +Copyright (C) 2003, 2004 Free Software Foundation, Inc. This file is part of GNU Automake.