]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Prerelease GNU Make 4.4.0.91 4.4.0.91
authorPaul Smith <psmith@gnu.org>
Sun, 19 Feb 2023 14:53:26 +0000 (09:53 -0500)
committerPaul Smith <psmith@gnu.org>
Sun, 19 Feb 2023 14:53:26 +0000 (09:53 -0500)
* NEWS: Update the date.
* configure.ac: Change the release.

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 54f71e93460ead3ba1c9e6525d590e3143f45302..36e57761647af0a600d881f6bf48f0dbc021c67a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 GNU Make NEWS                                               -*-indented-text-*-
   History of user-visible changes.
-  14 January 2023
+  19 February 2023
 
 See the end of this file for copyrights and conditions.
 
@@ -10,7 +10,7 @@ See the README file and the GNU Make manual for instructions for
 reporting bugs.
 
 \f
-Version 4.4.0.90 (14 Jan 2023)
+Version 4.4.0.91 (19 Feb 2023)
 
 This release is primarily a bug-fix release.
 A complete list of bugs fixed in this version is available here:
@@ -44,6 +44,10 @@ https://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=110&se
 * Updates to allow building on OS/2
   Provided by KO Myung-Hun <komh78@gmail.com>
 
+* Disable FIFO jobserver on GNU/Hurd and Cygwin
+  Experimentation shows that the new FIFO-based jobserver doesn't work well on
+  GNU/Hurd or Cygwin: revert these systems to use the pipe-based jobserver.
+
 \f
 Version 4.4 (31 Oct 2022)
 
index 8326c0101dc60435d396b3232e2247e94d1ebcd1..2f1168e94a657acf5f86585a00f59991242bba14 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.4.0.90],[bug-make@gnu.org])
+AC_INIT([GNU Make],[4.4.0.91],[bug-make@gnu.org])
 
 AC_PREREQ([2.69])