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