]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
doc: rearrange NEWS.
authorKarl Berry <karl@freefriends.org>
Wed, 28 Sep 2022 17:17:35 +0000 (10:17 -0700)
committerKarl Berry <karl@freefriends.org>
Wed, 28 Sep 2022 17:17:35 +0000 (10:17 -0700)
* NEWS: reclassify bugs vs. features.

NEWS

diff --git a/NEWS b/NEWS
index b4264f187e8f9be3889b4db1d5ef4f06dad99107..3efede736c0e13ca337f3c4f7d67e3ff2cdb2470 100644 (file)
--- 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.