From 8a4ecd4f2f1ffa2ef12b6946cf3aea989ff70cfd Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 28 Sep 2022 09:08:20 -0700 Subject: forgot NEWS update --- NEWS | 25 ++++++++++++++----------- 1 file 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, -- cgit v1.2.1