maint: Update NEWS
authorMathieu Lirzin <mthl@gnu.org>
Sun, 18 Jun 2017 00:55:17 +0000 (02:55 +0200)
committerMathieu Lirzin <mthl@gnu.org>
Sun, 18 Jun 2017 02:37:13 +0000 (04:37 +0200)
* NEWS: Announce important bug fixes.

NEWS

diff --git a/NEWS b/NEWS
index 637ca7c50a4a2c476bb6b0fcdb8a3485c0987f80..1a0ccc9afde31da0a7ec55e91fc67c62fa00b711 100644 (file)
--- a/NEWS
+++ b/NEWS
 
 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.
 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~