Bug fix, plus test
[automake.git] / NEWS
blob05814e315ae16d4a2e351a986241b91cc105b345
1 New in 0.30:
2 * Bug fixes
3 * configure.in scanner knows about AC_PATH_XTRA, AC_OUTPUT ":" syntax
4 * Beginnings of a test suite
5 * Automatically adds -I options for $(srcdir), ".", and path to config.h
6 * Doesn't print anything when running
7 * Beginnings of MAINT_CHARSET support
8 * Can specify version in AUTOMAKE_OPTIONS
9 \f
10 New in 0.29:
11 * Many bug fixes
12 * More sophisticated configure.in scanning; now understands ALLOCA and
13   LIBOBJS directly, handles AC_CONFIG_HEADER more precisely, etc.
14 * TEXINFOS and MANS now obsolete; use info_TEXINFOS and man_MANS instead.
15 * CONFIG_HEADER variable now obsolete
16 * Can handle multiple Texinfo sources
17 * Allow hierarchies deeper than 2.  From Gord Matzigkeit.
18 * HEADERS variable no longer needed; now can put .h files directly into
19   foo_SOURCES variable.
20 * Automake automatically rebuilds files listed in AC_OUTPUT.  The
21   corresponding ".in" files are included in the distribution.
23 New in 0.28:
24 * Added --gnu and --gnits options
25 * More standards checking
26 * Bug fixes
27 * Cleaned up 'dist' targets
28 * Added AUTOMAKE_OPTIONS variable and several options
29 * Now scans configure.in to get some information (preliminary)
31 New in 0.27:
32 * Works with Perl 4 again
34 New in 0.26:
35 * Added --install-missing option.
36 * Pretty-prints generated macros and rules
37 * Comments in Makefile.am are placed more intelligently in Makefile.in
38 * Generates .PHONY target
39 * Rule or macro in Makefile.am now overrides contents of Automake file
40 * Substantial cleanups from François Pinard
42 New in 0.25:
43 * Bug fixes.
44 * Works with Perl 4 again.
46 New in 0.24:
47 * New uniform naming scheme.
48 * --strictness option
49 * Works with Perl 5
50 * '.c' files corresponding to '.y' or '.l' files are automatically
51   distributed.
52 * Many bug fixes and cleanups
54 New in 0.23:
55 * Allow objects to be conditionally included in libraries via lib_LIBADD.
57 New in 0.22:
58 * Bug fixes in 'clean' code.
59 * Now generates 'installdirs' target.
60 * man page installation reworked.
61 * 'make dist' no longer re-creates all Makefile.in's.
63 New in 0.21:
64 * Reimplemented in Perl
65 * Added --amdir option (for debugging)
66 * Texinfo support cleaned up.
67 * Automatic de-ANSI-fication cleaned up.
68 * Cleaned up 'clean' targets.
70 New in 0.20:
71 * Automatic dependency tracking
72 * More documentation
73 * New variables DATA and PACKAGEDATA
74 * SCRIPTS installed using $(INSTALL_SCRIPT)
75 * No longer uses double-colon rules
76 * Bug fixes
77 * Changes in advance of internationalization