From: Karl Berry Date: Mon, 17 Jun 2024 16:50:57 +0000 (-0700) Subject: doc: more subsecond references. X-Git-Tag: v1.16.92~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b16e59fab20320100bf9f3701a61ead4b07998f;p=thirdparty%2Fautomake.git doc: more subsecond references. * NEWS: add the original commit reference: 720a11531, https://lists.gnu.org/archive/html/automake-commit/2022-02/msg00009.html --- diff --git a/NEWS b/NEWS index dd8e23cae..405c88b92 100644 --- a/NEWS +++ b/NEWS @@ -58,7 +58,9 @@ New in 1.17: support sub-second resolution; otherwise, we fall back to one-second granularity as before. When everything is supported, a line "Features: subsecond-mtime" is now printed by automake --version and - autom4te --version. (bug#64756, bug#67670, bug#68808) + autom4te --version. (commit 720a11531, + https://lists.gnu.org/archive/html/automake-commit/2022-02/msg00009.html + then bug#60808, bug#64756, bug#67670, bug#68808, et al.) - The default value of $ARFLAGS is now "cr" instead of "cru", to better support deterministic builds. (bug#20082)