summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-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.