* configure.ac, NEWS, README.git: Set up for the next release.
authorPaul Smith <psmith@gnu.org>
Thu, 9 Oct 2014 06:06:53 +0000 (02:06 -0400)
committerPaul Smith <psmith@gnu.org>
Thu, 9 Oct 2014 06:06:53 +0000 (02:06 -0400)
NEWS
README.git
configure.ac

diff --git a/NEWS b/NEWS
index 7e11787e6be7649eaee815c59e68d27c0adce8b4..9e1ade486701179f668587f99b4909b07f1b8533 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,13 @@ 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.1.90 (05 Oct 2014)
+
+A complete list of bugs fixed in this version is available here:
+
+http://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=106&set=custom
+
 \f
 Version 4.1 (05 Oct 2014)
 
index 25aa9ad671df14ac304158c0e5c96efdbeb3ed6a..9147870a5b97fe0d097c994fd48b09980983f3b9 100644 (file)
@@ -195,7 +195,9 @@ Manage the Savannah project for GNU make:
     Release" fields:
       - Value: SCM
       - Rank:  20
-      - Descr: Fixed in Git; will be available in the next version of Make.
+      - Descr: Issues found in code retrieved from Source Code Management (Git), rather than a distributed version. Please include the SHA you are working with.
+
+      - Descr: Fixed in Source Code Management (Git). The fix will be included in the next release of GNU make.
 
 Start the next release:
 
index fab9a2da2cba65f824063a269217d750664c8d2b..71bfb01e347ccf0ccc86d2fc260303f1b40aecd2 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.1],[bug-make@gnu.org])
+AC_INIT([GNU make],[4.1.90],[bug-make@gnu.org])
 
 AC_PREREQ([2.62])