Rename file to fix copyright update glitch

* Makefile.am (EXTRA_DIST), NEWS: Adjust to file renaming.
* NEWS-future: Rename from NEWS-2.0, so that "make update-copyright"
does not think this is a man page and use \(en rather than - in year
ranges.  Change \(en back to -.
This commit is contained in:
Paul Eggert 2025-01-01 14:37:27 -08:00
parent 61075eab73
commit c22ff066a0
3 changed files with 9 additions and 9 deletions

View File

@ -36,7 +36,7 @@ EXTRA_DIST += \
bootstrap \
GNUmakefile \
HACKING \
NEWS-2.0 \
NEWS-future \
PLANS
# We want a handful of substitutions to be fully-expanded by make;

12
NEWS
View File

@ -1,5 +1,5 @@
For planned incompatibilities in a possible future Automake 2.0 release,
please see NEWS-2.0 and start following the advice there now.
please see NEWS-future and start following the advice there now.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
New in 1.x:
@ -69,7 +69,7 @@ New in 1.17:
timestamp granularity dynamically, greatly speeding up the sleep
done by AC_OUTPUT when generating config.status (all packages) and
Automake's make check.
However, this subsecond-mtime support requires an autom4te from
Autoconf 2.72 or later (or random test failures and other timing
problems may ensue), as well as a Perl, sleep program, make program,
@ -77,14 +77,14 @@ New in 1.17:
fall back to a two-second granularity, not even testing the (common)
1s case since that would induce a 2s delay for all configure scripts
in all packages on all systems that don't support subsecond mtimes.
When everything is supported, a line "Features: subsecond-mtime" is
now printed by automake --version and autom4te --version.
now printed by automake --version and autom4te --version.
To override this check and delay, e.g. to use 1 second:
am_cv_filesystem_timestamp_resolution=1
export am_cv_filesystem_timestamp_resolution
(commit 720a11531,
https://lists.gnu.org/archive/html/automake-commit/2022-02/msg00009.html
then bug#60808, bug#64756, bug#67670, bug#68808, bug#71652,

View File

@ -1,4 +1,4 @@
This file (NEWS-2.0) lists incompatibility issues that may happen in a
This file (NEWS-future) lists incompatibility issues that may happen in a
future Automake 2.0 release.
However, the (few) current Automake maintainers have insufficient interest
@ -81,7 +81,7 @@ warranted. For more info, see the ./PLANS/ directory.
-----
Copyright (C) 1995\(en2025 Free Software Foundation, Inc.
Copyright (C) 1995-2025 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by