2009-10-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ dist: allow running several compressors in parallel.
+ * lib/am/distdir.am (am__post_remove_distdir): New internal
+ variable.
+ (DIST_TARGETS): New variable, set to list of chosen distribution
+ formats. Order formats by expected duration, slowest first, for
+ better parallelism.
+ (dist-gzip, dist-bzip2, dist-lzma, dist-xz, dist-tarZ)
+ (dist-shar, dist-zip): Use $(am__post_remove_distdir).
+ (dist, dist-all): Do not depend on distdir. Instead of
+ replicating each compression command, use a recursive invocation
+ to allow running all $(DIST_TARGETS) in parallel.
+ * NEWS: Update.
+ Report by Peter Breitenlohner.
+
+ Fix license headers of cscope tests to be GPLv2+.
+ * tests/cscope.test: Revert to GPL version 2.
+ * tests/cscope2.test: Likewise.
+ * tests/cscope3.test: Likewise.
+
+ Sync auxiliary files from upstream.
+ * INSTALL, lib/INSTALL, lib/config.guess, lib/config.sub,
+ lib/texinfo.tex: Sync from upstream.
+
+ Doc and comment typos.
+ * automake.in (handle_ltlibraries): Fix typo in comment.
+ * tests/distcom7.test: Likewise.
+ * tests/lisp5.test: Likewise.
+ * doc/automake.texi (Usage of Conditionals): Fix typo.
+
2009-10-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Fix race condition in werror2.test due to sanity sleep change.
-New in 1.11.0a:
+New in 1.11a:
+
+* Changes to automake:
+
+ - automake now generates silenced rules for texinfo outputs.
+
+* New targets:
+
+ - New `cscope' target to build a cscope database for the source tree.
-Bugs fixed in 1.11.0a:
+ * Miscellaneous changes:
+
+ - The `dist' and `dist-all' targets now can run compressors in parallel.
+
+Bugs fixed in 1.11a:
* Bugs introduced by 1.11: