2e4206fafc3336a2bce4bc5107622b28993e7ba5
[platform/upstream/automake.git] / NEWS
1 New in 0.28:
2 * Added --gnu and --gnits options
3 * More standards checking
4 * Bug fixes
5 * Cleaned up 'dist' targets
6 \f
7 New in 0.27:
8 * Works with Perl 4 again
9 \f
10 New in 0.26:
11 * Added --install-missing option.
12 * Pretty-prints generated macros and rules
13 * Comments in Makefile.am are placed more intelligently in Makefile.in
14 * Generates .PHONY target
15 * Rule or macro in Makefile.am now overrides contents of Automake file
16 * Substantial cleanups from François Pinard
17 \f
18 New in 0.25:
19 * Bug fixes.
20 * Works with Perl 4 again.
21 \f
22 New in 0.24:
23 * New uniform naming scheme.
24 * --strictness option
25 * Works with Perl 5
26 * '.c' files corresponding to '.y' or '.l' files are automatically
27   distributed.
28 * Many bug fixes and cleanups
29 \f
30 New in 0.23:
31 * Allow objects to be conditionally included in libraries via lib_LIBADD.
32 \f
33 New in 0.22:
34 * Bug fixes in 'clean' code.
35 * Now generates 'installdirs' target.
36 * man page installation reworked.
37 * 'make dist' no longer re-creates all Makefile.in's.
38 \f
39 New in 0.21:
40 * Reimplemented in Perl
41 * Added --amdir option (for debugging)
42 * Texinfo support cleaned up.
43 * Automatic de-ANSI-fication cleaned up.
44 * Cleaned up 'clean' targets.
45 \f
46 New in 0.20:
47 * Automatic dependency tracking
48 * More documentation
49 * New variables DATA and PACKAGEDATA
50 * SCRIPTS installed using $(INSTALL_SCRIPT)
51 * No longer uses double-colon rules
52 * Bug fixes
53 * Changes in advance of internationalization