+2007-07-16 Alexandre Duret-Lutz <adl@gnu.org>
+
+ * NEWS: Clarify that COPYING files are not updated.
+
2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* doc/automake.texi: New Back-Cover Text.
New in 1.10a:
-
+
* Changes to aclocal:
- The autoconf version check implemented by aclocal in aclocal.m4
* Miscellaneous changes:
- - Automake is licensed under GPLv3+. `automake --add-missing' will by
- default install the GPLv3 file as COPYING.
+ - Automake is licensed under GPLv3+. `automake --add-missing' will
+ by default install the GPLv3 file as COPYING if it is missing.
+ Note that Automake will never overwrite an existing COPYING file,
+ even when the `--force-missing' option is used.
- New shorthand `$(pkglibexecdir)' for `$(libexecdir)/@PACKAGE@'.