]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Release GNU Make 4.3.92 4.3.92
authorPaul Smith <psmith@gnu.org>
Sun, 23 Oct 2022 02:40:57 +0000 (22:40 -0400)
committerPaul Smith <psmith@gnu.org>
Mon, 24 Oct 2022 06:14:42 +0000 (02:14 -0400)
* configure.ac: Modify the release version.
* NEWS: Update the version and date.

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index b3bc0b4073d9863bb56aa20d123eb4a889e87b14..b883b734bcd3e56240c68fed26228a3acdedc8e2 100644 (file)
--- 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.
 \f
-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
index b28c84d37404ff2398da8979d635ab4096ceebfb..49163ec285395bd08259505c57875a167c2a83e0 100644 (file)
@@ -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])