]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
forgot NEWS update
authorKarl Berry <karl@freefriends.org>
Wed, 28 Sep 2022 16:08:20 +0000 (09:08 -0700)
committerKarl Berry <karl@freefriends.org>
Wed, 28 Sep 2022 16:08:20 +0000 (09:08 -0700)
NEWS

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