summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2017-06-18 02:55:17 +0200
committerMathieu Lirzin <mthl@gnu.org>2017-06-18 04:37:13 +0200
commit5e9fef7b7722d8ce66522c1f2b49caac4f744d28 (patch)
tree3f5e74d69f564bc5abb475c771da4c7c4999438b
parent27fbeb77f96d99f41f4b6bb87eb50ae977de25a8 (diff)
downloadautomake-5e9fef7b7722d8ce66522c1f2b49caac4f744d28.tar.gz
maint: Update NEWS
* NEWS: Announce important bug fixes.
-rw-r--r--NEWS15
1 files 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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~