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