Bug fixes
[automake.git] / NEWS
blobfcf9b017feaa9b8514b6cb184ae9cf157651c093
1 New in 0.32:
2 * Many bug fixes
3 * mkinstalldirs and mdate-sh now appear in directory specified by
4   AC_CONFIG_AUX_DIR.
5 * Removed DIST_SUBDIRS, DIST_OTHER
6 * AC_ARG_PROGRAM only required when an actual program exists
7 * dist-hook target now run before distribution packaged up; idea from
8   Dieter Baron.  Other hooks exist, too.
9 * Preliminary (unfinished) support for libtool
10 * Added short option names.
12 New in 0.31:
13 * Bug fixes
14 * Documentation updates (many from François Pinard)
15 * strictness `normal' now renamed to `foreign'
16 * Renamed --install-missing to --add-missing
17 * Now handles AC_CONFIG_AUX_DIR
18 * Now handles TESTS macro
19 * DIST_OTHER renamed to EXTRA_DIST
20 * DIST_SUBDIRS is deprecated
21 * @ALLOCA@ and @LIBOBJS@ now work in _LDADD variables
22 * Better error messages in many cases
23 * Program names are canonicalized
24 * Added "check" prefix; from Gord Matzigkeit
26 New in 0.30:
27 * Bug fixes
28 * configure.in scanner knows about AC_PATH_XTRA, AC_OUTPUT ":" syntax
29 * Beginnings of a test suite
30 * Automatically adds -I options for $(srcdir), ".", and path to config.h
31 * Doesn't print anything when running
32 * Beginnings of MAINT_CHARSET support
33 * Can specify version in AUTOMAKE_OPTIONS
34 * Most errors recognizable by Emacs' M-x next-error
35 * Added --verbose option
36 * All "primary" variables now obsolete; use EXTRA_PRIMARY to supply
37   configure-generated names
38 * Required macros now distributed in aclocal.m4
39 * New documentation
40 * --strictness=gnu is default
42 New in 0.29:
43 * Many bug fixes
44 * More sophisticated configure.in scanning; now understands ALLOCA and
45   LIBOBJS directly, handles AC_CONFIG_HEADER more precisely, etc.
46 * TEXINFOS and MANS now obsolete; use info_TEXINFOS and man_MANS instead.
47 * CONFIG_HEADER variable now obsolete
48 * Can handle multiple Texinfo sources
49 * Allow hierarchies deeper than 2.  From Gord Matzigkeit.
50 * HEADERS variable no longer needed; now can put .h files directly into
51   foo_SOURCES variable.
52 * Automake automatically rebuilds files listed in AC_OUTPUT.  The
53   corresponding ".in" files are included in the distribution.
55 New in 0.28:
56 * Added --gnu and --gnits options
57 * More standards checking
58 * Bug fixes
59 * Cleaned up 'dist' targets
60 * Added AUTOMAKE_OPTIONS variable and several options
61 * Now scans configure.in to get some information (preliminary)
63 New in 0.27:
64 * Works with Perl 4 again
66 New in 0.26:
67 * Added --install-missing option.
68 * Pretty-prints generated macros and rules
69 * Comments in Makefile.am are placed more intelligently in Makefile.in
70 * Generates .PHONY target
71 * Rule or macro in Makefile.am now overrides contents of Automake file
72 * Substantial cleanups from François Pinard
74 New in 0.25:
75 * Bug fixes.
76 * Works with Perl 4 again.
78 New in 0.24:
79 * New uniform naming scheme.
80 * --strictness option
81 * Works with Perl 5
82 * '.c' files corresponding to '.y' or '.l' files are automatically
83   distributed.
84 * Many bug fixes and cleanups
86 New in 0.23:
87 * Allow objects to be conditionally included in libraries via lib_LIBADD.
89 New in 0.22:
90 * Bug fixes in 'clean' code.
91 * Now generates 'installdirs' target.
92 * man page installation reworked.
93 * 'make dist' no longer re-creates all Makefile.in's.
95 New in 0.21:
96 * Reimplemented in Perl
97 * Added --amdir option (for debugging)
98 * Texinfo support cleaned up.
99 * Automatic de-ANSI-fication cleaned up.
100 * Cleaned up 'clean' targets.
102 New in 0.20:
103 * Automatic dependency tracking
104 * More documentation
105 * New variables DATA and PACKAGEDATA
106 * SCRIPTS installed using $(INSTALL_SCRIPT)
107 * No longer uses double-colon rules
108 * Bug fixes
109 * Changes in advance of internationalization