summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-10-22 22:40:57 -0400
committerPaul Smith <psmith@gnu.org>2022-10-24 02:14:42 -0400
commite4b3bf7f97a9b96a6e2b8a2abc9946d42565d56b (patch)
treed5852d586067a7e225449319caad4c41fa1eac6a
parentd18a87d0a40f326d219c7dbabc50e824956f4497 (diff)
Release GNU Make 4.3.924.3.92
* configure.ac: Modify the release version. * NEWS: Update the version and date.
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index b3bc0b40..b883b734 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
GNU Make NEWS -*-indented-text-*-
History of user-visible changes.
- 18 October 2022
+ 24 October 2022
See the end of this file for copyrights and conditions.
@@ -9,7 +9,7 @@ which is contained in this distribution as the file doc/make.texi.
See the README file and the GNU Make manual for instructions for
reporting bugs.
-Version 4.3.91 (18 Oct 2022)
+Version 4.3.92 (24 Oct 2022)
A complete list of bugs fixed in this version is available here:
@@ -100,7 +100,7 @@ https://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=109&se
each prerequisite).
* New feature: The .NOTINTERMEDIATE special target
- .NOTINTERMEDIATE Disables intermediate behavior for specific files, for all
+ .NOTINTERMEDIATE disables intermediate behavior for specific files, for all
files built using a pattern, or for the entire makefile.
Implementation provided by Dmitry Goncharov <dgoncharov@users.sf.net>
@@ -186,9 +186,9 @@ https://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=109&se
* Special targets like .POSIX are detected upon definition, ensuring that any
change in behavior takes effect immediately, before the next line is parsed.
-* When the jobserver is enabled and GNU Make decides it is invoking a non-make
- sub-process and closes the jobserver pipes, it will now add a new option to
- the MAKEFLAGS environment variable that disables the jobserver.
+* When the pipe-based jobserver is enabled and GNU Make decides it is invoking
+ a non-make sub-process and closes the jobserver pipes, it will now add a new
+ option to the MAKEFLAGS environment variable that disables the jobserver.
This prevents sub-processes that invoke make from accidentally using other
open file descriptors as jobserver pipes. For more information see
https://savannah.gnu.org/bugs/?57242 and https://savannah.gnu.org/bugs/?62397
diff --git a/configure.ac b/configure.ac
index b28c84d3..49163ec2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <https://www.gnu.org/licenses/>.
-AC_INIT([GNU Make],[4.3.91],[bug-make@gnu.org])
+AC_INIT([GNU Make],[4.3.92],[bug-make@gnu.org])
AC_PREREQ([2.69])