summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-12-24 15:48:48 -0500
committerPaul Smith <psmith@gnu.org>2022-12-24 15:48:48 -0500
commit8e9c7db1e1b21e0a7754e2d333e551208220be2b (patch)
tree3d5ea2a75afaefd18ef84bed4b8776be010c050f
parent15dfad96d77c9445d11be939a5042675e4ca8c65 (diff)
downloadmake-git-8e9c7db1e1b21e0a7754e2d333e551208220be2b.tar.gz
* NEWS: Add a section for the next release
Add a note for the MAKEFLAGS enhancements.
-rw-r--r--NEWS18
1 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c370b0a1..11fd4d73 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
GNU Make NEWS -*-indented-text-*-
History of user-visible changes.
- 31 October 2022
+ 01 January 2023
See the end of this file for copyrights and conditions.
@@ -9,6 +9,22 @@ 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.4.1 (01 Jan 2023)
+
+This release is primarily a bug-fix release.
+A complete list of bugs fixed in this version is available here:
+
+https://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=110&set=custom
+
+* WARNING: Backward-incompatibility!
+ In previous releases is was not well-defined when updates to MAKEFLAGS made
+ inside a makefile would be visible. This release ensures they are visible
+ immediately, even when invoking $(shell ...) functions. Also, command line
+ variable assignments are now always present in MAKEFLAGS, even when parsing
+ makefiles.
+ Implementation provided by Dmitry Goncharov <dgoncharov@users.sf.net>
+
+
Version 4.4 (31 Oct 2022)
A complete list of bugs fixed in this version is available here: