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