summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-09-28 09:08:20 -0700
committerKarl Berry <karl@freefriends.org>2022-09-28 09:08:20 -0700
commit8a4ecd4f2f1ffa2ef12b6946cf3aea989ff70cfd (patch)
treefc4a3c4dbf32a9ec3281709abf80176dcd96c21b
parent5615016cfe2ed03ba6b26e67c27a1df815b22ec9 (diff)
downloadautomake-8a4ecd4f2f1ffa2ef12b6946cf3aea989ff70cfd.tar.gz
forgot NEWS update
-rw-r--r--NEWS25
1 files changed, 14 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index 89187669c..b4264f187 100644
--- a/NEWS
+++ b/NEWS
@@ -5,17 +5,6 @@ please see NEWS-2.0 and start following the advice there now.
New in 1.17:
-* Bugs fixed
-
- - Compiling Python modules with Python 3.5+ uses multiple optimization
- levels.
-
- - When compiling Emacs Lisp files, emacs is run with --no-site-file to
- disable user config files that might hang or access the terminal;
- and -Q is not used, since its support and behavior varies.
-
- - Emacs Lisp compilations respects silent make output.
-
* New features added
- RANLIB may be overridden on a per-target basis.
@@ -37,6 +26,20 @@ New in 1.17:
- Variables using escaped \# will trigger portability warnings, but be
retained when appended. GNU Make & BSD Makes are known to support it.
+* Bugs fixed
+
+ - Compiling Python modules with Python 3.5+ uses multiple optimization
+ levels.
+
+ - When compiling Emacs Lisp files, emacs is run with --no-site-file to
+ disable user config files that might hang or access the terminal;
+ and -Q is not used, since its support and behavior varies.
+
+ - Emacs Lisp compilations respects silent make output.
+
+ - distcleancheck ignores "silly rename" files (.nfs* .smb* .__afs*)
+ that can show up on network file systems.
+
* Obsolescent features:
- py-compile no longer supports Python 0.x or 1.x versions. Python 2.0,