summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog64
1 files changed, 64 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3b161b..b1fb62f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,69 @@
+2015-02-15 Gary V. Vaughan <gary@gnu.org>
+
+ version 2.4.6
+ * NEWS: Record release date.
+
+2015-02-06 Gary V. Vaughan <gary@gnu.org>
+
+ libtool: don't execute automake and autoconf on every invocation.
+ Regression from 2.4.2 was causing noticable slow-down in builds
+ that call libtool many times.
+ * build-aux/ltmain.in (func_help): Override func_help() from
+ gl/build-aux/options-parser to only run automake --version and
+ autoconf --version when libtool --help is executed on the command
+ line.
+ * NO-THANKS: Add Robert Yang.
+ Reported by Robert Yang
+
+2015-01-20 Gary V. Vaughan <gary@gnu.org>
+
+ maint: undo copyright years regression.
+ * gl/build-aux/options-parser: Undo copyright years regression.
+ * bootstrap: Regenerate.
+
+ bootstrap: sync with upstream.
+ * gl/build-aux/bootstrap.in, gl/build-aux/extract-trace,
+ gl/build-aux/funclib.sh, gl/build-aux/options-parser: Sync with
+ upstream.
+ * bootstrap: Regenerate.
+
+2015-01-20 Pavel Raiskup <praiskup@redhat.com>
+
+ libtool: respect config.site LT_SYS_LIBRARY_PATH
+ Libtool generator code needs to remember the configure time
+ LT_SYS_LIBRARY_PATH content to allow config.status properly
+ instantiate default LT_SYS_LIBRARY_PATH libtool run-time value;
+ Thats because config.status has no idea what the contents of
+ config.site file is (by default).
+ * m4/libtool.m4 (_LT_CONFIG): Use the _LT_DECLared
+ $configure_time_lt_sys_library_path variable as the default for
+ LT_SYS_DLSEARCH_PATH at run-time.
+ (_LT_SYS_DYNAMIC_LINKER): Don't change ac_cv_* variable if it is
+ not necessary. New $configure_time_lt_sys_library_path variable.
+ * NEWS: Update.
+
+ libtool.m4: typofix, subst last '$' with quadrigraph
+ * m4/libtool.m4 (_LT_LIBTOOL_TAG_VARS): Encase the
+ configure/libtool shared function into parseable borders; for
+ testing purposes.
+ (func_munge_path_list): Typo s/$/@S|@/.
+ * tests/configure-funcs.at: New testcase.
+ * Makefile.am (TESTSUITE_AT): Mention new testcase.
+ * NEWS: Update.
+
+ tests: fix an ltdl dryrun race condition.
+ * tests/testsuite.at (LT_AT_ACLOCAL): Inject a 1 second sleep
+ after aclocal to ensure subsequently generated autotools files
+ will be newer.
+ * NEWS: Update.
+
2015-01-19 Gary V. Vaughan <gary@gnu.org>
+ maint: post-release administrivia
+ * NEWS: Add header line for next release.
+ * .prev-version: Record previous version.
+ * cfg.mk (old_NEWS_hash): Auto-update.
+
version 2.4.5
* NEWS: Record release date.