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