summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-09-28 10:17:35 -0700
committerKarl Berry <karl@freefriends.org>2022-09-28 10:17:35 -0700
commite0d24592f7076576ce8494aaf10db6abe9a7ea47 (patch)
tree38561ed3dd97937e39fc727d5296fa5e57196446
parent13fb472cd02d86bf33c092609ac00506465d2df1 (diff)
downloadautomake-e0d24592f7076576ce8494aaf10db6abe9a7ea47.tar.gz
doc: rearrange NEWS.
* NEWS: reclassify bugs vs. features.
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
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.