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