[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[automake-commit] branch master updated: forgot NEWS update
From: |
Karl Berry |
Subject: |
[automake-commit] branch master updated: forgot NEWS update |
Date: |
Wed, 28 Sep 2022 12:08:30 -0400 |
This is an automated email from the git hooks/post-receive script.
karl pushed a commit to branch master
in repository automake.
View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=8a4ecd4f2f1ffa2ef12b6946cf3aea989ff70cfd
The following commit(s) were added to refs/heads/master by this push:
new 8a4ecd4f2 forgot NEWS update
8a4ecd4f2 is described below
commit 8a4ecd4f2f1ffa2ef12b6946cf3aea989ff70cfd
Author: Karl Berry <karl@freefriends.org>
AuthorDate: Wed Sep 28 09:08:20 2022 -0700
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,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [automake-commit] branch master updated: forgot NEWS update,
Karl Berry <=