]> git.ipfire.org Git - thirdparty/make.git/commitdiff
GNU Make release 4.2.1. 4.2.1
authorPaul Smith <psmith@gnu.org>
Mon, 6 Jun 2016 12:32:45 +0000 (08:32 -0400)
committerPaul Smith <psmith@gnu.org>
Fri, 10 Jun 2016 23:02:10 +0000 (19:02 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 27f6f068d083ad7fcd8cfd5c1a8f7ce1b613ab5d..0b042456e3b205428143e75aef34edf3144b40f0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 GNU make NEWS                                               -*-indented-text-*-
   History of user-visible changes.
-  22 May 2016
+  10 June 2016
 
 See the end of this file for copyrights and conditions.
 
@@ -8,6 +8,15 @@ All changes mentioned here are more fully described in the GNU make
 manual, 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.2.1 (10 Jun 2016)
+
+A complete list of bugs fixed in this version is available here:
+h
+ttp://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=107&set=custom
+
+This release is a bug-fix release.
+
 \f
 Version 4.2 (22 May 2016)
 
index 1902823d0d6e3bc1e63fc008fd79b23be0fbe2bf..64ec8701aa254301f3f33122fabb1940731cdd1e 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 <http://www.gnu.org/licenses/>.
 
-AC_INIT([GNU make],[4.2],[bug-make@gnu.org])
+AC_INIT([GNU make],[4.2.1],[bug-make@gnu.org])
 
 AC_PREREQ([2.69])