]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
maint: text/test cleanups.
authorKarl Berry <karl@freefriends.org>
Mon, 3 Feb 2025 17:42:47 +0000 (09:42 -0800)
committerKarl Berry <karl@freefriends.org>
Mon, 3 Feb 2025 17:42:47 +0000 (09:42 -0800)
* THANKS: add Jose.
* NEWS: mention non-fatal Perl warnings and !! warning workaround.
* t/list-of-tests.mk (handwritten_TESTS): add a68-demo.sh.

NEWS
THANKS
t/list-of-tests.mk

diff --git a/NEWS b/NEWS
index e514fb1a6587c3a64d3fe16fed42abbd86ca28f7..058b73f04f91c827a1bf14c03181fd59922dba5e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,8 +10,14 @@ New in 1.x:
 
 * Miscellaneous changes
 
-   - Only require the presence of an ABOUT-NLS file at the 'gnits'
-     strictness level.
+  - Only require the presence of an ABOUT-NLS file at the 'gnits'
+    strictness level.
+
+* Bugs fixed
+
+  - do not make Perl warnings fatal, per Perl's recommendation.
+
+  - avoid Perl 5.41.8+ precedence warning for use of !!.
 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
diff --git a/THANKS b/THANKS
index 8e792ccba1dfe8bea1b2957537f5451b02b11919..7f3bdd47068866584635e6c2a2710beed4283dd7 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -219,6 +219,7 @@ John W. Coomes                  jcoomes@eng.Sun.COM
 John Ratliff                    autoconf@technoplaza.net
 Jonathan L Peyton               jonathan.l.peyton@intel.com
 Jonathan Nieder                 jrnieder@gmail.com
+Jose E. Marchesi                jemarch@gnu.org
 Joseph S. Myers                 joseph@codesourcery.com
 Josh MacDonald                  jmacd@cs.berkeley.edu
 Joshua Cowan                    jcowan@jcowan.reslife.okstate.edu
index b4a3fd91f4935f19dd80528da2c68166e7ce41ee..2c6c271ea1decb27c46e56e0bd79d0a2bbde8658 100644 (file)
@@ -76,6 +76,7 @@ handwritten_TESTS = \
 t/get-sysconf.sh \
 $(perl_TESTS) \
 t/instspc.tap \
+t/a68-demo.sh \
 t/aclocal.sh \
 t/aclocal-I-order-1.sh \
 t/aclocal-I-order-2.sh \