From: Karl Berry Date: Wed, 28 Sep 2022 17:17:35 +0000 (-0700) Subject: doc: rearrange NEWS. X-Git-Tag: v1.16i~89 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=e0d24592f7076576ce8494aaf10db6abe9a7ea47;p=thirdparty%2Fautomake.git doc: rearrange NEWS. * NEWS: reclassify bugs vs. features. --- diff --git a/NEWS b/NEWS index b4264f187..3efede736 100644 --- a/NEWS +++ b/NEWS @@ -14,11 +14,6 @@ New in 1.17: - AM_TEXI2FLAGS may be defined to pass extra flags to TEXI2DVI & TEXI2PDF. - - Generated file timestamp checks now handle filesystems with sub-second - timestamp granularity dynamically. - - - Dependency files are now empty, instead of '# dummy', for speed. - - Systems with non-POSIX "rm -f" behavior are now supported, and intent to drop support for them has been reversed. The ACCEPT_INFERIOR_RM_PROGRAM setting no longer exists. @@ -28,6 +23,11 @@ New in 1.17: * Bugs fixed + - Generated file timestamp checks now handle filesystems with sub-second + timestamp granularity dynamically. + + - Dependency files are now empty, instead of '# dummy', for speed. + - Compiling Python modules with Python 3.5+ uses multiple optimization levels.