GNU Make release 4.2.
diff --git a/.gitignore b/.gitignore
index 3990c55..0764966 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,10 +35,10 @@
 *.sbr
 
 # Windows build artifacts
-/WinDebug/
-/WinRel/
-/GccDebug/
-/GccRel/
+WinDebug/
+WinRel/
+GccDebug/
+GccRel/
 
 # Distribution artifacts
 .dep_segment
diff --git a/Makefile.am b/Makefile.am
index edd6077..c88c465 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -74,7 +74,7 @@
 
 # Extra stuff to include in the distribution.
 
-EXTRA_DIST =	README build.sh.in $(man_MANS) \
+EXTRA_DIST =	ChangeLog README build.sh.in $(man_MANS) \
 		README.customs README.OS2 \
 		SCOPTIONS SMakefile \
 		README.Amiga Makefile.ami config.ami make.lnk amiga.c amiga.h \
diff --git a/NEWS b/NEWS
index 08dbb19..27f6f06 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 GNU make NEWS                                               -*-indented-text-*-
   History of user-visible changes.
-  11 Apr 2016
+  22 May 2016
 
 See the end of this file for copyrights and conditions.
 
@@ -9,7 +9,7 @@
 See the README file and the GNU make manual for instructions for
 reporting bugs.
 
-Version 4.1.90 (11 Apr 2016)
+Version 4.2 (22 May 2016)
 
 A complete list of bugs fixed in this version is available here:
 
diff --git a/README.git b/README.git
index 4182013..41a7675 100644
--- a/README.git
+++ b/README.git
@@ -243,7 +243,8 @@
 Where to Announce
 -----------------
 
-Create the announcement in a text file, then sign it with GPG.
+Create the announcement in a text file, using 'git shortlog',
+then sign it with GPG:
 
   gpg --clearsign <announcement.txt>
 
diff --git a/configure.ac b/configure.ac
index 42ec448..1902823 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 <http://www.gnu.org/licenses/>.
 
-AC_INIT([GNU make],[4.1.90],[bug-make@gnu.org])
+AC_INIT([GNU make],[4.2],[bug-make@gnu.org])
 
 AC_PREREQ([2.69])
 
diff --git a/doc/make.texi b/doc/make.texi
index 2dc907a..01bcec7 100644
--- a/doc/make.texi
+++ b/doc/make.texi
@@ -3,7 +3,7 @@
 @setfilename make.info
 
 @include version.texi
-@set EDITION 0.73
+@set EDITION 0.74
 
 @settitle GNU @code{make}
 @setchapternewpage odd