Fixed *.ad (not configure.ad or Makefile.ad but other files)
[runtime.git] / apps / autodist / CHANGES
1 Wed Jan 16 17:17:41 EET 2008 Pekka Riikonen <priikone@silcnet.org>
2
3         * Fixed *.ad (excluding configure.ad and Makefile.ad files)
4           processing to correctly remove trailing backslashes and
5           copy the processed file to new name.
6
7 Thu Sep 13 18:50:00 EEST 2007 Pekka Riikonen <priikone@silcnet.org>
8
9         * Fixed prerequisite version checking to work on all shells.
10
11         * Fixed parameter shifting on some shells when no arguments
12           are given to autodist.
13
14         * Added support for source file distdef processing for the
15           following files: .mm .M .S
16
17 Thu May 31 23:34:00 EEST 2007 Pekka Riikonen <priikone@silcnet.org>
18
19         * Autodist 1.3.2.
20
21         * Added 'prereq' directive to support encforcment of Autodist
22           version.
23
24         * Added support for providing extra parameters to autodist that
25           are passed to the hook scripts.  User can specify whatever
26           extra parameter they want.
27
28 Wed Feb 21 15:45:50 EET 2007 Pekka Riikonen <priikone@silcnet.org>
29
30         * Autodist 1.3.1.
31
32 Sat Jun 24 23:38:24 EEST 2006 Pekka Riikonen <priikone@silcnet.org>
33
34         * Match distdef names exactly (/^foo$/ instead of /^foo/).
35
36 Wed May  4 10:58:24 EEST 2005 Pekka Riikonen <priikone@silcnet.org>
37
38         * Autodist 1.3.
39
40 Sun May  1 17:31:55 EEST 2005 Pekka Riikonen <priikone@silcnet.org>
41
42         * Added support for dependencies in makefiles.
43
44         * Added AD_DISABLE_DEPENDENCIES macro to disable Autodist
45           dependencies in makefiles.  Added support for dependencies
46           in makefiles.
47
48         * Added -p option to Autodist.  It can be used to a process file
49           from the command line.
50
51         * Added dependency support for configure.ad files as well.
52
53 Sat Apr 30 17:49:05 EEST 2005 Pekka Riikonen <priikone@silcnet.org>
54
55         * The 'noprocess' directive now works recursively with
56           directories.
57
58 Sat Apr 30 11:49:01 EEST 2005 Pekka Riikonen <priikone@silcnet.org>
59
60         * Added better debug messages.
61
62         * Added log file creation, autodist.log and makedist.log.
63
64         * Fixed license-header to change license only during packaging,
65           not also during preparation.
66
67         * Fixed .ad processing when the file was not processed, to
68           copy the original to new name.
69
70         * Fixed 'include' when copying directories to root of the
71           distdir, and the destination directory already exist.
72
73 Fri Apr 29 16:48:16 EEST 2005 Pekka Riikonen <priikone@silcnet.org>
74
75         * Fixed configure.ac creation when no fragments in use.
76
77 Thu Apr 28 11:44:59 EEST 2005 Pekka Riikonen <priikone@silcnet.org>
78
79         * The '.in' suffix with source file suffixes expects source code 
80           format for the distdefs.
81
82 Sun Apr 24 21:11:49 EEST 2005 Pekka Riikonen <priikone@silcnet.org>
83
84         * Fixed undefining to actually work.
85
86         * The top distribution now takes precedence on defined
87           distdefs over inherited distributions, and can override
88           defined and undefined distdefs (previously it could only
89           undefine defined but not define specificly undefined :)).
90
91         * Prettier distdef output with -s.
92
93 Sat Apr 23 12:49:09 EEST 2005 Pekka Riikonen <priikone@silcnet.org>
94
95         * Autodist 1.2.1.
96
97         * Fixed 'noprocess' sed script.
98
99 Fri Apr 22 20:23:06 EEST 2005  Pekka Riikonen <priikone@silcnet.org>
100
101         * Autodist 1.2.
102
103         * Various 'cat' optimizations.
104
105         * More test cases in tests/.
106
107         * No Autodist header for "other" '.ad' files as we don't know 
108           what the file contains.
109
110         * No non-source distdef format processing for source files
111           anymore.
112
113 Tue Apr 19 17:12:09 EEST 2005  Pekka Riikonen <priikone@silcnet.org>
114
115         * Remove extra ' ' and '\t' when joining backslashed lines.
116
117         * Fixed argument delivery to hook scripts.
118
119 Mon Apr 18 21:05:42 EEST 2005  Pekka Riikonen <priikone@silcnet.org>
120
121         * Process '*.ad' files before calling autoconf and automake.
122
123         * Various shell compatibility kludges added.
124
125 Mon Apr 18 20:06:24 EEST 2005  Pekka Riikonen <priikone@silcnet.org>
126
127         * Autodist 1.1.
128
129         * All 'local' variables must be at the start of function for
130           compatibility.
131
132 Sun Apr 17 20:08:28 EEST 2005  Pekka Riikonen <priikone@silcnet.org>
133
134         * Added TODO.
135
136         * Added pre-process-dist-hook and post-process-dist-hook.
137
138         * Added autodist.1.
139
140 Sun Apr 16 23:00:02 EEST 2005  Pekka Riikonen <priikone@silcnet.org>
141
142         * First release, Autodist 1.0.