summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2017-08-31 14:22:30 +0200
committerMathieu Lirzin <mthl@gnu.org>2017-08-31 14:22:30 +0200
commite679a5c26ef31e028b7418da467eb72caafaf75c (patch)
treef3642d376380454a12574c70122d43153bb94af5 /NEWS
parent20e898dc2b2c6cf0f22dc25d33a2f258f0423e9c (diff)
parent9ec19184fe3df21f20417c4f73ffe46f9610b5c7 (diff)
downloadautomake-e679a5c26ef31e028b7418da467eb72caafaf75c.tar.gz
Merge branch 'micro' into minor
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 14 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 602b1a258..eb0a4155d 100644
--- a/NEWS
+++ b/NEWS
@@ -62,7 +62,7 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-New in 1.16:
+New in ?.?.?:
* Miscellaneous changes
@@ -117,11 +117,22 @@ New in 1.16:
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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~