Update ChangeLog for 1.1.0.
[minipack.git] / ChangeLog
blob762c2c17039b582331e1d9ce3a62c94d1207be14
1 commit 0c495538ae8a59fd5c394db98982283772020538
2 Author: Cesar Strauss <cestrauss@gmail.com>
3 Date:   Tue Nov 18 20:57:10 2008 -0200
5     Bump version to 1.1.0.
7 commit 7f330df7c9efe68a6e24389560c23132c2a12492
8 Author: Cesar Strauss <cestrauss@gmail.com>
9 Date:   Tue Nov 18 20:53:23 2008 -0200
11     Add a NEWS file.
13 commit 50dcf1babc953ac75a8bb0660a527cf6d144337a
14 Author: Cesar Strauss <cestrauss@gmail.com>
15 Date:   Sun Nov 16 22:02:28 2008 -0200
17     Display usage info when invoked without arguments.
19 commit c22f99310adf64d2b8852a980de7919c213a5224
20 Author: Cesar Strauss <cestrauss@gmail.com>
21 Date:   Sun Nov 16 21:57:40 2008 -0200
23     Add some documentation for the new 'mpk shell' sub-command.
25 commit 589b34326cc17ffceee928100767cab4bc6e0ae4
26 Author: Cesar Strauss <cestrauss@gmail.com>
27 Date:   Sun Nov 16 21:46:58 2008 -0200
29     libgeda: Export variable so 'mpk shell' can pick it up.
31 commit 87615c9c9686c56db0d75fa42094aef432c9046a
32 Author: Cesar Strauss <cestrauss@gmail.com>
33 Date:   Sun Nov 16 21:45:44 2008 -0200
35     Search for minipack.conf in a parent directory.
36     
37     Walk parent directories until minipack.conf is found. This
38     directory becomes the new topdir.
40 commit b55e062f13f78173d2c24fcb35d11ecab681cc13
41 Author: Cesar Strauss <cestrauss@gmail.com>
42 Date:   Sun Nov 16 21:50:46 2008 -0200
44     Reformat the welcome message of 'mpk shell'.
45     
46     Remove some of the variables and print mpk_opt in
47     multiple lines.
49 commit db1070b0d96f4ac748f0f5eecf0e10dd5016fb7a
50 Author: Cesar Strauss <cestrauss@gmail.com>
51 Date:   Sun Nov 16 07:09:09 2008 -0200
53     Export more variables into 'mpk shell'.
55 commit da1a66418a00a712e5e192a400b4ad023d3d49d6
56 Author: Cesar Strauss <cestrauss@gmail.com>
57 Date:   Sat Nov 15 18:13:15 2008 -0200
59     Move configuration options to top-level.
61 commit fd54013e27d5b684e38098eedfa84014f7c0b551
62 Author: Cesar Strauss <cestrauss@gmail.com>
63 Date:   Sat Nov 15 16:30:17 2008 -0200
65     Add the 'shell' subcommand.
66     
67     Creates a shell with pre-defined environment variables. Makes manual
68     building easier.
70 commit 6a38c91d7c77bbbf69bdf99cf12bdefdf9bd954c
71 Author: Cesar Strauss <cestrauss@gmail.com>
72 Date:   Sat Nov 15 16:29:53 2008 -0200
74     Moves the exported variable definitions to the top-level.
75     
76     The new 'shell' subcommand will need to see all of these variables.
78 commit d8d1f8e08546a1ffbfe4ce93044d485c0677845a
79 Author: Cesar Strauss <cestrauss@gmail.com>
80 Date:   Sat Nov 15 15:01:18 2008 -0200
82     Gd: avoid testing for native X libraries.
83     
84     Use --without-x to avoid the detection of native X libraries.
86 commit 349a60f6fc5e9ab634e54ea7954a1bcbe1850ba2
87 Author: Cesar Strauss <cestrauss@gmail.com>
88 Date:   Sat Nov 15 15:00:00 2008 -0200
90     gtk+: Avoid calling some native tools during the build.
91     
92     Add --disable-rebuilds to the configure options, so it avoids calling
93     a native 'gtk-update-icon-cache'.
95 commit 5cda6b0fe4f7be293a582627bb4ff696d6d11e29
96 Author: Cesar Strauss <cestrauss@gmail.com>
97 Date:   Sat Nov 15 14:55:26 2008 -0200
99     Pick the correct result dir when placing it in PATH.
100     
101     The resultdir variable can be reset in minipack.conf, so PATH has
102     to be set only after reading it.
104 commit 6dcf56902ac3262ad4500790b42ffc937408138b
105 Author: Cesar Strauss <cestrauss@gmail.com>
106 Date:   Wed Nov 12 19:37:54 2008 -0200
108     Avoid updating mime and desktop databases.
110 commit 9245b30270f47f0db17070fc49b91b026fd78706
111 Author: Cesar Strauss <cestrauss@gmail.com>
112 Date:   Sat Nov 8 21:06:29 2008 -0200
114     Update THANKS file.
116 commit 9c52323190aced910ba12a952a1dc38be0c39bbe
117 Author: Cesar Strauss <cestrauss@gmail.com>
118 Date:   Sat Nov 8 15:59:16 2008 -0200
120     Add --version and --help flags to 'mpk'.
122 commit c70ddb208639563048231c0ba9eb0b96cd2a9d38
123 Author: Cesar Strauss <cestrauss@gmail.com>
124 Date:   Sat Nov 8 15:11:04 2008 -0200
126     Bump licence to GPL 3+.
127     
128     Use the same licence as Cygport's, to allow code sharing.
130 commit d3c776c270c1d59b4129f5e7d180c2495e8830e3
131 Author: Cesar Strauss <cestrauss@gmail.com>
132 Date:   Fri Nov 7 16:43:06 2008 -0200
134     Add a recipe for mingw-libgnurx.
135     
136     It's a regex implementation, used by Guile.
138 commit ab92c15cb242fb6925e63960e1f2a812205db4a9
139 Author: Peter Clifton <pcjc2@cam.ac.uk>
140 Date:   Fri Nov 7 16:37:26 2008 -0200
142     Fix Guile to return correct mode flags on MinGW.
143     
144     On mingw32, guile is returning mode flags from fstat, and then comparing
145     them with flags such as O_RDWR. (fstat returns flags such as _S_IWRITE,
146     and the two are not compatible at all).
148 commit e3fcae3f0ef71444d7ff5e9073eab249a1a8554d
149 Author: Cesar Strauss <cestrauss@gmail.com>
150 Date:   Thu Nov 6 23:40:08 2008 -0200
152     Use autogen.sh on gEDA/gaf.
154 commit 98fe9ce7d545c68a18c598520278afb5991adb97
155 Author: Cesar Strauss <cestrauss@gmail.com>
156 Date:   Thu Nov 6 23:34:11 2008 -0200
158     Simplify autoreconf step on Guile.
159     
160     No need to pickup the m4 files generated by libtoolize,
161     since we pick them from our local m4 files.
163 commit fb410c998987ef04858ddefc16fa9c4926cf466d
164 Author: Cesar Strauss <cestrauss@gmail.com>
165 Date:   Thu Nov 6 23:31:25 2008 -0200
167     Force autoreconf on Gd.
168     
169     Needed since configure.ac was modified.
171 commit 6b0cfcf4d42f781000fe61c4014d56deb7d05ca3
172 Author: Cesar Strauss <cestrauss@gmail.com>
173 Date:   Thu Nov 6 23:26:57 2008 -0200
175     Specify our local m4 directory to aclocal.
176     
177     Avoid picking the native libtool m4 files.
179 commit 8d274f0784b152c82e1644564077237017f0a7ab
180 Author: Cesar Strauss <cestrauss@gmail.com>
181 Date:   Thu Nov 6 22:37:17 2008 -0200
183     Detect error when unpacking.
185 commit 88090ef2bdc34b57108e946f011de51e1a1a532f
186 Author: Cesar Strauss <cestrauss@gmail.com>
187 Date:   Thu Nov 6 18:05:37 2008 -0200
189     Allow partial downloads.
190     
191     Downloads will be made to a 'partial' directory, and only moved to the
192     'source' directory when ready.
194 commit b12b0c42c5f085518b81f74ed4795825e65e1bbb
195 Author: Cesar Strauss <cestrauss@gmail.com>
196 Date:   Wed Nov 5 23:58:54 2008 -0200
198     Fix error when building Gd a second time.
199     
200     Add force flag to allow overwrite of bgd.lib.
202 commit 58afa635a1cc70d41b5707ee7b20e80765c93c5a
203 Author: Cesar Strauss <cestrauss@gmail.com>
204 Date:   Wed Nov 5 23:52:17 2008 -0200
206     Allow sources in zip format.
207     
208     Thanks to Peter Clifton for suggesting this new feature and for providing
209     a starting point for the implementation.
211 commit 25e75dcf370c0c3fd98733102baf591391e4079c
212 Author: Cesar Strauss <cestrauss@gmail.com>
213 Date:   Wed Nov 5 23:38:31 2008 -0200
215     Apply patches in correct order.
216     
217     As a side effect, no spaces are allowed in patch names anymore.
218     Thanks to Peter Clifton for reporting the bug and suggesting a fix.
220 commit 90457eaa8c0fb4cda3f5fcc012c4ca8cc4db9237
221 Author: Cesar Strauss <cestrauss@gmail.com>
222 Date:   Sat Oct 25 17:35:31 2008 -0200
224     Reword paragraph about build-all.sh script.
226 commit 76d7231a22095039946310955fe58a5f2736b6f5
227 Author: Cesar Strauss <cestrauss@gmail.com>
228 Date:   Sat Oct 25 11:14:26 2008 -0200
230     Add GPL 2+ licence.
232 commit ab60faf7b1107974cade3625de65ff17f83d48d4
233 Author: Cesar Strauss <cestrauss@gmail.com>
234 Date:   Sat Oct 25 18:26:14 2008 -0200
236     Add some documentation.
238 commit d1d91c3f67492ea1791272b2584e3575ab8e052f
239 Author: Cesar Strauss <cestrauss@gmail.com>
240 Date:   Sat Oct 25 10:54:28 2008 -0200
242     Add patches and recipes for gd, PCB, and gEDA/gaf.
244 commit 9b65df17dbc2adf15ac648b6969f60bffcf96833
245 Author: Cesar Strauss <cestrauss@gmail.com>
246 Date:   Thu Oct 23 00:14:54 2008 -0200
248     Rewrite and name change.
250 commit 71a3877755268ece60f0f7acf5542ef0899d28dc
251 Author: Cesar Strauss <cestrauss@gmail.com>
252 Date:   Tue Oct 21 07:15:55 2008 -0200
254     Update to latest libtool.
256 commit e68b19069dc08de3b37075410269aa152b9d345f
257 Author: Cesar Strauss <cestrauss@gmail.com>
258 Date:   Tue Oct 21 07:15:37 2008 -0200
260     Remove build message.
262 commit 48af547a178a5dc040016c63d05429ebe0168bab
263 Author: Cesar Strauss <cestrauss@gmail.com>
264 Date:   Tue Oct 21 07:15:08 2008 -0200
266     Use the system pkg-config directly.
268 commit 8ce7005d91907231eef910a0b4f062c4d8737419
269 Author: Cesar Strauss <cestrauss@gmail.com>
270 Date:   Mon Oct 20 19:41:01 2008 -0200
272     Improve building gtk.
274 commit c50bcbfd0a0aa70184305bbc0338f2f23c345877
275 Author: Cesar Strauss <cestrauss@gmail.com>
276 Date:   Fri Oct 17 18:19:53 2008 -0300
278     Improve guile building.
280 commit c358efbec7f3203e4a449021f83921a16e5edc3d
281 Author: Cesar Strauss <cestrauss@gmail.com>
282 Date:   Fri Oct 17 08:37:07 2008 -0300
284     Fix quoting in tools and add libtoolize.
286 commit fd9b75781780cca99d85df7a5691a00e8fe9c417
287 Author: Cesar Strauss <cestrauss@gmail.com>
288 Date:   Fri Oct 17 08:36:21 2008 -0300
290     Fix gettext build.
292 commit 3063526f0802444c19026d11f051a49d314e742c
293 Author: Cesar Strauss <cestrauss@gmail.com>
294 Date:   Fri Oct 17 08:35:58 2008 -0300
296     Ignore build files.
298 commit d42f73ecef1e068fbe4105d7a45d3588e530d0ac
299 Author: Cesar Strauss <cestrauss@gmail.com>
300 Date:   Tue Oct 14 20:11:30 2008 -0300
302     Update recipes.
304 commit 31d1d4706ceb4fdf8ccaed6bf2fc3440fd9e8e1d
305 Author: Cesar Strauss <cestrauss@gmail.com>
306 Date:   Tue Oct 14 20:05:31 2008 -0300
308     Initial recipes.
310 commit 47642b7383195c62ece43be6aef872915c3a3d40
311 Author: Cesar Strauss <cestrauss@gmail.com>
312 Date:   Tue Oct 14 20:03:39 2008 -0300
314     Main scripts.