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