From 5e9fef7b7722d8ce66522c1f2b49caac4f744d28 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Sun, 18 Jun 2017 02:55:17 +0200 Subject: maint: Update NEWS * NEWS: Announce important bug fixes. --- NEWS | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.1