+2004-07-05 Paul Eggert <eggert@cs.ucla.edu>
+
+ * 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 <adl@gnu.org>
For Debian Bug#254372:
-----
-Copyright (C) 2003 Free Software Foundation, Inc.
+Copyright (C) 2003, 2004 Free Software Foundation, Inc.
This file is part of GNU Automake.