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.
- 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,