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