]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Update to GNU make 4.3.90
authorPaul Smith <psmith@gnu.org>
Tue, 21 Jan 2020 00:24:57 +0000 (19:24 -0500)
committerPaul Smith <psmith@gnu.org>
Tue, 21 Jan 2020 00:25:54 +0000 (19:25 -0500)
* NEWS: Add a 4.3.90 section and update Savannah bug URL
* configure.ac (AC_INIT): Change release to 4.3.90

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index e884df17e2f52043d9cd8a361e40e73546081acb..22bb4560ca1c9c2c83e427c177746006978e280d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 GNU make NEWS                                               -*-indented-text-*-
   History of user-visible changes.
-  19 January 2020
+  20 January 2020
 
 See the end of this file for copyrights and conditions.
 
@@ -8,6 +8,13 @@ All user-visible changes 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.3.90 (20 Jan 2020)
+
+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=109&set=custom
+
 \f
 Version 4.3 (19 Jan 2020)
 
index cd49a2c51584806236209ef29aec334007987b31..f0315a1255adee8fba3a158d9870c9fcaea3b3bc 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.3],[bug-make@gnu.org])
+AC_INIT([GNU make],[4.3.90],[bug-make@gnu.org])
 
 AC_PREREQ([2.69])