From e4b3bf7f97a9b96a6e2b8a2abc9946d42565d56b Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 22 Oct 2022 22:40:57 -0400 Subject: Release GNU Make 4.3.92 * configure.ac: Modify the release version. * NEWS: Update the version and date. --- NEWS | 12 ++++++------ configure.ac | 2 +- 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 @@ -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 . -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]) -- cgit v1.2.3