From: Mathieu Lirzin Date: Sun, 18 Jun 2017 00:55:17 +0000 (+0200) Subject: maint: Update NEWS X-Git-Tag: v1.15.1~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e9fef7b7722d8ce66522c1f2b49caac4f744d28;p=thirdparty%2Fautomake.git maint: Update NEWS * NEWS: Announce important bug fixes. --- diff --git a/NEWS b/NEWS index 637ca7c50..1a0ccc9af 100644 --- a/NEWS +++ b/NEWS @@ -64,11 +64,22 @@ New in 1.15.1: +* Bugs fixed: + + - The code has been adapted to remove a warning present since Perl + 5.22 stating that "Unescaped left brace in regex is deprecated". + This warning has become an hard error in Perl 5.26 (bug#22372). + + - The generated Makefiles do not rely on the obsolescent GZIP + environment variable which was used for passing arguments to + 'gzip'. Compatibility with old versions has been + preserved. (bug#20132) + * Miscellaneous changes: - Support the Windows version of the Intel C Compiler (icl) in the - 'compile' script in the same way the (compatible) Microsoft C Compiler - is supported. + 'compile' script in the same way the (compatible) Microsoft C + Compiler is supported. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~