summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2017-09-19 13:29:18 +0200
committerMathieu Lirzin <mthl@gnu.org>2017-09-19 13:29:18 +0200
commit561f4736f68e80a9235c7fab48d72de118282d6d (patch)
tree3915cb43383734f1ac786b5298c882e3b7b1a9ad /NEWS
parentf4da36d7ffdde4ef05c99d861ce4bc01412f8dd1 (diff)
parent1b3b7b7d25a0762b7cc9ca8a62da559a42a2e844 (diff)
downloadautomake-next.tar.gz
Merge branch 'minor'next
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2eea830fa..2b4803f71 100644
--- a/NEWS
+++ b/NEWS
@@ -191,6 +191,14 @@ New in ?.?.?:
- Installed 'aclocal' m4 macros can now accept installation directories
containing '@' characters (automake bug#20903)
+ - When combining AC_LIBOBJ or AC_FUNC_ALLOCA with the
+ "--disable-dependency-tracking" configure option in an out of source
+ build, the build sub-directory defined by AC_CONFIG_LIBOBJ_DIR is now
+ properly created. (automake bug#27781)
+
+ - The time printed by 'mdate-sh' is now using the UTC time zone to support
+ the reproducible build effort. (automake bug#20314)
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
New in 1.15.1: