]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
trunk post-release administrivia v2.72a
authorZack Weinberg <zackw@panix.com>
Thu, 28 Jan 2021 22:54:10 +0000 (17:54 -0500)
committerZack Weinberg <zackw@panix.com>
Thu, 28 Jan 2021 22:54:10 +0000 (17:54 -0500)
Matching the commits on the release branch:

* NEWS: Bring over record of release notes.
* .prev-version: Record previous version.
* cfg.mk (old_NEWS_hash): Auto-update.

.prev-version
NEWS
cfg.mk

index 587cb39ccbeaa7f9c55234a6d4a99350b25e8710..b93b4f20b0090880c92f89f38c54577f1832555d 100644 (file)
@@ -1 +1 @@
-2.70
+2.71
diff --git a/NEWS b/NEWS
index e6f5d8c35a3830ea99a1f4a841165d5d9d6979b3..8b4f9d644ac522c86d33884a8b37f02794744f42 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,24 @@ GNU Autoconf NEWS - User visible changes.
 ** Obsolete features and new warnings
 ** Notable bug fixes
 
+* Noteworthy changes in release 2.71 (2021-01-28) [stable]
+
+** Bug fixes, including:
+
+*** Compilers that support C99 but not C2011 are detected correctly.
+
+*** Compatibility improved with clang and Oracle C++.
+
+*** Compatibility restored with automake's rules for regenerating configure.
+
+*** Compatibility restored with old versions of std-gnu11.m4.
+
+  Packages that wish to maintain compatibility with Autoconf 2.69 or
+  older, should update their copy of std-gnu11.m4 from Gnulib as soon
+  as practical, as the compatibility code bulks up the configure script.
+
+  Packages that require Autoconf 2.70 can drop this file entirely.
+
 * Noteworthy changes in release 2.70 (2020-12-08) [stable]
 
 ** Backward incompatibilities:
diff --git a/cfg.mk b/cfg.mk
index ce6edfdb21e8fbd26cb3b8530afb080ab335031a..0d4ec728d16c40fad1b81380face4eab9b7bdc36 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -84,7 +84,7 @@ update-release-year:
 .PHONY: update-release-year
 
 # Prevent incorrect NEWS edits.
-old_NEWS_hash = 152f03614545887231fddaf67821b4d4
+old_NEWS_hash = 981169afdd2c97642125938f80a26b7f
 
 exclude_file_name_regexp--sc_prohibit_undesirable_word_seq = \
   ^(maint\.mk|build-aux/texinfo\.tex)$$