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