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