From: Alexandre Duret-Lutz Date: Mon, 16 Jul 2007 19:56:24 +0000 (+0000) Subject: * NEWS: Clarify that COPYING files are not updated. X-Git-Tag: v1.10b~248 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=246e502b7ca57c9005dfe0bf7de38f0098ad0da6;p=thirdparty%2Fautomake.git * NEWS: Clarify that COPYING files are not updated. --- diff --git a/ChangeLog b/ChangeLog index 13eb7fa65..ec90144fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-07-16 Alexandre Duret-Lutz + + * NEWS: Clarify that COPYING files are not updated. + 2007-07-11 Ralf Wildenhues * doc/automake.texi: New Back-Cover Text. diff --git a/NEWS b/NEWS index 2bb8bffbb..09c0a739b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ New in 1.10a: - + * Changes to aclocal: - The autoconf version check implemented by aclocal in aclocal.m4 @@ -16,8 +16,10 @@ New in 1.10a: * 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@'.