OSDN Git Service

fc1f6dfd258fbd6e6b42dae7e85065f66bbdae00
[mingw/mingw-dist.git] / ChangeLog
1 2020-03-06  Keith Marshall  <keith@users.osdn.me>
2
3         Update GCC dependencies on LIBISL.DLL
4
5         * mingw32/mingw32-gcc4.xml (gcc-core-bin): Explicitly identify all
6         LIBISL.DLL version dependencies, specific to individual GCC releases.
7         * common/issue.log mingw32/issue.log: Update accordingly.
8
9 2020-03-05  Keith Marshall  <keith@users.osdn.me>
10
11         Update ISL package set to version 0.21
12
13         * mingw32/mingw32-isl.xml (isl-dev): Add release reference; specify
14         explicit LIBISL.DLL version dependencies for individual ISL releases.
15         (isl-doc, isl-lic, libisl-dll): Add release references.
16         * common/issue.log mingw32/issue.log: Update accordingly.
17
18 2020-03-05  Keith Marshall  <keith@users.osdn.me>
19
20         Update MPC package set to version 1.1.0
21
22         * mingw32/mingw32-mpc.xml (mpc-dev): Add release reference; specify
23         minimum version dependency on corresponding MPFR-4.0.2 release.
24         (mpc-info, mpc-lic): Add release references.
25         (libmpc-dll): Add release reference; specify explicit LIBMPFR.DLL
26         dependencies for individual LIBMPC.DLL releases.
27         * common/issue.log mingw32/issue.log: Update accordingly.
28
29 2020-03-05  Keith Marshall  <keith@users.osdn.me>
30
31         Update MPFR package set to version 4.0.2
32
33         * mingw32/mingw32-mpfr.xml (mpfr-dev): Add release reference; define
34         release specific dependencies on explicit LIBMFPR.DLL versions.
35         (mpfr-doc, mpfr-info, mpfr-lic, libmpfr-dll): Add release references.
36         * common/issue.log mingw32/issue.log: Update accordingly.
37
38 2020-03-05  Keith Marshall  <keith@users.osdn.me>
39
40         Publish MinGW.org GCC-9.2 and WSL-5.3 package sets.
41
42         * mingw32/mingw32-gcc4.xml (gcc-lic, gcc-core-bin, gcc-info, gcc-man)
43         (gcc-lang, libgcc-dll-1, gcc-ada-bin, libgnat-dll, gcc-c++-bin)
44         (gcc-c++-man, libstdc++-dll-6, gcc-fortran-bin, gcc-fortran-info)
45         (gcc-fortran-man, libgfortran-dll, gcc-objc-bin, libobjc-dll-4)
46         (libatomic-dll-1, libgomp-dll-1, libssp-dll-1, libquadmath-dll-0)
47         (libquadmath-info): Add release references for version 9.2.0-1.
48         * mingw32/mingw32-runtime.xml (mingwrt-5.3-dev, mingwrt-5.3-dll)
49         (mingwrt-5.3-lic, mingwrt-5.3-man, libmingwex-5.3-dll-2)
50         (libmingwex-5.3-dev, w32api-5.3-dev): Add release references.
51         * common/issue.log mingw32/issue.log: Update accordingly.
52
53 2020-01-31  Keith Marshall  <keith@users.osdn.me>
54
55         Publish pexports package version 0.48
56
57         * mingw32/mingw32-pexports.xml: Set download host to OSDN.net; add new
58         release specifications; mark previous releases as having no available
59         package for download, from the new download host.
60         * common/issue.log mingw32/issue.log: Update accordingly.
61
62 2020-01-13  Keith Marshall  <keith@users.osdn.me>
63
64         Publish MinGW.org WSL-5.2.3 package set.
65
66         * mingw32/mingw32-runtime.xml (mingwrt-5.2.3-dev, mingwrt-5.2.3-dll)
67         (mingwrt-5.2.3-lic, mingwrt-5.2.3-man, libmingwex-5.2.3-dll-2)
68         (libmingwex-5.2.3-dev, w32api-5.2.3-dev): Add references.
69         * common/issue.log mingw32/issue.log: Update accordingly.
70
71 2020-01-10  Keith Marshall  <keith@users.osdn.me>
72
73         Address MinGW-Issue #39902; correct minizip dependencies.
74
75         * mingw32/mingw32-zlib.xml (libminizip-mingw32-dll): Remove...
76         (mingw32-libz-%-mingw32-dll-1.tar): ...this dependency; replace...
77         (mingw32-libz-*-mingw32-dll-1.tar): ...with version agnostic form.
78         (mingw32-libbz2-*-mingw32-dll-2.tar): Add missing dependency.
79         * common/issue.log mingw32/issue.log: Update accordingly.
80
81 2019-10-13  Keith Marshall  <keith@users.osdn.me>
82
83         GCC update to address MinGW-Issue #39639; link with libiconv.
84
85         * mingw32/mingw32-gcc4.xml: Update all packages to release 8.2.0-5
86         * common/issue.log mingw32/issue.log: Update accordingly.
87
88 2019-10-13  Keith Marshall  <keith@users.osdn.me>
89
90         Update to accommodate C++11 deprecation of "auto_ptr".
91
92         * tests/xmlcheck.cpp (unique_or_auto_ptr): New macro; define it...
93         [__cplusplus >= 201103L]: ...as "unique_ptr", for C++11 onward, or...
94         [__cplusplus < 201103L]: ...as "auto_ptr", for earlier C++.
95
96 2019-07-06  Keith Marshall  <keith@users.osdn.me>
97
98         Publish MinGW.org WSL-5.2.2 package set.
99
100         * mingw32/mingw32-runtime.xml (mingwrt-5.2.2-dev, mingwrt-5.2.2-dll)
101         (mingwrt-5.2.2-lic, mingwrt-5.2.2-man, libmingwex-5.2.2-dll-2)
102         (libmingwex-5.2.2-dev, w32api-5.2.2-dev): Add references.
103         * common/issue.log mingw32/issue.log: Update accordingly.
104
105 2019-07-04  Keith Marshall  <keith@users.osdn.me>
106
107         Correct -Wformat handling of "%hhn" for __mingw_format__.
108
109         * mingw32/mingw32-gcc4.xml: Update all packages to release 8.2.0-4
110         * common/issue.log mingw32/issue.log: Update accordingly.
111
112 2019-04-29  Keith Marshall  <keith@users.osdn.me>
113
114         Correct a package name typo.
115
116         * mingw32/mingw32-gcc4.xml (libgnat-6.dll): Tarball is actually
117         .tar.xz, but was specified as .tar.lzma; correct it, and republish.
118         * common/issue.log mingw32/issue.log: Update accordingly.
119
120 2019-02-11  Keith Marshall  <keith@users.osdn.me>
121
122         Publish binutils-2.32 package set.
123
124         * mingw32/mingw32-binutils.xml (binutils-bin, binutils-dev)
125         (binutils-lic, binutils-info, binutils-man, binutils-lang): Add
126         release references for version 2.32-1
127         * common/issue.log mingw32/issue.log: Update accordingly.
128
129 2019-02-07  Keith Marshall  <keith@users.osdn.me>
130
131         Correct a typo, of omission, for obsolete gcc-4.8.1.
132
133         * mingw32/mingw32-gcc4.xml (gcc-c++-4.8.1-5-doc): Add a missing
134         'download tarname="none"' attribute to the release specification.
135         * common/issue.log mingw32/issue.log: Update accordingly.
136
137 2019-01-22  Keith Marshall  <keith@users.osdn.me>
138
139         Publish MinGW.org WSL-5.2.1 package set.
140
141         * mingw32/mingw32-runtime.xml (mingwrt-5.2.1-dev, mingwrt-5.2.1-dll)
142         (mingwrt-5.2.1-lic, mingwrt-5.2.1-man, libmingwex-5.2.1-dll-2)
143         (libmingwex-5.2.1-dev, w32api-5.2.1-dev): Add references.
144         (wsl-features): New post-installation hook package; specify it.
145         (wsl-features-20190122-1-cfg): Add reference; define action.
146         * common/issue.log mingw32/issue.log: Update accordingly.
147
148 2019-01-14  Keith Marshall  <keith@users.osdn.me>
149
150         Republish binutils-2.31.1 and gcc-8.2.0 package sets.
151
152         * mingw32/mingw32-binutils.xml (binutils-bin, binutils-dev)
153         (binutils-lic, binutils-info, binutils-man, binutils-lang): Add
154         release references for version 2.31.1-2; this is a rebuilt package, to
155         correct a defect in the mkstemp() function from mingwrt-5.2
156
157         * mingw32/mingw32-gcc4.xml (gcc-core-bin): Require binutils-2.31.1-2
158         (gcc-lic, gcc-core-bin, gcc-info, gcc-man, gcc-lang, libgcc-dll-1)
159         (gcc-ada-bin, libgnat-dll, gcc-c++-bin, gcc-c++-man, libstdc++-dll-6)
160         (gcc-fortran-bin, gcc-fortran-info, gcc-fortran-man, libgfortran-dll)
161         (gcc-objc-bin, libobjc-dll-4, libatomic-dll-1, libgomp-dll-1)
162         (libssp-dll-1, libquadmath-dll-0, libquadmath-info): Add release
163         references for version 8.2.0-3 package set; once again, this is a
164         rebuild to correct the mingwrt-5.2 mkstemp() defect.
165
166         * common/issue.log mingw32/issue.log: Update accordingly.
167
168 2018-12-31  Keith Marshall  <keith@users.osdn.me>
169
170         Add a missing package affiliation.
171
172         * mingw32/mingw32-zlib.xml (zlib): Affiliate it with the
173         "MinGW Standard Libraries" package group; previously, it had no
174         affiliation whatsoever, and thus wasn't visible at its natural
175         location within the package group hierarchy.
176
177 2018-12-31  Keith Marshall  <keith@users.osdn.me>
178
179         Correct a trivial typographic error.
180
181         * test/pkgspec.xsd (download-host): s/wich/which/
182
183 2018-12-31  Keith Marshall  <keith@users.osdn.me>
184
185         Publish zlib-1.2.11 package set on OSDN.net
186
187         * mingw32/mingw32-zlib.xml (download-host): Relocate to osdn.net
188         (zlib-doc, zlib-lic, zlib-man, libz-dev, libz-dll-1): Add release
189         references for version 1.2.11-1, and also for previously unmanaged
190         version 1.2.8-2; delete all references to earlier versions, for which
191         the package files will remain on SourceForge.net, but have not been
192         relocated to, and will not be accessible on, the OSDN.net host.
193         (minizip, libminizip): Delete all release references to versions other
194         than 1.2.7-1, for which the (now-obsolete) packages have been
195         relocated; no new releases are scheduled for publication.
196         * common/issue.log mingw32/issue.log: Update accordingly.
197
198 2018-12-30  Keith Marshall  <keith@users.osdn.me>
199
200         Publish binutils-2.31.1 package set on OSDN.net
201
202         * mingw32/mingw32-binutils.xml (binutils-bin, binutils-dev)
203         (binutils-lic, binutils-info, binutils-man, binutils-lang): Add
204         release references for version 2.31.1-1
205
206         * mingw32/mingw32-gcc4.xml (gcc-core-bin): Force a requirement for
207         binutils-2.31.1-1 or later; add missing dependency on libstdc++-dll-6
208
209         * common/issue.log mingw32/issue.log: Update accordingly.
210
211 2018-12-29  Keith Marshall  <keith@users.osdn.me>
212
213         Correct ISL package references following relocation to OSDN.net
214
215         * mingw32/mingw32-isl.xml (isl-dev, isl-doc, isl-lic)
216         (libisl-dll-15): Update release references to version 0.18-2; the
217         previous 0.18-1 release packages remain on SourceForge.net, but were
218         not relocated, and are thus inaccessible on the OSDN.net host.
219         * common/issue.log mingw32/issue.log: Update accordingly.
220
221 2018-12-29  Keith Marshall  <keith@users.osdn.me>
222
223         Publish GCC-8.2.0 package set on OSDN.net
224
225         * mingw32/mingw32-gcc4.xml (download-host): Relocate to osdn.net
226         (package-group-hierarchy): Remove now-redundant "GCC Upgrade Blockers"
227         (gcc-lic, gcc-core-bin, gcc-info, gcc-man, gcc-lang, libgcc-dll-1)
228         (gcc-ada-bin, libgnat-dll, gcc-c++-bin, gcc-c++-man, libstdc++-dll-6)
229         (gcc-fortran-bin, gcc-fortran-info, gcc-fortran-man, libgfortran-dll)
230         (gcc-objc-bin, libobjc-dll-4, libatomic-dll-1, libgomp-dll-1)
231         (libssp-dll-1, libquadmath-dll-0, libquadmath-info): Add release
232         references for version 8.2.0-2 package set, and also for previously
233         unmanaged version 8.2.0-1 and version 7.3.0-1 package sets.  Delete
234         references to all earlier version package sets; associated packages
235         will remain on SourceForge.net, but are not scheduled for relocation,
236         and will not be accessible through the OSDN.net download service.
237         (gcc-core-dev, gcc-ada-dev, gcc-c++-dev, gcc-fortran-dev)
238         (gcc-objc-dev): Add release reference for version 4.8.2-2, and delete
239         all other version references.  This is a virtual package, and thus is
240         effectively empty; it serves only to clear out aberrant content which
241         may have been inherited from a prior version 4.8.1 installation.
242         (gcc-core-doc, gcc-c++-doc, gcc-fortran-doc): Likewise, but identify
243         the sole residual virtual release as version 4.8.1-5
244         * common/issue.log mingw32/issue.log: Update accordingly.
245
246 2018-12-28  Keith Marshall  <keith@users.osdn.me>
247
248         Redirect ISL package download requests to OSDN.net
249
250         * mingw32/mingw32-isl.xml (download-host): Relocate to osdn.net
251         * common/issue.log mingw32/issue.log: Update accordingly.
252
253 2018-12-28  Keith Marshall  <keith@users.osdn.me>
254
255         Redirect MPC package download requests to OSDN.net
256
257         * mingw32/mingw32-mpc.xml (download-host): Relocate to osdn.net
258         (mpc-1.0.3-2-dev, mpc-1.0.3-2-info, mpc-1.0.3-2-lic): Add new release
259         references; remove all references to earlier releases, all of which
260         remain available on SourceForge.net, but none of which are scheduled
261         for relocation to, nor will be accessible on, the OSDN.net host.
262         (libmpc-1.0.3-2-dll-3): Likewise.
263         (mpc-1.0.3-1-doc): Retain obsolete reference for effectively empty
264         virtual package; add description tag, with content attesting to the
265         now-redundant status of this component package.
266         * common/issue.log mingw32/issue.log: Update accordingly.
267
268 2018-12-28  Keith Marshall  <keith@users.osdn.me>
269
270         Redirect MPFR package download requests to OSDN.net
271
272         * mingw32/mingw32-mpfr.xml (download-host): Relocate to osdn.net
273         (mpfr-dev, mpfr-doc, mpfr-info, mpfr-lic, libmpfr-dll): Remove all
274         release references, other than those for version 3.1.5-2; associated
275         packages will remain on SourceForge.net, but are not scheduled for
276         relocation to, and will not be accessible on, the OSDN.net host.
277         * common/issue.log mingw32/issue.log: Update accordingly.
278
279 2018-12-28  Keith Marshall  <keith@users.osdn.me>
280
281         Redirect GMP package download requests to OSDN.net
282
283         * mingw32/mingw32-gmp.xml (download-host): Relocate to osdn.net
284         (gmp-6.1.2-3-dev, libgmp-6.1.2-3-dll-10, libgmpxx-6.1.2-3-dll-4)
285         (gmp-6.1.2-3.lic, gmp-6.1.2-3-info, gmp-6.1.2-3-man): Add new release
286         references.  Prune all earlier release references; associated packages
287         will remain available on SourceForge.net, but they are not scheduled
288         for relocation to, and will not be accessible on the OSDN.net host.
289         (gmp-5.1.2-1-doc): Retain obsolete package reference; reidentify as a
290         virtual package, thus effectively vacating its content; add definition
291         tag, with content attesting to redundant status of this component.
292         * common/issue.log mingw32/issue.log: Update accordingly.
293
294 2018-12-28  Keith Marshall  <keith@users.osdn.me>
295
296         Redirect GNU gettext package download requests to OSDN.net
297
298         * mingw32/mingw32-gettext.xml (download-host): Relocate to osdn.net
299         (affiliate) <libintl>: Associate with "MinGW Standard Libraries".
300         (affiliate) <libgettextpo, libasprintf>: Likewise.
301         (gettext-bin, gettext-ext, gettext-dev, gettext-doc, gettext-info)
302         (gettext-man, gettext-html, gettext-lic, gettext-dll, libintl-dll-8)
303         (libgettextpo-dll-0, libasprintf-dll-0): Prune release references to
304         any version other than 0.18.3.2-2; the associated packages will remain
305         on SourceForge.net, but they are not scheduled for relocation to, and
306         will not be accessible on, the OSDN.net download host.
307         [libiconv-dll-2]: Accept any issue of version 1.14
308         (gettext-dll): Update description; declare it obsolete.
309         * common/issue.log mingw32/issue.log: Update accordingly.
310
311 2018-12-28  Keith Marshall  <keith@users.osdn.me>
312
313         Redirect libiconv package download requests to OSDN.net
314
315         * mingw32/libiconv.xml (download-host): Relocate to osdn.net
316         (affiliate): Associate all packages with "MinGW Standard Libraries".
317         (libiconv-bin, libiconv-dev, libiconv-dll-2, libcharset-dll-1)
318         (libiconv-lic, libiconv-html, libiconv-lang, libiconv-man): Add
319         version 1.14-2 release references.  Prune all other references; the
320         associated packages will remain on SourceForge.net, but they are not
321         scheduled for relocation to, and will not be accessible on OSDN.net
322         (libiconv-doc): Likewise; vacate content; add description; note that
323         this component package is redundant, and no longer maintained.
324         * common/issue.log mingw32/issue.log: Update accordingly.
325
326 2018-12-27  Keith Marshall  <keith@users.osdn.me>
327
328         Redirect binutils package download requests to OSDN.net
329
330         * mingw32/mingw32-binutils.xml (download-host): Relocate to osdn.net
331         (binutils-bin, binutils-dev): Prune all release references other than
332         those for version 2.28-1; these earlier releases will remain available
333         on SourceForge.net, but are not scheduled for relocation to OSDN.net
334         (binutils-info, binutils-man, binutils-lang): Likewise.
335         (binutils-2.24-1-doc): Retain effectively empty virtual package;
336         vacate its dependency list; prune all other version references.
337         * common/issue.log mingw32/issue.log: Update accordingly.
338
339 2018-12-24  Keith Marshall  <keith@users.osdn.me>
340
341         Redirect catalogue publication host to OSDN.net
342
343         * Makefile.in (FRS_CATALOGUE_HOST): Relocate to storage.osdn.net
344         (FRS_CATALOGUE_ROOT): Direct it to /storage/groups/m/mi/mingw/...
345         (FRS_CATALOGUE_PATH): ...using the .catalogue directory.
346
347         * VERSION.m4 (VERSION_MINOR): Increment it to 4, thus making...
348         * configure (PACKAGE_VERSION): ...this equivalent to 2.4.0
349
350 2018-12-24  Keith Marshall  <keith@users.osdn.me>
351
352         Publish MinGW.org WSL-5.2 package set.
353
354         * mingw32/mingw32-runtime.xml (download-host): Relocate to osdn.net
355         (mingwrt-5.2-dev, mingwrt-5.2-dll, mingwrt-5.2-lic, mingwrt-5.2-man)
356         (libmingwex-5.2-dev, libmingwex-5.2-dll-2, w32api-5.2-dev): Add
357         references; also add references to each of...
358         (mingwrt-5.1.1-dev, mingwrt-5.1.1-dll, mingwrt-5.1.1-lic)
359         (mingwrt-5.1.1-man, libmingwex-5.1.1-dev, libmingwex-5.1.1-dll-0)
360         (w32api-5.1.1-dev, mingwrt-5.1-dev, mingwrt-5.1-dll, mingwrt-5.1-lic)
361         (mingwrt-5.1-man, libmingwex-5.1-dev, libmingwex-5.1-dll-0)
362         (w32api-5.1.1-dev): ...these previously unmanaged releases; remove all
363         references to earlier releases, which remain on sourceforge.net, but
364         are not scheduled to be relocated to the osdn.net download host.
365         * common/issue.log mingw32/issue.log: Update accordingly.
366
367 2018-01-18  Keith Marshall  <keithmarshall@users.sourceforge.net>
368
369         Publish MinGW.org WSL-5.0.2 package set.
370
371         * mingw32/mingw32-runtime.xml (mingwrt-5.0.2-dev, mingwrt-5.0.2-dll)
372         (mingwrt-5.0.2-lic, mingwrt-5.0.2-man, libmingwex-5.0.2-dll-0)
373         (libmingwex-5.0.2-dev, w32api-5.0.2-dev): Add references.
374         * common/issue.log mingw32/issue.log: Update accordingly.
375
376 2018-01-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
377
378         Upgrade to correct malformed libmpfr.a
379
380         * mingw32/mingw32-mpfr.xml (mpfr, libmpfr): Add 3.1.5-2 release;
381         this removes references to libgmp.dll.a from libmpfr.a, correctly
382         replacing them with references to static libgmp.a
383         * common/issue.log mingw32/issue.log: Update accordingly.
384
385 2017-09-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
386
387         Eliminate libgcc_s_dw2-1.dll dependencies in GMP DLLs.
388
389         * mingw32/mingw32-gmp.xml (gmp-6.1.2-2): Add release references.
390         (libgmp-6.1.2-2-dll-10, libgmpxx-6.1.2-2-dll-4): Likewise; these
391         represent the DLL component packages rebuilt with -static-libgcc.
392         * common/issue.log mingw32/issue.log: Update accordingly.
393
394 2017-07-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
395
396         Publish MinGW.org WSL-5.0.1 package set.
397
398         * mingw32/mingw32-runtime.xml (mingwrt-5.0.1-dev, mingwrt-5.0.1-dll)
399         (mingwrt-5.0.1-lic, mingwrt-5.0.1-man, libmingwex-5.0.1-dll-0)
400         (libmingwex-5.0.1-dev, w32api-5.0.1-dev): Add references.
401         * common/issue.log mingw32/issue.log: Update accordingly.
402
403 2017-07-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
404
405         Add libmingwex-0.dll dependency for GCC-6.3.0
406
407         * mingw32/mingw32-gcc4.xml (gcc-core-bin): Add dependency on...
408         (mingw32-libmingwex-dll-0): ...this; it is required by cc1.exe
409         * common/issue.log mingw32/issue.log: Update accordingly.
410
411 2017-07-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
412
413         Correct a bogus dependency in earlier GCC-6.3.0 publication.
414
415         * mingw32/mingw32-gcc4.xml (gcc-fortran-dev): Remove dependency on...
416         (libgfortran-dll-3): ...this; it is inappropriate to the phoney parent
417         package, attempts resolution to the wrong version, and likely fails.
418         * common/issue.log mingw32/issue.log: Update accordingly.
419
420 2017-07-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
421
422         Upgrade GCC; make version 6.3.0 the preferred release.
423
424         * mingw32/mingw32-gcc4.xml: Add v6.3.0 references for all GCC
425         component packages, associated sub-packages, and library packages.
426         (mingw32-gcc-core-deps, mingw32-libgomp-deps): New virtual packages;
427         they facilitate dependency resolution for non-GCC libraries with ABI
428         versions which differ across GCC releases; users are advised to remove
429         them after installation; (FIXME: let mingw-get do this automatically).
430         (GCC Upgrade Blockers): New package hierarchy group; affiliate those
431         aberrant "dev" packages, and temporary convenience packages, which
432         we would prefer users to remove ASAP, after upgrade to GCC-6.3.
433         * common/issue.log mingw32/issue.log: Update accordingly.
434
435 2017-07-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
436
437         Pre-empt facility to support package visibility attributes.
438
439         * tests/pkgspec.xsd (visibility-attribute): New XML type; define it.
440         (package, component-specification) [visibility="hidden"]: Accept it.
441
442 2017-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
443
444         Upgrade mingw32-mpc package to version 1.0.3.
445
446         * mingw32/mingw32-mpc.xml: Add new release specifications.
447         * common/issue.log mingw32/issue.log: Update accordingly.
448
449 2017-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
450
451         Upgrade mingw32-mpfr package to version 3.1.5.
452
453         * mingw32/mingw32-mpfr.xml: Add new release specifications.
454         (info): New component package; add reference and specification.
455         * common/issue.log mingw32/issue.log: Update accordingly.
456
457 2017-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
458
459         Upgrade mingw32-gmp package to version 6.1.2.
460
461         * mingw32/mingw32-gmp.xml: Add new release specifications.
462         * common/issue.log mingw32/issue.log: Update accordingly.
463
464 2017-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
465
466         Add and publish new mingw32-isl-0.18 package set.
467
468         * mingw32/mingw32-isl.xml: New package specification file.
469         * mingw32/mingw32-package-list.xml (mingw32-isl): Register it.
470         * common/issue.log mingw32/issue.log: Update accordingly.
471
472 2017-07-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
473
474         Upgrade mingw32-binutils package to version 2.28-1.
475
476         * mingw32/mingw32-binutils.xml: Add new release specifications.
477         * common/issue.log mingw32/issue.log: Update accordingly.
478
479 2017-03-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
480
481         Publish MinGW.org WSL-5.0 package set.
482
483         * mingw32/mingw32-runtime.xml (mingwrt-5.0-dev, mingwrt-5.0-dll)
484         (mingwrt-5.0-lic, mingwrt-5.0-man, w32api-5.0-dev): Add references.
485         (libmingwex): New subpackage; define it, and add references for...
486         (libmingwex-5.0-dev, libmingwex-5.0-dll-0): ...these components.
487         * common/issue.log mingw32/issue.log: Update accordingly.
488
489 2016-12-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
490
491         Replace potentially malformed GCC-5 package set.
492
493         * mingw32/mingw32-gcc4.xml (all component packages): Add release
494         references for version 5.3.0-3 packages; these replace the former
495         version 5.3.0-2 packages, which may have been responsible for
496         improperly resolved dynamic linking references.
497         * common/issue.log mingw32/issue.log: Update accordingly.
498
499 2016-10-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
500
501         Publish mingwrt-3.22.4 patch release.
502
503         * mingw32/mingw32-runtime.xml (mingwrt-3.22.3-dev)
504         (mingwrt-3.22.4-dll, mingwrt-3.22.4-lic, mingwrt-3.22.4-man): Add
505         component package release records.
506         * common/issue.log mingw32/issue.log: Update accordingly.
507
508 2016-10-13  Keith Marshall  <keithmarshall@users.sourceforge.net>
509
510         Publish mingwrt-3.22.3 patch release.
511
512         * mingw32/mingw32-runtime.xml (mingwrt-3.22.3-dev)
513         (mingwrt-3.22.3-dll, mingwrt-3.22.3-lic, mingwrt-3.22.3-man): Add
514         component package release records.
515         * common/issue.log mingw32/issue.log: Update accordingly.
516
517 2016-10-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
518
519         Add missing package descriptions.
520
521         * mingw32/mingw32-gcc4.xml (mingw32-libatomic, mingw32-libgomp)
522         (mingw32-libssp): Add missing package descriptions.  Avoid empty
523         paragraph elements; they crash "mingw-get list".  Republish.
524         * common/issue.log mingw32/issue.log: Update accordingly.
525
526 2016-09-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
527
528         Publish mingwrt-3.22.2 and w32api-3.18.2 patch releases.
529
530         * mingw32/mingw32-runtime.xml (mingwrt-3.22.2-dev)
531         (mingwrt-3.22.2-dll, mingwrt-3.22.2-lic, mingwrt-3.22.2-man)
532         (w32api-3.18.2-dev): Add component package release records.
533         * common/issue.log mingw32/issue.log: Update accordingly.
534
535 2016-09-05  Keith Marshall  <keithmarshall@users.sourceforge.net>
536
537         Correct underspecified dependency in 2016-09-04 update.
538
539         * mingw32/mingw32-gcc4.xml (mingw32-gcc-core-bin): Respecify...
540         (libpthreadgc-*-mingw32-dev) [* >= 2.10.*]: ...this dependency.
541         * common/issue.log mingw32/issue.log: Update accordingly.
542
543 2016-09-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
544
545         Add missing "-lpthread" dependency for GCC-5.3.0-2.
546
547         * mingw32/mingw32-gcc4.xml (mingw32-gcc-core-bin): Require...
548         (libpthreadgc-*-mingw32-dev) [* >= 2.10]: ...this package.
549         * common/issue.log mingw32/issue.log: Update accordingly.
550
551 2016-08-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
552
553         Add references for previously published GCC-5.3.0-2.
554
555         * mingw32/mingw32-gcc4.xml (mingw32-gcc-bin, mingw32-libgcc-dll)
556         (mingw32-gcc-ada-bin, mingw32-gcc-g++-bin, mingw32-gcc-fortran-bin)
557         (mingw32-gcc-info, mingw32-gcc-lang, mingw32-gcc-lic, mingw32-gcc-man)
558         (mingw32-libstdc++-dll, mingw32-libssp-dll, mingw32-libquadmath-dll)
559         (mingw32-libgfortran-dll, mingw32-libobjc-dll, mingw32-libgomp-dll)
560         (mingw32-gcc-fortran-info, mingw32-libquadmath-info)
561         (mingw32-gcc-objc-bin, mingw32-gcc-fortran-man): Add release records.
562         (mingw32-gcc-dev, mingw32-gcc-ada-dev, mingw32-gcc-fortran-dev)
563         (mingw32-gcc-objc-dev, mingw32-gcc-doc, mingw32-gcc-fortran-doc)
564         (mingw32-gcc-c++-dev, mingw32-gcc-c++-doc): Add fake release records;
565         these remove artefacts from previous releases, which may otherwise
566         result in installation conflicts for the current release.
567         (mingw32-libatomic-dll): New component package; specify it.
568         * common/issue.log mingw32/issue.log: Update accordingly.
569
570 2016-08-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
571
572         Publish pthreads-win32-2.10-mingw32-pre-20160821-1.
573
574         * mingw32/mingw32-pthreads-w32.xml (pthreads-w32-2.10-dev): Add
575         component package release record; it is specified as a meta-component.
576         (pthreads-w32-2.10-doc, pthreads-w32-2.10-lic, libpthreadgc-2.10-dll-3)
577         (libpthreadgce-2.10-dll-3): Add component package release records.
578         (libpthreadgc-2.10-dev, libpthreadgce-2.10-dev): New components.
579         * common/issue.log mingw32/issue.log: Update accordingly.
580
581 2016-07-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
582
583         Publish mingwrt-3.22.1.
584
585         * mingw32/mingw32-runtime.xml (mingwrt-3.22.1-dev)
586         (mingwrt-3.22.1-dll, mingwrt-3.22.1-lic, mingwrt-3.22.1-man): Add
587         component package release records.
588         * common/issue.log mingw32/issue.log: Update accordingly.
589
590 2016-07-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
591
592         Publish w32api-3.18.1.
593
594         * mingw32/mingw32-runtime.xml (w32api-3.18.1-dev): Add release record.
595         * common/issue.log mingw32/issue.log: Update accordingly.
596
597 2016-07-15  Cesar Strauss  <cestrauss@gmail.com>
598
599         Upgrade msys-core to version 1.0.19.
600
601         * msys/msys-core.xml:  Add new release specifications.
602         (msys-core) <bin>: Generate /etc/fstab automatically in postinstall.
603
604         * common/issue.log msys/issue.log: Updated accordingly.
605
606 2016-07-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
607
608         Publish mingwrt-3.22 and w32api-3.18.
609
610         * mingw32/mingw32-runtime.xml (mingwrt-3.22): Add release records...
611         (dev, dll, lic, man): ...for each of these component packages.
612         (w32api-3.18): Likewise, for 'dev' component package only.
613
614         * common/issue.log mingw32/issue.log: Update accordingly.
615
616 2016-03-16  Erwin Waterlander  <waterlan@xs4all.nl>
617
618         New package msys-ncurses 6.0.
619
620         * msys/msys-ncurses.xml: New for ncurses version 6.0.
621         * msys/msys-package-list.xml: Added msys-ncurses.
622         * msys/issue.log: Updated accordingly.
623         * common/issue.log: Updated accordingly.
624
625         * msys/msys-mksh.xml: Added missing file.
626
627 2016-02-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
628
629         Reassign misplaced libmpc dependencies for GCC-4.8.1
630
631         * mingw32/mingw32-gcc4.xml (libgcc-dll-1): Delete dependencies on...
632         (libmpc-dll-2, libmpc-dll-3): ...these; reassign as appropriate, to...
633         (gcc-core-4.8.1-dev): ...here.
634
635         * common/issue.log mingw32/issue.log: Update accordingly.
636
637 2016-02-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
638
639         Remove bogus GCC-4.9.3 dependencies.
640
641         * mingw32/mingw32-gcc4.xml (gcc-core-dev): Make dependencies on...
642         (libgomp-dll-1, libssp-dll-0): ...these specific to each GCC version.
643         (libgcc-dll-1): Remove unnecessary dependency on...
644         (libmpc-dll-3): ...this; reassign it where it is needed...
645         (gcc-core-bin): ...here.
646
647         * common/issue.log mingw32/issue.log: Update accordingly.
648
649 2016-02-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
650
651         Upgrade GCC; make version 4.9.3 the preferred release.
652
653         * mingw32/mingw32-gcc4.xml: Add v4.9.3 references for all GCC
654         component packages, associated sub-packages, and library packages.
655         * common/issue.log mingw32/issue.log: Update accordingly.
656
657 2016-01-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
658
659         Upgrade mingwrt to version 3.21.1
660
661         * mingw32/mingw32-runtime.xml (mingwrt): Add new version references.
662         * common/issue.log mingw32/issue.log: Update accordingly.
663
664 2016-01-08  Erwin Waterlander  <waterlan@xs4all.nl>
665
666         Upgraded package mingw32-ncurses to version 6.0-2.
667
668         * contrib/mingw32-ncurses.xml: Created separate package
669           definitions for ncurses, libncurses, and terminfo.
670           Added libncurses-dll package.
671         * contrib/issue.log: Updated accordingly.
672         * common/issue.log: Updated accordingly.
673
674         Updated package mingw32-pdcurses.
675
676         * contrib/mingw32-pdcurses.xml: Added missing group affiliates.
677
678 2016-01-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
679
680         Give contributed package their own package list.
681
682         * mingw32/mingw32-package-list.xml: Remove contributed packages, to...
683         * contrib/mingw32-contrib-package-list.xml: ...this new file.
684         * common/package-list.xml (mingw32-contrib-package-list.xml): Add it.
685         * common/issue.log mingw32/issue.log contrib/issue.log: Regenerate;
686         publish all affected catalogue files.
687
688 2016-01-04  Erwin Waterlander  <waterlan@xs4all.nl>
689
690         Upgrade mingw32-libunistring package to 0.9.6.
691
692         * contrib/mingw32-libunistring.xml: Updated for libunistring version 0.9.6.
693         * contrib/issue.log: Updated accordingly.
694
695 2016-01-03  Erwin Waterlander  <waterlan@xs4all.nl>
696
697         New package mingw32-ncurses 6.0.
698
699         * contrib/mingw32-ncurses.xml: New for ncurses version 6.0.
700         * mingw32/mingw32-package-list.xml: Added mingw32-ncurses.
701         * mingw32/issue.log: Updated accordingly.
702         * contrib/issue.log: Updated accordingly.
703         * common/issue.log: Updated accordingly.
704
705 2015-12-22  Erwin Waterlander  <waterlan@xs4all.nl>
706
707         Upgrade dos2unix to version 7.3.2.
708
709         * mingw32/mingw32-dos2unix.xml: Updated for dos2unix version 7.3.2.
710         * msys/msys-dos2unix.xml: Updated for dos2unix version 7.3.2.
711         * mingw32/issue.log: Updated accordingly.
712         * msys/issue.log: Updated accordingly.
713         * common/issue.log: Updated accordingly.
714
715 2015-09-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
716
717         Upgrade binutils package to version 2.25.1 (correction)
718
719         * mingw32/mingw32-binutils.xml (binutils) <bin>: Correct archive
720         compression type; was recorded as .lzma; should be .xz
721         * common/issue.log mingw32/issue.log: Update accordingly.
722
723 2015-09-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
724
725         Upgrade binutils package to version 2.25.1
726
727         * mingw32/mingw32-binutils.xml: Add new release specifications.
728         (binutils) <doc>: Component package marked obsolete; NOT upgraded.
729         * common/issue.log mingw32/issue.log: Update accordingly.
730
731 2015-09-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
732
733         Upgrade pexports package to version 0.47
734
735         * mingw32/mingw32-pexports.xml: Add new release specifications.
736         * common/issue.log mingw32/issue.log: Update accordingly.
737
738 2015-09-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
739
740         Fix MinGW-Bug [#2216]: error in gettext-0.18.3.2 packaging.
741
742         * mingw32-gettext.xml (all package components): Add new release
743         specifications, at version 0.18.3.2-2; these effectlively duplicate
744         the version 0.18.3.2-1 package set, but with all offending *.la files
745         removed from the archive corresponding to the gettext-dev component.
746         * common/issue.log mingw32/issue.log: Update accordingly.
747
748 2015-08-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
749
750         Upgrade GNU MPC package set to version 1.0.2
751
752         * mingw32/mingw32-mpc.xml: Add new release specifications.
753         (mpc) <info>: New subpackage; specify it, as initial release.
754         * common/issue.log mingw32/issue.log: Update accordingly.
755
756 2015-08-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
757
758         Revert corruption of file attributes (again).
759
760         * common/issue.log mingw32/issue.log msys/issue.log: Reset bogus
761         executable attribute.
762
763 2015-07-03  Erwin Waterlander  <waterlan@xs4all.nl>
764
765         Upgrade dos2unix to version 7.2.3.
766
767         * mingw32/mingw32-dos2unix.xml: Updated for dos2unix version 7.2.3.
768         * msys/msys-dos2unix.xml: Updated for dos2unix version 7.2.3.
769         * mingw32/issue.log: Updated accordingly.
770         * msys/issue.log: Updated accordingly.
771         * common/issue.log: Updated accordingly.
772
773 2015-05-26  Erwin Waterlander  <waterlan@xs4all.nl>
774
775         Upgrade dos2unix to version 7.2.2.
776
777         * mingw32/mingw32-dos2unix.xml: Updated for dos2unix version 7.2.2.
778         * msys/msys-dos2unix.xml: Updated for dos2unix version 7.2.2.
779         * mingw32/issue.log: Updated accordingly.
780         * msys/issue.log: Updated accordingly.
781         * common/issue.log: Updated accordingly.
782
783 2014-08-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
784
785         Upgrade MinGW Runtime package to release mingwrt-3.21
786
787         * mingw32/mingw32-runtime.xml: Add new release specifications;
788         withdraw installation support for releases pre-dating mingwrt-3.18.
789         (mingw32-mingwrt) <lic, man>: New sub-packages, separated out from...
790         (mingw32-mingwrt) <dev>: ...here; retrofit virtual equivalents for
791         prior releases, to maintain mingw-get roll-back consistency.
792
793         * mingw32/issue.log common/issue.log: Updated accordingly.
794
795 2014-10-19  Cesar Strauss  <cestrauss@gmail.com>
796
797         Upgrade msys-bash to GNU Bash 3.1 patchlevel 23.
798
799         * msys/msys-bash.xml: Update to 3.1.23-1.
800         (msys-bash) <lnk>: New component for creating msys.bat shortcuts.
801         * common/issue.log msys/issue.log: Updated accordingly.
802
803 2014-10-19  Cesar Strauss  <cestrauss@gmail.com>
804
805         Revert corruption of file attributes (again).
806
807         * common/issue.log mingw32/issue.log msys/issue.log: Remove bogus
808         executable attribute.
809
810 2014-10-07  Erwin Waterlander  <waterlan@xs4all.nl>
811
812         Upgrade dos2unix to version 7.1.
813
814         * mingw32/mingw32-dos2unix.xml: Updated for dos2unix version 7.1.
815         * msys/msys-dos2unix.xml: Updated for dos2unix version 7.1.
816         * mingw32/issue.log: Updated accordingly.
817         * msys/issue.log: Updated accordingly.
818         * common/issue.log: Updated accordingly.
819
820 2014-08-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
821
822         Withdraw regressive WSL-4.x from general distribution.
823
824         * mingw32/mingw32-runtime.xml: Revert to last issue predating WSL-4.x
825         * mingw32/mingw32-gcc4.xml: Clean up malformed dependency references.
826         (mingwrt, w32api): Replace all dependencies on WSL-4.x releases with
827         generic references to the most recently available releases of previous
828         mingwrt-3.x and w32api-3.x packages respectively.
829
830         * common/package-list.xml common/issue.log: Update accordingly.
831         * mingw32/mingw32-package-list.xml mingw32/issue.log: Likewise.
832
833 2014-08-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
834
835         Revert corruption of file attributes (again).
836
837         * common/issue.log mingw32/issue.log msys/issue.log: Remove bogus
838         executable attribute; this also necessitates republication of...
839         * common/package-list.xml mingw32/mingw32-package-list.xml:
840         * msys/msys-package-list.xml: ...all of these.
841
842 2014-08-05  Erwin Waterlander  <waterlan@xs4all.nl>
843
844         Upgrade dos2unix to version 6.0.6.
845
846         * mingw32/mingw32-dos2unix.xml: Updated for dos2unix version 6.0.6.
847         * msys/msys-dos2unix.xml: Updated for dos2unix version 6.0.6.
848         * mingw32/issue.log: Updated accordingly.
849         * msys/issue.log: Updated accordingly.
850         * common/issue.log: Update accordingly.
851
852 2014-06-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
853
854         Remove bogus mingw32-binutils-2.24 dependency.
855
856         * mingw32/mingw32-binutils.xml (bin): Should not depend on...
857         (dev): ...this; delete associated "requires" reference.
858         * mingw32/issue.log common/issue.log: Updated accordingly.
859
860 2014-06-13  Keith Marshall  <keithmarshall@users.sourceforge.net>
861
862         Upgrade mingw32-binutils to version 2.24
863
864         * mingw32/mingw32-binutils.xml: Add new release specifications.
865         * mingw32/issue.log common/issue.log: Updated accordingly.
866
867 2014-05-20  Erwin Waterlander  <waterlan@xs4all.nl>
868
869         * mingw32/mingw32-dos2unix.xml: Updated for dos2unix version 6.0.5.
870         * msys/msys-dos2unix.xml: Updated for dos2unix version 6.0.5.
871         * mingw32/issue.log: Updated accordingly.
872         * msys/issue.log: Updated accordingly.
873         * common/issue.log: Update accordingly.
874
875 2014-04-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
876
877         Correct message catalogue packaging for gettext-0.18.3.2
878
879         * mingw32/mingw32-gettext.xml (gettext-bin): Add download tarname
880         specification, redirecting to gettext-0.18.3.2-1-1-mingw32-bin.tar.xz,
881         with correctly packaged gettext-runtime.mo message catalogues, instead
882         of previously bundled gettext-tools.mo, which duplicated copies...
883         (gettext-dev): ...correctly provided by this component package.
884         * mingw32/issue.log common/issue.log: Updated accordingly.
885
886 2014-04-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
887
888         Correct broken mingw32-libiconv dependency specification.
889
890         * mingw32/mingw32-libiconv.xml: Generally rationalize dependencies.
891         (libiconv-bin): Remove bogus 'eq' dependency on gettext-0.18.3.1-dll-8;
892         replace with correctly specified 'ge' dependency on libintl-dll-8, with
893         release 0.18.1.1-1 as the realistic minimum sufficient requirement.
894         * mingw32/issue.log common/issue.log: Updated accordingly.
895
896 2014-04-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
897
898         Correct omission from gettext-0.18.3.2 package specification.
899
900         * mingw32/mingw32-gettext.xml (gettext-bin): Add missing reference.
901         * mingw32/issue.log common/issue.log: Updated accordingly.
902
903 2014-04-27  Keith Marshall  <keithmarshall@users.sourceforge.net>
904
905         Upgrade mingw32-gettext to GNU gettext-0.18.3.2
906
907         * mingw32/mingw32-gettext.xml: Add new release specifications.
908         * mingw32/issue.log common/issue.log: Updated accordingly.
909         * msys/issue.log: Sync for package list consistency.
910
911 2014-01-11  Erwin Waterlander  <waterlan@xs4all.nl>
912
913         * mingw32/mingw32-dos2unix.xml: Updated for dos2unix version 6.0.4.
914         * mingw32/issue.log: Updated accordingly.
915         * common/issue.log: Updated accordingly.
916
917 2014-01-10  Erwin Waterlander  <waterlan@xs4all.nl>
918
919         * msys/msys-dos2unix.xml: Updated for dos2unix version 6.0.4.
920         * msys/issue.log: Updated accordingly.
921         * common/issue.log: Update accordingly.
922
923 2013-11-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
924
925         Correct MPC requirements references to nonexistent MPFR package.
926
927         * mingw32/mingw32-mpc.xml (mingw32-mpc-dev): Do not require...
928         (mpfr-3.1.2-1-mingw32-dev): ...this, as an explicit 'eq' reference;
929         use a 'ge' specification instead.
930
931         * mingw32/mingw32-mpc.xml.lzma: Regenerate and republish.
932         * mingw32/mingw32-package-list.xml.lzma: Likewise.
933         * common/package-list.xml.lzma: Likewise.
934
935         * mingw32/issue.log common/issue.log: Update accordingly.
936
937 2013-10-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
938
939         Provide both GCC-3.4.5 and GCC-4.7.2 builds of Xerces-C++.
940
941         * contrib/mingw32-xerces-c.xml (release 3.1.1): Rename as...
942         (release 3.1.1-1): ...this; it provides the GCC-3.4.5 build; add...
943         (release 3.1.1-2): ...this; it provides the GCC-4.7.2 build.
944
945         * contrib/mingw32-xerces-c.xml.lzma: Regenerate and publish.
946         * mingw32/mingw32-package-list.xml.lzma: Likewise.
947         * common/package-list.xml.lzma: Likewise.
948
949         * common/issue.log contrib/issue.log: Update accordingly.
950         * mingw32/isue.log: Likewise.
951
952 2013-10-28  Earnie Boyd  <earnie@users.sourceforge.net>
953
954         Allow any package release of gettext-0.18.3.1 to be installed.
955
956         * mingw32/mingw32-libiconv.xml: Use a wildcard for the package release
957         requirement of gettext-0.18.3.1.
958         * common/issue.log, mingw32/issue.log: Update accordingly.
959         * msys/issue.log: I don't know why msys-package-list.xml was date
960         stamped for today but the make process decided that it was needed.
961
962 2013-10-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
963
964         Add missing dependencies for libintl-dll, et al.
965
966         * mingw32/mingw32-gettext.xml (libintl-dll): Make generic libgcc-1.dll
967         and libiconv-2.dll>=1.14-2 dependencies apply to all releases.
968         (libgettextpo-dll): Likewise; ditto for release matched libintl-8.dll
969         (libasprintf-dll): Make generic libgcc-1.dll and libstdc++-6.dll apply
970         to all releases.
971
972         * mingw32/mingw32-gettext.xml.lzma: Regenerate and republish.
973         * mingw32/mingw32-package-list.xml.lzma: Likewise.
974         * common/package-list.xml.lzma: Likewise.
975
976         * mingw32/issue.log common/issue.log: Update accordingly.
977
978 2013-10-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
979
980         Remove all references to defective mpfr-3.1.2-1 release.
981
982         * mingw32/mingw32-mpfr.xml (mpfr-3.1.2-1): Remove release references
983         from all component package specifications; they implied use of ...
984         (libmpfr-3.1.2-1-dll-1): ...this; its offer to install libmpfr-1.dll
985         was bogus; delete its release reference.
986
987         * mingw32/mingw32-mpfr.xml.lzma: Regenerate and republish.
988         * mingw32/mingw32-package-list.xml.lzma: Likewise.
989         * common/package-list.xml.lzma: Likewise.
990
991         * mingw32/issue.log common/issue.log: Update accordingly.
992
993 2013-10-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
994
995         Fix uncorrected omission from Earnie's preceding commit.
996
997         * mingw32/mingw32-mpc.xml (libmpc-1.0.1-1-dll): Correct DLL interface
998         version number; was 2, should be 3.
999
1000         * mingw32/mingw32-mpc.xml.lzma: Regenerate and republish.
1001         * mingw32/mingw32-package-list.xml.lzma: Likewise.
1002         * msys/msys-package-list.xml.lzma: Likewise.
1003         * common/package-list.xml.lzma: Likewise.
1004
1005         * mingw32/issue.log common/issue.log: Update accordingly.
1006         * msys/issue.log: Likewise.
1007
1008 2013-11-14  Earnie Boyd  <earnie@users.sourceforge.net>
1009
1010         * mingw32/mingw32-gcc4.xml: Add missing requirements in gcc-core-bin.
1011         * mingw32/issue.log common/issue.log: Update accordingly.
1012
1013 2013-10-14  Earnie Boyd  <earnie@users.sourceforge.net>
1014
1015         * mingw32/mingw32-gcc4.xml: Modify accidental change of libmpc-dll-3
1016         to libmpc-dll-4.
1017         * mingw32/issue.log common/issue.log: Update accordingly.
1018
1019 2013-10-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
1020
1021         Revert enforced -static build for XML validation tool.
1022
1023         * tests/Makefile.in (xmlcheck$EXEEXT): Remove -static from CXX command
1024         line; users who want or require a static build may add it to the CFLAGS
1025         at either configure or make time.
1026
1027 2013-10-12  Earnie Boyd  <earnie@users.sourceforge.net>
1028
1029         Release gcc-4.8.1-4 and corrections as expressed in [#2094]
1030
1031         * tests/Makefile.in: Add -static to the build for xmlcheck.exe to
1032         correct an assertion issue being given by the xerces-c library.
1033         * msys/msys-gcc.xml: Correct spelling of licence.
1034         * msys/msys-perl.xml: Remove extraneous --> causing invalid xml.
1035         * msys/issue.log: Updated accordingly.
1036         * mingw32/mingw32-gcc4.xml: Add gcc-4.8.1-4 release.
1037         * mingw32/mingw32-zlib.xml: Correct spelling of affiliate.
1038         * mingw32/mingw32-gettext.xml: Require any libgcc-4.8.1-* release.
1039         * mingw32/mingw32-libiconv.xml: Ditto.
1040         * mingw32/issue.log: Updated accordingly.
1041         * contrib/mingw32-tcltk.xml: Correct spelling of licence.
1042         * contrig/issue.log: Updated accordingly.
1043
1044 2013-10-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
1045
1046         Correct an XML validation tool format specification error.
1047
1048         * tests/xmlcheck.cpp (error_handler::handleError): Need PRIu64 format
1049         for printing loc->getLineNumber() and loc->getColumnNumber(); define
1050         __STDC_FORMAT_MACROS as 1, and include inttypes.h, to use it.
1051
1052 2013-10-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
1053
1054         Integrate XML validation tests into build infrastructure.
1055
1056         * Makefile.in (all): Add a primary dependency on...
1057         (check): ...this new build goal; implement it, in terms of...
1058         ($srcdir/tests/configure, $builddir/tests/Makefile): ...these new
1059         intermediates; define procedures to build them.
1060
1061 2013-10-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
1062
1063         Implement an XML validation test suite.
1064
1065         * tests: New directory.
1066         * tests/configure.ac tests/Makefile.in: New files.
1067         * tests/xmlcheck.cpp tests/pkgspec.xsd: Likewise.
1068
1069 2013-10-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
1070
1071         Delegate version assignment to VERSION.m4 auxiliary file.
1072
1073         * VERSION.m4: New file.
1074         * configure.ac (AC_INIT): m4_include, and use it.
1075
1076 2013-10-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1077
1078         Reduce "Basic Setup" group GCC inventory to only "bin" packages.
1079
1080         * mingw32/mingw32-gcc4.xml (ada, c++, fortran, objc): Move affiliate
1081         reference for "Basic Setup" from package to "bin" component.
1082
1083         * mingw32-gcc4.xml.lzma: Regenerated and published.
1084         * mingw32-package-list.lzma package-list.xml.lzma: Likewise.
1085
1086         * common/issue.log mingw32/issue.log: Updated accordingly.
1087
1088 2013-10-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1089
1090         Publish mingw-get release 0.6.2-beta-20131004-1.
1091
1092         * mingw32/mingw32-mingw-get.xml:
1093         (mingw-get) <bin>: Add 0.6.2-beta-20131004-1 release specification;
1094         (mingw-get) <gui, lic>: Likewise.
1095         (pkginfo) <bin>: Likewise.
1096
1097         * mingw32-mingw-get.xml.lzma: Regenerated and published.
1098         * mingw32-package-list.lzma package-list.xml.lzma: Likewise.
1099
1100         * common/issue.log mingw32/issue.log: Updated accordingly.
1101
1102 2013-09-26  Earnie Boyd  <earnie@users.sourceforge.net>
1103
1104         Correct more packaging issues.
1105
1106         * mingw32/mingw32-gcc4.xml: Release 4.8.1-3 to correct library version
1107         issues.
1108         * mingw32/mingw32-mpc.xml: Release 1.0.1-2 to correct library version
1109         issues.
1110         * mingw32/mingw32-mpfr.xml: Release 3.1.2-2 to correct library version
1111         issues.
1112         * mingw32/mingw32-libiconv.xml: Correct library version issues.
1113         * mingw32/mingw32-gettext.xml: Ditto.
1114         * common/issue.log mingw32/issue.log: Updated accordingly.
1115
1116 2013-09-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1117
1118         Publish Xerces-C++ contributed package.
1119
1120         * contrib/mingw32-xerces-c.xml: New catalogue file.
1121         * mingw32/mingw32-package-list.xml (mingw32-xerces-c): Add reference.
1122         * contrib/issue.log mingw32/issue.log common/issue.log: Updated.
1123         * mingw32-package-list.xml.lzma: Regenerate and publish.
1124         * mingw32-xerces-c.xml.lzma: Generate and publish.
1125
1126 2013-09-22  Earnie Boyd  <earnie@users.sourceforge.net>
1127
1128         Publish mingwrt-4.0.3 and w32api-4.0.3
1129
1130         * mingw32/mingw32-runtime.xml (mingwrt): Add 4.0.3 release.
1131         (w32api): Ditto.
1132         * common/issue.log mingw32/issue.log: Update accordingly.
1133
1134 2013-09-15  Earnie Boyd  <earnie@users.sourceforge.net>
1135
1136         Publish gdb-7.6.1
1137
1138         * mingw32/mingw32-gdb.xml (bin): Add gdb-7.6.1 release.
1139         (doc): Ditto.
1140         (lic): New component.
1141         (man): Ditto.
1142         (lang): Ditto.
1143         (info): Ditto.
1144         * common/issue.log mingw32/issue.log: Update accordingly.
1145
1146         Publish correction for wtsapi32.h.
1147
1148         * mingw32/mingw32-runtime.xml:
1149         (minwrt): Add 4.0.2 release.
1150         (w32api): Ditto.
1151         * common/issue.log mingw32/issue.log: Update accordingly.
1152
1153         Publish contrib package tcl/tk 8.6.0.
1154
1155         * mingw32/mingw32-package-list.xml: Add mingw32-tcktk.xml package.
1156         Add package group MinGW Contributed.
1157         * contrib/mingw32-tcltk.xml: New package.
1158         * common/issue.log mingw32/issue.log contrib/issue.log: Update
1159         accordingly.
1160
1161         Add affiliate group for Source-Level Debugger to gdb release and retab.
1162
1163         * mingw32/mingw32-package-list.xml: Retab due to broken vim modeline
1164         configuration on my side.
1165         * mingw32/mingw32-gdb.xml: Add affiliate group for Source-Level Debugger
1166         and retab due to broken vim modeline configuration on my side.
1167         * common/issue.log mingw32/issue.log: Update accordingly.
1168
1169 2013-09-14  Earnie Boyd  <earnie@users.sourceforge.net>
1170
1171         Publish a correction for libwinspool.a.
1172
1173         * mingw32/mingw32-runtime.xml:
1174         (mingwrt): Add 4.0.1 release.
1175         (w32api): Ditto.
1176         * common/issue.log mingw32/issue.log: Update accordingly.
1177
1178 2013-09-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
1179
1180         Publish mingw-get release 0.6.1-beta-20130910-1.
1181
1182         * mingw32/mingw32-mingw-get.xml:
1183         (mingw-get) <bin>: Add 0.6.1-beta-20130910-1 release specification;
1184         (mingw-get) <gui, lic>: Likewise.
1185         (pkginfo) <bin>: Likewise.
1186
1187         * mingw32-mingw-get.xml.lzma: Regenerated and published.
1188         * mingw32-package-list.lzma package-list.xml.lzma: Likewise.
1189
1190         * common/issue.log mingw32/issue.log: Updated accordingly.
1191
1192 2013-09-10  Earnie Boyd  <earnie@users.sourceforge.net>
1193
1194         * mingw32/mingw32-expat.xml: Correct the usage of libexpat.
1195         * common/issue.log mingw32/issue.log: Updated accordingly.
1196
1197 2013-09-09  Earnie Boyd  <earnie@users.sourceforge.net>
1198
1199         * mingw32/mingw32-gettext.xml: Use the correct package name for libgcc.
1200         * mingw32/mingw32-libiconv.xml: Ditto.
1201         * common/issue.log mingw32/issue.log: Updated accordingly.
1202
1203 2013-09-08  Earnie Boyd  <earnie@users.sourceforge.net>
1204
1205         Finish rework for gcc and publish 4.8.1-2.
1206
1207         * mingw32/mingw32-gcc4.xml: Add 4.8.1-2 release and complete the rework
1208         for the libraries.
1209         * common/issue.log mingw32/issue.log: Updated accordingly.
1210
1211 2013-09-07  Earnie Boyd  <earnie@users.sourceforge.net>
1212
1213         Rework my previous changes to help avoid ERROR issues.
1214
1215         * mingw32/mingw32-binutils.xml: Change dependency to match changes in
1216         mingw32-gcc4.xml and mingw32-zlib.xml.
1217         * mingw32/mingw32-gcc4.xml: Rework to use libXXX package as before where
1218         XXX is dependent on the compiler type.
1219         * mingw32/mingw32-mpc.xml: Rework to use libmpc package as before.
1220         * mingw32/mingw32-mpfr.xml: Rework to use libmpfr package as before.
1221         * mingw32/mingw32-pthreads-w32.xml: Rework to use libpthread package
1222         as before.
1223         * mingw32/mingw32-zlib.zml: Rework to use libz package as before.
1224         * common/issue.log mingw32/issue.log: Updated accordingly.
1225
1226 2013-09-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1227
1228         Publish mingw-get release 0.6.0-beta-20130904-1.
1229
1230         * mingw32/mingw32-mingw-get.xml (mingw-get) <description>: Updated.
1231         (mingw-get) <gui>: New component; add specification for this release.
1232         (mingw-get) <bin>: Add 0.6.0-beta-20130904-1 release specification;
1233         remove 0.5-beta-20120416-1, 0.3-alpha-2.1, 0.3-alpha-2, 0.3-alpha-1,
1234         and 0.2-alpha-4, withdrawing them from general release.
1235         (mingw-get) <lic>: Likewise.
1236         (pkginfo) <bin>: Likewise.
1237
1238         * mingw32-mingw-get.xml.lzma: Regenerated and published.
1239         * mingw32-package-list.lzma package-list.xml.lzma: Likewise.
1240
1241         * common/issue.log mingw32/issue.log: Updated accordingly.
1242
1243 2013-09-03  Earnie Boyd  <earnie@users.sourceforge.net>
1244
1245         * mingw32/mingw32-expat.xml: Resolve update of old naming install.
1246         * mingw32/mingw32-gcc4.xml: Ditto.
1247         * mingw32/mingw32-gettext.xml: Ditto.
1248         * mingw32/mingw32-libiconv.xml: Ditto.
1249         * mingw32/mingw32-zlib.xml: Ditto.
1250         * common/issue.log mingw32/issue.log: Update accordingly.
1251
1252 2013-09-02  Earnie Boyd  <earnie@users.sourceforge.net>
1253
1254         * mingw32/mingw32-gettext.xml: Add "dll" component class for 0.18.3.1-1.
1255         Fix typo declaring the requirement for the dll.
1256         * mingw32/mingw32-expat.xml: Release 2.1.0-1.
1257         * common/issue.log mingw32/issue.log: Update accordingly.
1258
1259 2013-09-01  Earnie Boyd  <earnie@users.sourceforge.net>
1260
1261         * mingw32/mingw32-binutils.xml: Release 2.23.2-1.
1262         * mingw32/mingw32-gcc4.xml: Release 4.8.1-1.
1263         * mingw32/mingw32-gettext.xml: Release 0.18.3.1-1.
1264         * mingw32/mingw32-libiconv.xml: Release 1.14-3.
1265         * common/issue.log mingw32/issue.log: Update accordingly.
1266
1267 2013-08-28  Earnie Boyd  <earnie@users.sourceforge.net>
1268
1269         Correct ptheads-w32-2.9.1-1 release.
1270
1271         * mingw32/mingw32-pthreads-w32.xml: Correct 2.9.1-1 release.
1272         * common/issue.log mingw32/issue.log: Update accordingly.
1273
1274 2013-08-27  Keith Marshall  <keithmarshall@users.sourceforge.net>
1275
1276         Add support for automated catalogue publication.
1277
1278         * Makefile.comm.in (published): New build goal; it redirects to the
1279         new primary goal implemented...
1280
1281         * Makefile.in: ...here.
1282         (published): New primary build goal; implement it, using...
1283         (frs-username-check, frs-publish): ...these new internal build goals;
1284         implement them; they should not normally be invoked directly.
1285         (FRS_USERNAME, FRS_CATALOGUE): New macros; define them.
1286         (FRS_CATALOGUE_HOST, FRS_CATALOGUE_ROOT, FRS_CATALOGUE_PATH):
1287         (MAKE_RECURSIVE, PRIMARY_GOALS): Likewise.
1288
1289         * configure.ac (AC_INIT): Bump version number to 2.2
1290         (FRS_USERNAME): Declare it as precious; assign "anonymous" as default.
1291
1292 2013-08-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
1293
1294         Correct a catalogue publication anomaly.
1295
1296         * mingw32/mingw32-zlib.xml: Correct typos.
1297         (zlib-1.2.8-1.mingw32-*.tar.lzma): Such malformed file references...
1298         (zlib-1.2.8-1-mingw32-*.tar.lzma): ...should have appeared thus.
1299
1300         * common/issue.log mingw32/issue.log: References to...
1301         (package-list.xml, mingw32-package-list.xml, mingw32-zlib.xml):
1302         ...these automatically updated; publish lzma compressed copies to FRS.
1303
1304 2013-08-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
1305
1306         Add integration hooks for mingw-get-setup.
1307
1308         * Makefile.in Makefile.comm.in:
1309         (build.tag, clean, dist, distclean, maintainer-clean): New targets;
1310         implement them as no-ops; they are required when invoked recursively,
1311         as a sub-make of mingw-get-setup, but are not otherwise needed here.
1312
1313 2013-08-25  Earnie Boyd  <earnie@users.sourceforge.net>
1314
1315         * mingw32/mingw32-gmp.xml: Add 5.1.2-1 release.
1316         * mingw32/mingw32-mpfr.xml: Add 3.1.2-1 release.
1317         * mingw32/mingw32-mpc.xml: Add 1.0.1-1 release.
1318         * mingw32/mingw32-pthreads-w32.xml: Add 2.9.1-1 release.
1319         * mingw32/mingw32-zlib.xml: Add the 1.2.8-1 release.
1320         * common/issue.log mingw32/issue.log: Update accordingly.
1321         * .gitignore: Add .*.swp.
1322
1323 2013-08-23  Earnie Boyd  <earnie@users.sourceforge.net>
1324
1325         * mingw32/mingw32-runtime.xml: Add mingwrt-4.0.0-1 and w32api-4.0.0-1.
1326         Modify the default source type to -bld and the licence type to -lic.
1327         Add source and licence elements to the previous packages to represent
1328         the previous licence and source files.
1329         * common/issue.log mingw32/issue.log: Update accordingly.
1330
1331 2013-07-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
1332
1333         Correct some "Basic Setup" package group affiliations.
1334
1335         * msys/msys-base.xml (msys-tiny): Drop erroneous affiliation.
1336         (msys-base): Affiliate this instead, as originally intended.
1337
1338         * msys/mingw-developer-toolkit.xml: Add affiliation for...
1339         (mingw-developer-toolkit): ...this.
1340
1341         * common/package-list.xml.lzma msys/msys-package-list.xml.lzma:
1342         Regenerated and published.
1343
1344         * common/issue.log msys/issue.log: Updated.
1345
1346 2013-07-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1347
1348         Add hooks to support mingw-get-setup.exe
1349
1350         * msys/msys-base.xml (msys-base):
1351         * mingw32/mingw32-base.xml (mingw32-base):
1352         * mingw32/mingw32-gcc4.xml (mingw32-gcc-ada, mingw32-gcc-g++):
1353         (mingw32-gcc-fortran, mingw32-gcc-objc): Affiliate all with the
1354         internally defined "Basic Setup" package group; regenerate and
1355         publish all associated .lzma files.
1356
1357         * common/package-list.xml.lzma msys/msys-package-list.xml.lzma:
1358         * mingw32/mingw32-package-list.xml.lzma: All regenerated and
1359         published.
1360
1361         * common/issue.log mingw32/issue.log msys/issue.log: Updated.
1362
1363 2013-07-01  Earnie Boyd  <earnie@users.sourceforge.net>
1364
1365         * mingw32/mingw32-wsl-candidate.xml: Add wsl_rc-4.0-1-mingw32-rc-4.
1366         * package-list.xml.lzma mingw32-package-list.xml.lzma: Regenerated.
1367         * common/issue.log mingw32/issue.log: Update accordingly.
1368
1369 2013-06-19  Earnie Boyd  <earnie@users.sourceforge.net>
1370
1371         * mingw32/mingw32-wsl-candidate.xml: Add wsl_rc-4.0-1-mingw32-rc-3.
1372         * package-list.xml.lzma mingw32-package-list.xml.lzma: Regenerated.
1373         * common/issue.log mingw32/issue.log: Update accordingly.
1374
1375 2013-05-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
1376
1377         Update and publish pexports.
1378
1379         * mingw32/mingw32-pexports.xml: Add references for release 0.46.
1380         * package-list.xml.lzma mingw32-package-list.xml.lzma: Regenerated.
1381         * common/issue.log mingw32/issue.log: Updated accordingly.
1382
1383 2013-04-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1384
1385         Add issue number references to all package lists.
1386
1387         * common/package-list.xml: Regenerate .lzma and republish.
1388         * common/issue.log: Update accordingly.
1389
1390         * mingw32/mingw32-package-list.xml: Regenerate .lzma and republish.
1391         * mingw32/issue.log: Update accordingly.
1392
1393         * msys/msys-package-list.xml: Regenerate .lzma and republish.
1394         * msys/issue.log: Update accordingly.
1395
1396 2013-04-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1397
1398         Add infrastructure for managing user contributed packages.
1399
1400         * contrib: New directory.
1401         * configure.ac (AC_INIT): Bump version number to 2.1
1402         (mingw_ac_subdirs): Add 'contrib' as a managed sub-directory.
1403
1404         * contrib/issue.log: New file; automatically generated, and adjusted
1405         to reflect the original publication dates for each of...
1406         * contrib/mingw32-libunistring.xml contrib/mingw32-pdcurses.xml:
1407         ...these new files; copy them from existing published catalogue, and
1408         replace their issue number tags with templates, to capture future
1409         updates automatically.
1410
1411 2013-04-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
1412
1413         Correct several incorrectly assigned file attributes.
1414
1415         * mingw32/issue.log mingw32/mingw32-dos2unix.xml: chmod -x
1416         * msys/issue.log msys/msys-dos2unix.xml msys/msys-m4.xml: Likewise.
1417         * ChangeLog: Likewise.
1418
1419 2013-04-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
1420
1421         Support automatic capture of infrastructure changes.
1422
1423         * Makefile.stub.in (top_srcdir): New macro; define it.
1424
1425         * Makefile.in (VPATH, top_srcdir): New macros; define them.
1426         (configure, config.status, Makefile): New build rules; implement them,
1427         to be triggered by repository infrastructure changes.
1428
1429         * Makefile.comm.in (VPATH): Append top_srcdir and top_builddir.
1430         (configure, config.status, Makefile): New build rules; implement them,
1431         to be triggered by repository infrastructure changes.
1432
1433 2013-04-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1434
1435         Add issue number tracking within published package lists.
1436
1437         * makeopts.m4: New file; copy it from MinGW.org's build-aux package.
1438
1439         * configure.ac (AC_INIT): Bump version number to 2.0
1440         (makeopts.m4): m4_include it; it is required to provide support for...
1441         (MINGW_AC_MAKE_NO_PRINT_DIRECTORY): ...this additional feature test.
1442
1443         * Makefile.in (all): Require...
1444         (update-references): ...this new build goal; implement it, using...
1445         (update-local-references): ...this new recursively invoked rule, and...
1446         (issue.sed): ...this new call-back rule.
1447
1448         * Makefile.stub.in (top_builddir): Define it as a macro.
1449
1450         * Makefile.comm.in (update_issue_number): New macro; define it.
1451         (store_issue_number): Likewise; both are required to implement...
1452         (generate_catalogue): ...this new sed script defining macro.
1453         (sha1hash): Redefined macro; it now depends on substitution of...
1454         ($catalogue): ...this local shell variable, in place of $<.
1455         (extract_log_file_header, extract_log_file_footer): New macros.
1456         (update-references, issue.sed): New build goals; they facilitate...
1457         (update-local-references): ...this recursively invoked top-down build
1458         goal; implement it in terms of refactored commands, abstracted from...
1459         (%.xml.lzma: %.xml): ...this original goal, to create...
1460         (generate-catalogue, generate-reference, select-for-publication):
1461         (update-issue-log, issue.chk, issue.new, issue.tmp): ...these new
1462         intermediate goals; they are invoked recursively, by use of...
1463         (SET_MAKE): ...this autoconf defined and AC_SUBSTed hook, with...
1464         (RMAKE): ...this new macro; define it.
1465
1466 2013-04-10  Earnie Boyd  <earnie@users.sourceforge.net>
1467
1468         * mingw32/mingw32-wsl-candidate.xml: Add the 4.0-rc-2 release.
1469         * mingw32/issue.log: Updated accordingly.
1470
1471 2013-04-09  Earnie Boyd  <earnie@users.sourceforge.net>
1472
1473         * mingw32/mingw32-package-list.xml: Add mingw32-wsl-candidate.xml.
1474         * mingw32/mingw32-wsl-candidate.xml: New file.
1475         * mingw32/issue.log: Updated accordingly.
1476
1477 2013-02-24  Erwin Waterlander  <waterlan@xs4all.nl>
1478
1479         * msys/msys-m4.xml: Updated for m4 version 1.4.16-2.
1480         * msys/issue.log: Updated accordingly.
1481
1482 2013-02-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1483
1484         Add missing DLL dependency for msys-bzip2-bin.
1485
1486         * msys/msys-bzip2.xml (msys-bzip2-1.0.6-1-bin): Add dependency on...
1487         (msys-libbz2-%-msys-%-dll-1.tar): ...this; publish it.
1488
1489         * msys/issue.log: Update accordingly.
1490
1491 2013-01-27  Erwin Waterlander  <waterlan@xs4all.nl>
1492
1493         * mingw32/mingw32-dos2unix.xml: Updated for dos2unix version 6.0.3.
1494         * mingw32/issue.log: Updated accordingly.
1495         * msys/msys-dos2unix.xml: Updated for dos2unix version 6.0.3.
1496         * msys/issue.log: Updated accordingly.
1497
1498 2012-11-22  Cesar Strauss  <cestrauss@gmail.com>
1499
1500         Update & publish msys-core.
1501
1502         * msys/msys-core.xml: Update to 1.0.18-1.
1503         * msys/issue.log: Updated accordingly.
1504
1505 2012-11-12  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1506
1507         Update & publish mingw32-binutils.
1508
1509         * mingw32/mingw32-binutils.xml: Update to 2.23.1-1.
1510         * mingw32/issue.log: Updated accordingly.
1511
1512 2012-11-05  Cesar Strauss  <cestrauss@gmail.com>
1513
1514         Update & publish mingw32-gcc4.
1515
1516         * mingw32/mingw32-gcc4.xml: Update to 4.7.2-1.
1517         * mingw32/issue.log: Update accordingly.
1518
1519 2012-09-09  Erwin Waterlander  <waterlan@xs4all.nl>
1520         * mingw32/mingw32-dos2unix.xml: Updated for dos2unix version 6.0.2.
1521         * msys/msys-dos2unix.xml: Updated for dos2unix version 6.0.2.
1522
1523 2012-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
1524
1525         Add support files for git and Mercurial.
1526
1527         * .gitignore .hgignore: New files.
1528
1529 2012-09-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1530
1531         Update & publish mingw32-make.
1532
1533         * mingw32/mingw32-make.xml: Update to 3.82.90-2-cvs-20120902.
1534         * mingw32/issue.log: Updated accordingly.
1535
1536 2012-08-27  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1537
1538         Update & publish mingw32-gdb.
1539
1540         * mingw32/mingw32-gdb.xml: Update to 7.5-1.
1541         * mingw32/issue.log: Updated accordingly.
1542
1543 2012-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1544
1545         Update & publish mingw32-make.
1546
1547         * mingw32/mingw32-make.xml: Update to 3.82.90-cvs-20120823-1.
1548         * mingw32/issue.log: Updated accordingly.
1549
1550 2012-07-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
1551
1552         Remove redundant package names from description/title attributes.
1553
1554         * mingw32/mingw32-autoconf.xml mingw32/mingw32-automake.xml:
1555         * mingw32/mingw32-basic-bsdtar.xml mingw32/mingw32-bzip2.xml:
1556         * mingw32/mingw32-dos2unix.xml mingw32/mingw32-expat.xml:
1557         * mingw32/mingw32-gcc-tools.xml mingw32/mingw32-gendef.xml:
1558         * mingw32/mingw32-gettext.xml mingw32/mingw32-gmp.xml:
1559         * mingw32/mingw32-libarchive.xml mingw32/mingw32-libiconv.xml:
1560         * mingw32/mingw32-libtool.xml mingw32/mingw32-make.xml:
1561         * mingw32/mingw32-mgwport.xml mingw32/mingw32-mingw-utils.xml:
1562         * mingw32/mingw32-mpc.xml mingw32/mingw32-mpfr.xml:
1563         * mingw32/mingw32-pexports.xml mingw32/mingw32-popt.xml:
1564         * mingw32/mingw32-xz.xml mingw32/mingw32-zlib.xml:
1565         * msys/msys-autoconf.xml msys/msys-autogen.xml msys/msys-automake.xml:
1566         * msys/msys-bash.xml msys/msys-bison.xml msys/msys-bzip2.xml:
1567         * msys/msys-console.xml msys/msys-core.xml msys/msys-coreutils.xml:
1568         * msys/msys-crypt.xml msys/msys-cvs.xml msys/msys-cygutils.xml:
1569         * msys/msys-dash.xml msys/msys-diffstat.xml msys/msys-diffutils.xml:
1570         * msys/msys-dos2unix.xml msys/msys-expat.xml msys/msys-file.xml:
1571         * msys/msys-findutils.xml msys/msys-flex.xml msys/msys-gawk.xml:
1572         * msys/msys-gdbm.xml msys/msys-gettext.xml msys/msys-gmp.xml:
1573         * msys/msys-grep.xml msys/msys-groff.xml msys/msys-guile.xml:
1574         * msys/msys-gzip.xml msys/msys-help2man.xml msys/msys-inetutils.xml:
1575         * msys/msys-less.xml msys/msys-libarchive.xml msys/msys-libiconv.xml:
1576         * msys/msys-libtool.xml msys/msys-libxml2.xml msys/msys-lndir.xml:
1577         * msys/msys-lpr-enhanced.xml msys/msys-m4.xml msys/msys-make.xml:
1578         * msys/msys-man.xml msys/msys-minires.xml msys/msys-mintty.xml:
1579         * msys/msys-mktemp.xml msys/msys-openssh.xml msys/msys-openssl.xml:
1580         * msys/msys-patch.xml msys/msys-perl.xml msys/msys-popt.xml:
1581         * msys/msys-rebase.xml msys/msys-regex.xml msys/msys-rsync.xml:
1582         * msys/msys-rxvt.xml msys/msys-sed.xml msys/msys-tar.xml:
1583         * msys/msys-termcap.xml msys/msys-texinfo.xml msys/msys-unzip.xml:
1584         * msys/msys-vim.xml msys/msys-wget.xml msys/msys-xz.xml:
1585         * msys/msys-zip.xml msys/msys-zlib.xml (-//package//description):
1586         Apply sed substitution: 's/\(title="\)[^:]*: */\1/'; regenerate and
1587         republish associated *.xml.lzma files.
1588
1589         * mingw32/issue.log msys/issue.log: Update accordingly.
1590
1591 2012-11-05  Cesar Strauss  <cestrauss@gmail.com>
1592
1593         Add versioned dependencies on mingwrt to mingw32-gcc4.
1594
1595         * mingw32/mingw32-gcc4.xml (mingw32-gcc-bin): Add versioned
1596         dependencies on mingwrt.
1597         Regenerate and republish LZMA format manifest.
1598         * mingw32/issue.log: Update accordingly.
1599
1600 2012-06-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
1601
1602         Remove redundant source/licence references for mingwrt/w32api.
1603
1604         * mingw32/mingw32-runtime.xml (mingwrt, w32api): Make...
1605         (source, licence): ...these references at package level generic wrt
1606         compression format; remove redundant duplicates at release level.
1607         Regenerate and republish LZMA format manifest.
1608         * mingw32/issue.log: Updated accordingly.
1609
1610 2012-06-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1611
1612         Update & publish mingwrt.
1613
1614         * mingw32/mingw32-runtime.xml: Update mingwrt to 3.20-2.
1615         * mingw32/issue.log: Updated accordingly.
1616
1617 2012-06-07  Cesar Strauss  <cestrauss@gmail.com>
1618
1619         Update & publish mingw32-gcc4.
1620
1621         * mingw32/mingw32-gcc4.xml: Update to 4.7.0-1.
1622         * mingw32/issue.log: Update accordingly.
1623
1624 2012-05-16  Charles Wilson  <mingw@cwilson.fastmail.fm>
1625
1626         Update and publish msys-zlib and mingw32-zlib.
1627
1628         * msys/msys-zlib.xml: Update to 1.2.7-1. Add new minizip-bin,
1629         libminizip-dev, and libminizip-dll-1 components.
1630         * msys/issue.log: Update accordingly.
1631         * mingw32/mingw32-zlib.xml: Update to 1.2.7-1. Add new
1632         minizip-bin, libminizip-dev, and libminizip-dll-1 components.
1633         * mingw32/issue.log: Update accordingly.
1634
1635 2012-05-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
1636
1637         Reorder dependencies for mingw32-gcc4.
1638
1639         * mingw32/mingw32-gcc4.xml (gcc-core): Factor out dependency
1640         declarations common to all releases; order all version specific
1641         references before version agnostic references, to avoid possible
1642         accidental scheduling of mismatched versions for installation.
1643         (gcc-ada): Factor out common dependency declarations.
1644         Regenerate, and republish.
1645
1646         * mingw32/issue.log: Update accordingly.
1647
1648 2012-04-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
1649
1650         Fix post/pre-remove conflict in mingw-get.xml scripting.
1651
1652         * mingw32/mingw32-mingw-get.xml (mingw-get-bin.post-remove): Can't
1653         use post-remove script here, after helper modules removed; replace...
1654         (mingw-get-bin.pre-remove): ...with this; regenerate and republish.
1655
1656         * mingw32/issue.log: Update accordingly.
1657
1658 2012-04-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
1659
1660         Update for mingw-get-0.5-mingw32-beta-20120426-1 release.
1661
1662         * mingw32/mingw32-mingw-get.xml: Update and republish.
1663         * mingw32/issue.log: Updated accordingly.
1664
1665 2012-04-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1666
1667         Update for mingw-get-0.5-mingw32-beta-20120416-1 release.
1668
1669         * mingw32/mingw32-mingw-get.xml: Update and republish.
1670         * mingw32/issue.log: Updated accordingly.
1671
1672 2012-04-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
1673
1674         Correct msys-dos2unix doc and licence package reference anomalies.
1675
1676         * msys/msys-dos2unix.xml: Update and republish.
1677         (cygutils-dos2unix-1.3.4-4-msys-1.0.13-doc.tar.lzma): Declare it as a
1678         virtual package; add 'requires' specification, linking it to...
1679         (cygutils-1.3.4-4-msys-1.0.13-doc.tar): ...this.
1680         (cygutils-dos2unix-1.3.4-4-msys-1.0.13-lic.tar.lzma): Likewise...
1681         (cygutils-1.3.4-4-msys-1.0.13-lic.tar): ...linking to this.
1682
1683         * msys/issue.log: Updated accordingly.
1684
1685 2012-04-09  Erwin Waterlander  <waterlan@xs4all.nl>
1686
1687         Replace msys-cygutils-dos2unix with msys-dos2unix.
1688
1689         * msys/msys-cygutils.xml: Removed msys-cygutils-dos2unix
1690         package element. Modified msys-cygutils description to refer
1691         to the new msys-dos2unix package.
1692         * msys/msys-dos2unix.xml: New file.
1693         * msys/msys-package-list.xml: Added msys-dos2unix.xml.
1694         * msys/msys-base.xml: Replaced msys-coreutils-dos2unix-*-bin
1695         with msys-dos2unix-*-bin.
1696         * msys/issue.log: Updated accordingly.
1697
1698 2012-04-09  Erwin Waterlander  <waterlan@xs4all.nl>
1699
1700         Replace mingw32-cygutils-dos2unix with mingw32-dos2unix.
1701         Remove (unnecessary) mingw32-cygutils.
1702
1703         * mingw32/mingw32-cygutils.xml: Removed.
1704         * mingw32/mingw32-dos2unix.xml: New file.
1705         * mingw32/mingw32-package-list.xml: Added mingw32-dos2unix.xml;
1706         removed mingw32-cygutils.xml.
1707         * mingw32/mingw32-mingw-utils.xml: Updated description text
1708         to refer to new mingw32-dos2unix package.
1709         * mingw32/issue.log: Updated accordingly.
1710
1711 2012-02-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1712
1713         Add Lua packages as MinGW extensions.
1714
1715         * mingw32/mingw32-lua.xml: New file.
1716         * mingw32/mingw32-package-list.xml (mingw32-lua): Add reference.
1717         * mingw32/issue.log: Updated accordingly.
1718
1719 2012-02-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1720
1721         Update & publish mingw32-gdb.
1722         Split the gdb package into gdb and gdb-python.
1723
1724         * mingw32/mingw32-gdb.xml: Update to 7.2-2.
1725         * mingw32/issue.log: Updated accordingly.
1726
1727 2012-01-01  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1728
1729         Update & publish msys-mintty.
1730
1731         * msys/msys-mintty.xml: Update to 1.0.3-1.
1732         * msys/issue.log: Updated accordingly.
1733
1734 2012-01-01  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1735
1736         Update & publish mingw32-binutils.
1737
1738         * mingw32/mingw32-binutils.xml: Update to 2.22-1.
1739         * mingw32/issue.log: Updated accordingly.
1740
1741 2011-12-21  Cesar Strauss  <cestrauss@gmail.com>
1742
1743         Update & publish mingw32-gcc4.
1744
1745         * mingw32/mingw32-gcc4.xml: Update to 4.6.2-1.
1746         * mingw32/issue.log: Updated accordingly.
1747
1748 2011-12-15  Cesar Strauss  <cestrauss@gmail.com>
1749
1750         * mingw32/mingw32-gcc4.xml: Remove the short-lived 4.6.1-1 release.
1751
1752 2011-11-27  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1753
1754         Correct versioning issue with msys-mksh contributed package.
1755
1756         * msys/issue.log: Update for msys-mksh.
1757
1758 2011-11-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1759
1760         Update msys-mksh contributed package.
1761
1762         * msys/issue.log: Update for msys-mksh.
1763
1764 2011-11-17  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1765
1766         Adopt msys-mksh as a contributed package.
1767
1768         * msys/msys-package-list.xml: Add msys-mksh.xml hook.
1769         * msys/issue.log: Update accordingly.
1770
1771 2011-11-16  Charles Wilson  <mingw@cwilson.fastmail.fm>
1772
1773         Update & publish msys-rebase.
1774
1775         * msys/msys-rebase.xml: Update to 4.0.1_1.
1776         * msys/issue.log: Update accordingly.
1777
1778 2011-11-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
1779
1780         Fix source and licence package associations for GDB.
1781
1782         * mingw32/mingw32-gdb.xml: Add generic source and licence package
1783         association declarations for all mingw32-gdb package components;
1784         remove release specific declarations where equivalent.
1785         * mingw32/issue.log: Update accordingly.
1786
1787 2011-11-08  Charles Wilson  <mingw@cwilson.fastmail.fm>
1788
1789         Correct dependencies for mingw32-gettext-dev, again.
1790
1791         * mingw32/mingw32-gettext.xml: Also add libexpat dependency
1792         for -dev component. Remove unnecessary dependencies for
1793         gettext-dev 0.17-1.
1794         * mingw32/issue.log: Update accordingly.
1795
1796 2011-11-08  Charles Wilson  <mingw@cwilson.fastmail.fm>
1797
1798         Correct dependencies for mingw32-gettext-dev.
1799
1800         * mingw32/mingw32-gettext.xml: Add libstdc++ and libgomp
1801         dependencies for -dev component. Modify all libgcc dependency
1802         specifications to include subsystem version wildcard.
1803         * mingw32/issue.log: Update accordingly.
1804
1805 2011-11-06  Charles Wilson  <mingw@cwilson.fastmail.fm>
1806
1807         Update & publish msys-xz.
1808
1809         * msys/msys-xz.xml: Update to xz-5.0.3-1.
1810         * msys/issue.log: Update accordingly.
1811
1812 2011-11-06  Charles Wilson  <mingw@cwilson.fastmail.fm>
1813
1814         Update & publish mgwport-0.10.6-1.
1815
1816         * mingw32/mingw32-mgwport.xml: Add 0.10.6-1 release.
1817         * mingw32/issue.log: Update accordingly.
1818
1819
1820 2011-11-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
1821
1822         Update for mingw-get-0.4-alpha-1 release.
1823
1824         * mingw32/mingw32-mingw-get.xml: Add release entries.
1825         * mingw32/issue.log: Update accordingly.
1826
1827 2011-11-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
1828
1829         Adopt mingw32-libunistring as a contributed package;
1830         relegate mingw32-pdcurses to contributed status.
1831
1832         * mingw32/mingw32-package-list.xml: Add mingw32-libunistring.xml hook;
1833         relocate mingw32-pdcurses.xml reference to contributed package group.
1834
1835         * mingw32/mingw32-pdcurses.xml: Remove file.
1836
1837         * mingw32/issue.log: Update accordingly.
1838
1839 2011-10-31  Charles Wilson  <mingw@cwilson.fastmail.fm>
1840
1841         Update and publish msys-gettext, msys-libiconv.
1842         Correct versioning issue with mingw32-{gettext,libiconv}.
1843
1844         * msys/msys-gettext.xml: Update to 0.18.1.1-1.
1845         * msys/msys-libiconv.xml: Update to 1.14-1.
1846         * msys/issue.log: Updated accordingly.
1847         * mingw32/mingw32-gettext.xml: Version 0.18.1.1-2 requires
1848         at least version 1.14-2 of mingw32-libiconv-dll-2.
1849         * mingw32/mingw32-libiconv.xml: VErsion 1.14-2 requires at
1850         least version 0.18.1.1-2 of mingw32-libintl-dll-8.
1851         * mingw32/issue.log: Updated accordingly.
1852
1853 2011-10-24  Charles Wilson  <mingw@cwilson.fastmail.fm>
1854
1855         Update & publish msys-autoconf.
1856
1857         * msys/msys-autoconf.xml: Update to 2.68-1.
1858         * msys/issue.log: Updated accordingly.
1859
1860 2011-10-22  Charles Wilson  <mingw@cwilson.fastmail.fm>
1861
1862         Update & publish mingw32-libiconv, mingw32-gettext.
1863
1864         * mingw32/mingw32-libiconv.xml: Update to 1.14-2.
1865         * mingw32/mingw32-gettext.xml: Update to 0.18.1.1-2.
1866         * mingw32/issue.log: Updated accordingly.
1867
1868 2011-10-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1869
1870         Update & publish mingw32-gdb.
1871
1872         * mingw32/mingw32-gdb.xml: Update to 7.3.1-1.
1873         * mingw32/issue.log: Updated accordingly.
1874
1875 2011-10-14  Charles Wilson  <mingw@cwilson.fastmail.fm>
1876
1877         Update & publish msys-zlib, msys-bzip2.
1878
1879         * msys/msys-zlib.xml: Update to zlib-1.2.5-1.
1880         * msys/msys-bzip2.xml: Update to bzip2-1.0.6-1.
1881         * msys/issue.log: Update accordingly.
1882
1883 2011-10-14  Charles Wilson  <mingw@cwilson.fastmail.fm>
1884
1885         Update & publish mingw32-zlib, mingw32-bzip2, mingw32-xz.
1886
1887         * mingw32/mingw32-zlib.xml: Update to zlib-1.2.5-4.
1888         * mingw32/mingw32-bzip2.xml: Update to bzip2-1.0.6-4.
1889         * mingw32/mingw32-xz.xml: Update to xz-5.0.3-2.
1890         * mingw32/issue.log: Update accordingly.
1891
1892 2011-10-11  Keith Marshall  <keithmarshall@users.sourceforge.net>
1893
1894         Make "source" and "licence" tarname resolution deterministic.
1895
1896         * mingw32/mingw32-autoconf.xml (source, licence): Append ".%" to
1897         tarname attribute, where no explicit compression type is specified.
1898         * mingw32/mingw32-automake.xml (source, licence): Likewise.
1899         * mingw32/mingw32-basic-bsdtar.xml (source, licence): Likewise.
1900         * mingw32/mingw32-binutils.xml (source, licence): Likewise.
1901         * mingw32/mingw32-bzip2.xml (source, licence): Likewise.
1902         * mingw32/mingw32-cygutils.xml (source, licence): Likewise.
1903         * mingw32/mingw32-expat.xml (source, licence): Likewise.
1904         * mingw32/mingw32-gcc-tools.xml (source, licence): Likewise.
1905         * mingw32/mingw32-gendef.xml (source, licence): Likewise.
1906         * mingw32/mingw32-gettext.xml (source, licence): Likewise.
1907         * mingw32/mingw32-libarchive.xml (source, licence): Likewise.
1908         * mingw32/mingw32-libiconv.xml (source, licence): Likewise.
1909         * mingw32/mingw32-libtool.xml (source, licence): Likewise.
1910         * mingw32/mingw32-make.xml (source, licence): Likewise.
1911         * mingw32/mingw32-mgwport.xml (source, licence): Likewise.
1912         * mingw32/mingw32-mingw-get.xml (source, licence): Likewise.
1913         * mingw32/mingw32-mingw-utils.xml (source, licence): Likewise.
1914         * mingw32/mingw32-pdcurses.xml (source, licence): Likewise.
1915         * mingw32/mingw32-pexports.xml (source, licence): Likewise.
1916         * mingw32/mingw32-popt.xml (source, licence): Likewise.
1917         * mingw32/mingw32-xz.xml (source, licence): Likewise.
1918         * mingw32/mingw32-zlib.xml (source, licence): Likewise.
1919
1920         * mingw32/issue.log: Update to capture above changes; publish all.
1921
1922         * msys/msys-core.xml (package): Add alias="msysCORE" attribute.
1923         (source, licence): Append ".%" to tarname attribute, where no explicit
1924         compression type is specified.
1925
1926         * msys/msys-autoconf.xml (source, licence): Append ".%" to tarname
1927         attribute, where no explicit compression type is specified.
1928         * msys/msys-autogen.xml (source, licence): Likewise.
1929         * msys/msys-automake.xml (source, licence): Likewise.
1930         * msys/msys-bash.xml (source, licence): Likewise.
1931         * msys/msys-bison.xml (source, licence): Likewise.
1932         * msys/msys-bzip2.xml (source, licence): Likewise.
1933         * msys/msys-console.xml (source, licence): Likewise.
1934         * msys/msys-coreutils.xml (source, licence): Likewise.
1935         * msys/msys-crypt.xml (source, licence): Likewise.
1936         * msys/msys-cvs.xml (source, licence): Likewise.
1937         * msys/msys-cygutils.xml (source, licence): Likewise.
1938         * msys/msys-dash.xml (source, licence): Likewise.
1939         * msys/msys-diffstat.xml (source, licence): Likewise.
1940         * msys/msys-diffutils.xml (source, licence): Likewise.
1941         * msys/msys-expat.xml (source, licence): Likewise.
1942         * msys/msys-file.xml (source, licence): Likewise.
1943         * msys/msys-findutils.xml (source, licence): Likewise.
1944         * msys/msys-flex.xml (source, licence): Likewise.
1945         * msys/msys-gawk.xml (source, licence): Likewise.
1946         * msys/msys-gdbm.xml (source, licence): Likewise.
1947         * msys/msys-gettext.xml (source, licence): Likewise.
1948         * msys/msys-gmp.xml (source, licence): Likewise.
1949         * msys/msys-grep.xml (source, licence): Likewise.
1950         * msys/msys-groff.xml (source, licence): Likewise.
1951         * msys/msys-guile.xml (source, licence): Likewise.
1952         * msys/msys-gzip.xml (source, licence): Likewise.
1953         * msys/msys-help2man.xml (source, licence): Likewise.
1954         * msys/msys-inetutils.xml (source, licence): Likewise.
1955         * msys/msys-less.xml (source, licence): Likewise.
1956         * msys/msys-libarchive.xml (source, licence): Likewise.
1957         * msys/msys-libiconv.xml (source, licence): Likewise.
1958         * msys/msys-libtool.xml (source, licence): Likewise.
1959         * msys/msys-libxml (source, licence): Likewise.
1960         * msys/msys-lndir.xml (source, licence): Likewise.
1961         * msys/msys-lpr-enhanced.xml (source, licence): Likewise.
1962         * msys/msys-m4.xml (source, licence): Likewise.
1963         * msys/msys-make.xml (source, licence): Likewise.
1964         * msys/msys-man.xml (source, licence): Likewise.
1965         * msys/msys-minires.xml (source, licence): Likewise.
1966         * msys/msys-mintty.xml (source, licence): Likewise.
1967         * msys/msys-mktemp.xml (source, licence): Likewise.
1968         * msys/msys-openssh.xml (source, licence): Likewise.
1969         * msys/msys-openssl.xml (source, licence): Likewise.
1970         * msys/msys-patch.xml (source, licence): Likewise.
1971         * msys/msys-perl.xml (source, licence): Likewise.
1972         * msys/msys-popt.xml (source, licence): Likewise.
1973         * msys/msys-rebase.xml (source, licence): Likewise.
1974         * msys/msys-regex.xml (source, licence): Likewise.
1975         * msys/msys-rsync.xml (source, licence): Likewise.
1976         * msys/msys-rxvt.xml (source, licence): Likewise.
1977         * msys/msys-sed.xml (source, licence): Likewise.
1978         * msys/msys-tar.xml (source, licence): Likewise.
1979         * msys/msys-termcap.xml (source, licence): Likewise.
1980         * msys/msys-texinfo.xml (source, licence): Likewise.
1981         * msys/msys-unzip.xml (source, licence): Likewise.
1982         * msys/msys-vim.xml (source, licence): Likewise.
1983         * msys/msys-wget.xml (source, licence): Likewise.
1984         * msys/msys-xz.xml (source, licence): Likewise.
1985         * msys/msys-zip.xml (source, licence): Likewise.
1986         * msys/msys-zlib.xml (source, licence): Likewise.
1987
1988         * msys/issue.log: Update to capture above changes; publish all.
1989
1990 2011-10-09  Charles Wilson  <mingw@cwilson.fastmail.fm>
1991
1992         Update & publish autoconf (wrapper), autoconf2.5.
1993         Add new packages gcc-tools-epoch2-{autoconf,automake}.
1994         Add new package mgwport.
1995
1996         * mingw32/mingw32-autoconf.xml: Update to autoconf-10-1
1997         and autoconf2.5-2.68-1.
1998         * mingw32/mingw32-gcc-tools.xml: New file. Represents specific
1999         versions of autoconf and automake required for developing
2000         gcc-4.5/4.6 itself, installed into /mingw/opt/.  Few users should
2001         have need of this.
2002         * mingw32/mingw32-mgwport.xml: New file. Represents new mgwport
2003         packaging tool.
2004         * mingw32/mingw32-package-list.xml: Add mingw32-gcc-tools.xml.
2005         Add mingw32-mgwport.xml.
2006         * mingw32/issue.log: Update accordingly.
2007
2008 2011-10-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
2009
2010         Add support for local change tracking with mercurial.
2011
2012         * .cvsignore (.hg, .hgignore, .hgtags): Add to ignored list.
2013
2014 2011-09-15  Cesar Strauss  <cestrauss@gmail.com>
2015
2016         Update & publish mingw32-gcc4.
2017
2018         * mingw32/mingw32-gcc4.xml: Update to 4.6.1-2.
2019         * mingw32/issue.log: Updated accordingly.
2020
2021 2011-09-14  Cesar Strauss  <cestrauss@gmail.com>
2022
2023         Update & publish mingw32-pthreads-w32 and mingw32-gcc4.
2024
2025         * mingw32/mingw32-gcc4.xml: Update to 4.6.1-1.
2026         * mingw32/mingw32-pthreads-w32.xml (mingw32-libpthreadgc): Fix typo. 
2027         * mingw32/issue.log: Updated accordingly.
2028
2029 2011-08-26  Charles Wilson  <mingw@cwilson.fastmail.fm>
2030
2031         Add msys-rsync, msys-diffstat, msys-help2man.
2032
2033         * msys/msys-rsync.xml: New file (version 3.0.8).
2034         * msys/msys-diffstat.xml: New file (version 1.54).
2035         * msys/msys-help2man.xml: New file (version 1.40.4).
2036         * msys/msys-package-list.xml: Add new manifests.
2037         * msys/mingw-developer-toolkit.xml: Add rsync and diffstat.
2038         * msys/issue.log: Updated accordingly.
2039
2040 2011-08-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2041
2042         Update & publish mingwrt.
2043
2044         * mingw32/mingw32-runtime.xml: Update mingwrt to 3.20.
2045         * mingw32/issue.log: Updated accordingly.
2046
2047 2011-08-20  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2048
2049         Update & publish mingwrt.
2050
2051         * mingw32/mingw32-runtime.xml: Update mingwrt to 3.19.
2052         * mingw32/issue.log: Updated accordingly.
2053
2054 2011-08-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2055
2056         Update & publish mingw32-binutils.
2057
2058         * mingw32/mingw32-binutils.xml: Update to 2.21.53-1.
2059         * mingw32/issue.log: Updated accordingly.
2060
2061 2011-08-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2062
2063         Update & publish mingw32-binutils.
2064
2065         * mingw32/mingw32-binutils.xml: Update to 2.21.1-2.
2066         * mingw32/issue.log: Updated accordingly.
2067
2068 2011-08-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2069
2070         Update & publish mingw32-gdb.
2071
2072         * mingw32/mingw32-gdb.xml: Update to 7.3-2.
2073         * mingw32/issue.log: Updated accordingly.
2074
2075 2011-08-01  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2076
2077         Update & publish mingw32-gdb.
2078
2079         * mingw32/mingw32-gdb.xml: Update to 7.3-1.
2080         * mingw32/issue.log: Updated accordingly.
2081
2082 2011-07-31  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2083
2084         Update & publish msys-mintty.
2085
2086         * msys/msys-mintty.xml: Update to 1.0.1-1.
2087         * msys/issue.log: Updated accordingly.
2088
2089 2011-07-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
2090
2091         Update for mingw-get-0.3-alpha-2.1 release.
2092
2093         * mingw32/mingw32-mingw-get.xml: Add release entries.
2094         * mingw32/issue.log: Update accordingly.
2095
2096 2011-07-11  Charles Wilson  <mingw@cwilson.fastmail.fm>
2097
2098         Update mingw32-pthreads; coordinate publication with gcc.
2099         * mingw32/mingw32-pthreads-w32.xml: Restructure & rename.
2100         Update to 2.9.0-pre snapshot from 20110507. New packages:
2101         mingw32-libpthreadgc, mingw32-libpthreadgce, mingw32-libquserex,
2102         and mingw32-libpthread-old (containing just libpthread-2.dll for
2103         backwards compatibility).
2104         * mingw32/issue.: Update accordingly.
2105
2106 2011-06-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
2107
2108         Update for mingw-get-0.3-alpha-2 release.
2109
2110         * mingw32/mingw32-mingw-get.xml: Add release entries.
2111         * mingw32/issue.log: Update accordingly.
2112
2113 2011-06-05  Earnie Boyd  <earnie@users.sourceforge.net>
2114
2115         Add new aliases for mingw32-base and msys-base
2116         * mingw32/mingw32-base.xml: Add 'mingw' and 'mingw32' aliases
2117         for mingw32-base.
2118         * mingw32/issue.log: Update accordingly.
2119         * msys/msys-base.xml: Add 'msys' alias for msys-base.
2120         * msys/issue.log: Update accordingly.
2121
2122 2011-05-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
2123
2124         Work around MSYS' `openssl sha1' output format anomaly.
2125
2126         * Makefile.comm.in (sha1sum): New macro; define it.
2127         (sha1hash): Use it.
2128
2129 2011-05-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2130
2131         Update & publish msys-mintty.
2132
2133         * msys/msys-mintty.xml: Update to 0.9.8-1.
2134         * msys/issue.log: Updated accordingly.
2135
2136 2011-05-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
2137
2138         Update for mingw-get-0.3-alpha-1 release.
2139
2140         * mingw32/mingw32-mingw-get.xml: Add release entries.
2141         * mingw32/issue.log: Update accordingly.
2142
2143 2011-05-21  Charles Wilson  <mingw@cwilson.fastmail.fm>
2144
2145         Update & publish mingw32-bzip2.
2146
2147         * mingw32/mingw32-bzip2.xml: Update to 1.0.6-1
2148         * mingw32/issue.log: Updated accordingly.
2149
2150 2011-05-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
2151
2152         Update for mingw-get-0.2-alpha-4 release.
2153
2154         * mingw32/mingw32-mingw-get.xml: Add release entries.
2155         * mingw32/issue.log: Update accordingly.
2156
2157 2011-05-04  Charles Wilson  <mingw@cwilson.fastmail.fm>
2158
2159         Ensure all (sub)packages have at least one explicit
2160         <component /> element. Harmonizes 'mingw-get list' output.
2161
2162         * mingw32/mingw32-gcc3.xml: Ensure (sub) packages with
2163         a single component use an explicit <component /> element.
2164         * mingw32/mingw32-gcc4.xml: Ditto.
2165         * mingw32/issue.log: Updated accordingly.
2166
2167 2011-05-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
2168
2169         Remove defunct CVS specific synchronisation goals.
2170         Base (re)publication decisions on changing SHA1 hashes.
2171
2172         * common/issue.log: Add SHA1 hashes to publication records.
2173         * mingw32/issue.log msys/issue.log: Likewise.
2174
2175         * Makefile.comm.in (issue_key, sha1hash): New macros; define them.
2176         (%.xml.lzma): Adapt build commands to use them; make the output files
2177         self-synchronising to current publication state.
2178         (all-sync, all-sync-to-cvs, all-sync-offline): ...
2179         (all-sync-begin, all-sync-offline-begin, all-sync-to-cvs-begin): ...
2180         (all-sync-to-cvs-or-offline): Defunct goals; remove them.
2181         (all-sync, all-sync-to-cvs): Delete all residual references.
2182         (cvsroot, repository): Defunct macros; remove them.
2183
2184         * Makefile.in (all-sync, all-sync-to-cvs, all-sync-offline): Defunct
2185         goals; remove them.
2186
2187         * Makefile.sync.in: File no longer required; remove it.
2188         * configure.ac (AC_CONFIG_FILES): Adjust accordingly.
2189         (AC_INIT): Set package version as 1.0
2190
2191 2011-04-27  Charles Wilson  <mingw@cwilson.fastmail.fm>
2192
2193         Update & publish msys-perl.
2194
2195         * msys/msys-perl.xml: Update to 5.8.8-1.
2196         * msys/issue.log: Updated accordingly.
2197
2198 2011-04-24  Cesar Strauss  <cestrauss@gmail.com>
2199
2200         Update & publish msys-core.
2201
2202         * msys/msys-core.xml: Update to 1.0.17-1.
2203         * msys/issue.log: Updated accordingly.
2204
2205 2011-04-23  Charles Wilson  <mingw@cwilson.fastmail.fm>
2206
2207         Update & publish mingw32-zlib.
2208
2209         * mingw32/mingw32-zlib.xml: Update to 1.2.5-1.
2210         * mingw32/issue.log: Updated accordingly.
2211
2212 2011-04-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2213
2214         Update & publish msys-mintty.
2215
2216         * msys/msys-mintty.xml: Update to 0.9.7-1.
2217         * msys/issue.log: Updated accordingly.
2218
2219 2011-03-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
2220
2221         Update for mingw-get-0.2-alpha-3 release.
2222
2223         * mingw32/mingw32-mingw-get.xml: Add release entries.
2224         * mingw32/issue.log: Update accordingly.
2225
2226 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2227
2228         Update & publish w32api.
2229
2230         * mingw32/mingw32-runtime.xml: Update w32api to 3.17-2.
2231         * mingw32/issue.log: Updated accordingly.
2232
2233 2011-03-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2234
2235         Update & publish msys-vim.
2236
2237         * msys/msys-vim.xml: Update vim to 7.3-2.
2238         * msys/issue.log: Updated accordingly.
2239
2240 2011-03-18  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2241
2242         Update & publish msys-vim.
2243
2244         * msys/msys-vim.xml: Update vim to 7.3-1.
2245         * msys/issue.log: Updated accordingly.
2246
2247 2011-03-16  Charles Wilson  <mingw@cwilson.fastmail.fm>
2248
2249         Add and publish specification for mingw32-pkginfo package.
2250
2251         * mingw32/mingw32-mingw-get.xml (mingw32-pkginfo): New package;
2252         add free-standing specification, (there are no dependencies), with...
2253         (pkginfo): ...this alias name.
2254
2255         * mingw32/issue.log: Update accordingly.
2256
2257 2011-03-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
2258
2259         Correct inconsistencies in msys-gettext package names.
2260
2261         * msys/msys-gettext.xml (msys-gettext): Make dependencies independent
2262         of MSYS version number; (match using "*" wild-card instead of "%").
2263         (msys-libintl, msys-libgettextpo, msys-libasprintf): Likewise; also
2264         include MSYS version number (1.0.13) in release specifications, adding
2265         "download" tags to map modified release names to actual tarball names.
2266
2267         * msys/issue.log: Update for publication.
2268
2269 2011-03-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
2270
2271         Update for mingw-get-0.2-alpha-2 release.
2272
2273         * mingw32/mingw32-mingw-get.xml: Add release entries.
2274         * mingw32/issue.log: Update accordingly.
2275
2276 2011-03-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
2277
2278         Update for mingw-get-0.2-alpha-1 release.
2279
2280         * mingw32/mingw32-mingw-get.xml: Add release entries.
2281         * mingw32/issue.log: Update accordingly.
2282
2283 2011-03-11  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2284
2285         Update & publish w32api.
2286
2287         * mingw32/mingw32-runtime.xml: Update w32api to 3.17-1.
2288         * mingw32/issue.log: Updated accordingly.
2289
2290 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2291
2292         Update & publish msys-mintty.
2293
2294         * msys/msys-mintty.xml: Update to 0.9.6-1.
2295         * msys/issue.log: Updated accordingly.
2296
2297 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2298
2299         Update & publish w32api.
2300
2301         * mingw32/mingw32-runtime.xml: Update w32api to 3.16-1.
2302         * mingw32/issue.log: Updated accordingly.
2303
2304 2011-02-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
2305
2306         Update for mingw-get-0.1-alpha-5.2 bug-fix release.
2307
2308         * mingw32/mingw32-mingw-get.xml: Add release entries; also add
2309         retrospective entries for mingw-get-0.1-alpha-5.1, published during
2310         CVS outage, and not subsequently committed.
2311
2312         * mingw32/issue.log: Update for current release only.
2313
2314 2011-02-25  Charles Wilson  <mingw@cwilson.fastmail.fm>
2315
2316         Fix typo/version mismatch in msys-console.
2317
2318         * msys/msys-console.xml: Correct subsystem version.
2319         * msys/issue.log: Updated accordingly.
2320
2321 2011-02-24  Charles Wilson  <mingw@cwilson.fastmail.fm>
2322
2323         Update & publish msys-console.
2324
2325         * msys/msys-console.xml: Update to 2.00b147-1.
2326         * msys/issue.log: Updated accordingly.
2327
2328 2011-02-01  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2329
2330         Update & publish mingw32-binutils.
2331
2332         * mingw32/mingw32-binutils.xml: Update to 2.21-3.
2333         * mingw32/issue.log: Updated accordingly.
2334
2335 2011-01-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2336
2337         Update & publish mingw32-make.
2338
2339         * mingw32/mingw32-make.xml: Update to 3.82-5.
2340         * mingw32/issue.log: Updated accordingly.
2341
2342 2011-01-12  Cesar Strauss  <cestrauss@gmail.com>
2343
2344         Update & publish mingw32-gcc4.
2345
2346         * mingw32/mingw32-gcc4.xml: Update to 4.5.2-1.
2347         * mingw32/issue.log: Updated accordingly.
2348
2349 2011-01-12  Cesar Strauss  <cestrauss@gmail.com>
2350
2351         Fix incorrectly named tarball.
2352
2353         * mingw32/mingw32-gcc4.xml (mingw32-gcc-objc): Change tarball name...
2354         (gcc-c++-4.5.0-1-mingw32-bin.tar.lzma): ...from this incorrect name...
2355         (gcc-objc-4.5.0-1-mingw32-bin.tar.lzma): ...to this.
2356
2357 2011-01-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
2358
2359         Correct improperly named meta package reference.
2360
2361         * msys/msys-base.xml (msys-tiny): Change package name reference...
2362         (msys-base-@YYYYMMDDNN@-msys-bin.meta): ...from this incorrect name...
2363         (msys-tiny-@YYYYMMDDNN@-msys-bin.meta): ...to this.
2364
2365 2011-01-07  Cesar Strauss  <cestrauss@gmail.com>
2366
2367         Add a few missing entries to mingw32/issue.log.
2368
2369         * mingw32/issue.log (mingw32-gcc3.xml): Add missing entry.
2370         (mingw32-gmp.xml): Ditto.
2371         (mingw32-mpc.xml): Ditto.
2372         (mingw32-mpfr.xml): Ditto.
2373         (mingw32-pthreads-w32.xml): Ditto.
2374
2375 2010-12-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2376
2377         Update & publish msys-mintty.
2378
2379         * msys/msys-mintty.xml: Update to 0.9.5-1.
2380         * msys/issue.log: Updated accordingly.
2381
2382 2010-12-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2383
2384         Update & publish msys-mintty.
2385
2386         * msys/msys-mintty.xml: Update to 0.9.4-1.
2387         * msys/issue.log: Updated accordingly.
2388
2389 2010-12-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2390
2391         * mingw32/mingw32-binutils.xml: Remove spurious release tag.
2392         * mingw32/issue.log: Updated accordingly.
2393
2394 2010-12-12  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2395
2396         Update & publish mingw32-binutils.
2397
2398         * mingw32/mingw32-binutils.xml: Update to 2.21-2.
2399         * mingw32/issue.log: Updated accordingly.
2400
2401 2010-12-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2402
2403         Update & publish mingw32-binutils.
2404
2405         * mingw32/mingw32-binutils.xml: Update to 2.21-1.
2406         * mingw32/issue.log: Updated accordingly.
2407
2408 2010-12-08  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2409
2410         Update & publish mingw32-make.
2411
2412         * mingw32/mingw32-make.xml: Update to 3.82-4.
2413         * mingw32/issue.log: Updated accordingly.
2414
2415 2010-12-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2416
2417         Update & publish msys-mintty.
2418
2419         * msys/msys-mintty.xml: Update to 0.9.3-1.
2420         * msys/issue.log: Updated accordingly.
2421
2422 2010-10-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2423
2424         Update & publish msys-mintty.
2425
2426         * msys/msys-mintty.xml: Update to 0.9.2-1.
2427         * msys/issue.log: Updated accordingly.
2428
2429 2010-10-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
2430
2431         Work around for improper chronological sorting of release status
2432         fields; (issue reported by Chris Sutcliffe).
2433
2434         * mingw32/mingw32-mingw-get.xml (all package components): Present
2435         release records in reverse chronological (newest first) order.
2436         * mingw32/issue.log: Republish, and update accordingly.
2437
2438 2010-10-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
2439
2440         Add and publish manifest for mingw-get.
2441
2442         * mingw32/mingw32-mingw-get.xml: New file;
2443         generate and publish mingw32-mingw-get.xml.lzma
2444         * mingw32/mingw32-package-list.xml: Register it; regenerate and
2445         publish mingw32-package-list.xml.lzma
2446         * mingw32/issue.log: Update accordingly.
2447
2448 2010-10-24  Cesar Strauss  <cestrauss@gmail.com>
2449
2450         Update & publish msys-bash.
2451
2452         * msys/msys-bash.xml: Update to 3.1.17-4.
2453         * msys/issue.log: Updated accordingly.
2454
2455 2010-10-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2456
2457         * msys/msys-mintty.xml: Fix typo.
2458
2459 2010-10-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2460
2461         * msys/msys-package-list.xml: Add msys-mintty.
2462         Regenerate and publish msys-package-list.xml.lzma
2463         * msys/issue.log: Updated accordingly.
2464
2465 2010-10-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2466
2467         * msys/msys-mintty.xml: New file.
2468         * msys/issue.log: Updated accordingly.
2469
2470 2010-09-30  Cesar Strauss  <cestrauss@gmail.com>
2471
2472         Update & publish msys-core, mingw32-gcc4.
2473
2474         * msys/msys-core.xml: Update to 1.0.16.
2475
2476         * mingw32/mingw32-gcc4.xml: Add missing dependency on
2477         mingw32-pthreads-w32-dev.
2478         Remove direct dependency on libpthread-2.dll.
2479
2480         * msys/issue.log: Updated accordingly.
2481
2482         * mingw/issue.log: Ditto.
2483
2484 2010-09-26  Charles Wilson  <mingw@cwilson.fastmail.fm>
2485
2486         Update & publish msys-autoconf, msys-libtool, msys-bison.
2487
2488         * msys/msys-autoconf.xml: Add new autoconf-2.67-1 release.
2489
2490         * msys/msys-libtool.xml: Add new libtool-2.4-1 release.
2491
2492         * msys/msys-bison.xml: Add missing msys-m4-bin requirement.
2493
2494         * msys/issue.log: Updated accordingly.
2495
2496 2010-09-25  Charles Wilson  <mingw@cwilson.fastmail.fm>
2497
2498         Update & publish mingw32-libtool, mingw32-gdb.
2499
2500         * mingw32/mingw32-libtool.xml: Add new libtool-2.4-1 release.
2501
2502         * mingw32/mingw32-gdb.xml: Add missing libexpat-dll requirement.
2503
2504         * mingw32/issue.log: Updated accordingly.
2505
2506 2010-09-11  Charles Wilson  <mingw@cwilson.fastmail.fm>
2507
2508         Update & publish mingw32-automake.
2509
2510         * mingw32/mingw32-automake.xml: Add new automake-1.11.1 release.
2511
2512         * mingw32/issue.log: Updated accordingly.
2513
2514 2010-09-10  Chris Sutcliffe  <ir0nh34d@gmail.com>
2515
2516         Update & publish mingw32-{gdb,runtime}
2517
2518         * mingw32/mingw32-gdb.xml: Clean up formatting; add source and licence
2519         specifications; add new doc component; generate and publish
2520         mingw32-gdb.xml.lzma.
2521         * mingw32/mingw32-runtime.xml: Clean up formatting; reduce to deliver
2522         only the latest available releases; restore mingw-runtime alias; add
2523         source and licence specifications; ensure -dev component requires -dll
2524         component; generate and publish mingw32-runtime.xml.lzma.
2525
2526         * mingw32/issue.log: Updated accordingly.
2527
2528 2010-09-06  Charles Wilson  <mingw@cwilson.fastmail.fm>
2529
2530         Update & publish mingw32-{cygutils,gendef,mingw-utils,pexports,popt}
2531         Add & publish mingw32-pdcurses
2532
2533         * mingw32/mingw32-cygutils.xml: Clean up formatting; move versioned
2534         DLL requirements specs inside the dependent release entity recent
2535         releaseof all components; generate and publish
2536         mingw32-cygutils.xml.lzma.
2537         * mingw32/mingw32-gendef.xml: Clean up formatting; generate and
2538         publish mingw32-gendef.xml.lzma.
2539         * mingw32/mingw32-mingw-utils.xml: Clean up formatting; generate and
2540         publish mingw32-mingw-utils.xml.lzma.
2541         * mingw32/mingw32-pexports.xml: Clean up formatting; generate and
2542         publish mingw32-pexports.xml.lzma.
2543         * mingw32/mingw32-popt.xml: Clean up formatting; move versioned DLL
2544         requirements specs inside the dependent release entity recent release
2545         of all components; generate and publish mingw32-popt.xml.lzma.
2546         * mingw32/mingw32-pdcurses.xml: New meta package description;
2547         generate and publish mingw32-pdcurses.xml.lzma.
2548
2549         * mingw32/mingw32-package-list.xml (mingw32-cygutils): Make it
2550         visible.
2551         (mingw32-gendef): Ditto.
2552         (mingw32-mingw-utils): Ditto.
2553         (mingw32-pexports): Ditto.
2554         (mingw32-popt): Ditto.
2555         (mingw32-pdcurses): Ditto.
2556         Regenerate and publish mingw32-package-list.xml.lzma
2557
2558         * mingw32/issue.log: Updated accordingly.
2559
2560 2010-09-06  Charles Wilson  <mingw@cwilson.fastmail.fm>
2561
2562         Update & publish mingw32-{basic-bsdtar,bzip2,libarchive,xz,zlib}
2563
2564         * mingw32/mingw32-basic-bsdtar.xml: Clean up formatting; generate and
2565         publish mingw32-basic-bsdtar.xml.lzma.
2566         * mingw32/mingw32-bzip2.xml: Clean up formatting; move versioned DLL
2567         requirements specs inside the dependent release entity recent release
2568         of all components; generate and publish mingw32-bzip2.xml.lzma.
2569         * mingw32/mingw32-libarchive.xml: Clean up formatting; move versioned
2570         DLL requirements specs inside the dependent release entity recent
2571         release of all components; generate and publish
2572         mingw32-libarchive.xml.lzma.
2573         * mingw32/mingw32-xz.xml: Clean up formatting; reduce to deliver
2574         only the latest available release; move versioned DLL requirements
2575         specs inside the dependent release entity recent release of all
2576         components; generate and publish mingw32-xz.xml.lzma.
2577         * mingw32/mingw32-zlib.xml: Clean up formatting; move versioned DLL
2578         requirements specs inside the dependent release entity recent release
2579         of all components; generate and publish mingw32-zlib.xml.lzma.
2580
2581         * mingw32/mingw32-package-list.xml (mingw32-basic-bsdtar): Make it
2582         visible.
2583         (mingw32-bzip2): Ditto.
2584         (mingw32-libarchive): Ditto.
2585         (mingw32-xz): Ditto.
2586         (mingw32-zlib): Ditto.
2587         Regenerate and publish mingw32-package-list.xml.lzma
2588
2589         * mingw32/issue.log: Updated accordingly.
2590
2591 2010-09-06  Charles Wilson  <mingw@cwilson.fastmail.fm>
2592
2593         Fix bugs; Add & publish mingw-developer-toolkit (aka mingw-dtk).
2594
2595         * mingw32/mingw32-autotools.xml: Correct subsystem; generate and
2596         publish mingw32-autotools.xml.lzma.
2597         * mingw32/mingw32-libiconv.xml: Correct affiliate group for
2598         libcharset; generate and publish mingw32-libiconv.xml.lzma.
2599
2600         * mingw32/mingw32-package-list.xml: Add comment.
2601         Regenerate and publish msys-package-list.xml.lzma
2602
2603         * mingw32/issue.log: Updated accordingly.
2604
2605         * msys/mingw-developer-toolkit.xml: New meta package description;
2606         generate and publish mingw-developer-toolkit.xml.lzma.
2607
2608         * msys/msys-package-list.xml: Enable MinGW Developer Toolkit
2609         package-group; remove commented-out autotool entries (now included
2610         via mingw32-package-list.xml instead); Add mingw-developer-toolkit.xml
2611         entry.
2612         Regenerate and publish msys-package-list.xml.lzma
2613
2614         * msys/issue.log: Updated accordingly.
2615
2616 2010-09-06  Charles Wilson  <mingw@cwilson.fastmail.fm>
2617
2618         Update & publish mingw32-{autoconf,automake,libtool,libiconv,gettext}
2619         Add & publish mingw32-autotools (aka autotools).
2620
2621         * mingw32/mingw32-autoconf.xml: Clean up formatting; reduce to deliver
2622         only the latest available release; generate and publish
2623         mingw32-autoconf.xml.lzma.
2624         * mingw32/mingw32-automake.xml: Clean up formatting; generate and
2625         publish mingw32-automake.xml.lzma.
2626         * mingw32/mingw32-libiconv.xml: Clean up formatting; move versioned
2627         DLL requirements specs inside the dependent release entity recent
2628         release of all components; generate and publish
2629         mingw32-libiconv.xml.lzma.
2630         * mingw32/mingw32-libtool.xml: Clean up formatting; update to deliver
2631         the latest available release; generate and publish
2632         mingw32-libtool.xml.lzma.
2633         * mingw32/mingw32-gettext.xml: Clean up formatting; move versioned
2634         DLL requirements specs inside the dependent release entity recent
2635         release of all components; update dependency on libgcc DLL; generate
2636         and publish mingw32-gettext.xml.lzma.
2637         * mingw32/mingw32-autotools.xml: New meta package description; generate
2638         and publish mingw32-autotools.xml.lzma.
2639
2640         * mingw32/mingw32-package-list.xml: Add (commented-out) entries for
2641         unpublished manifests. Sort manifest list -- but keep manifests for
2642         meta packages separated.
2643         (mingw32-autoconf): Make it visible.
2644         (mingw32-automake): Ditto.
2645         (mingw32-libiconv): Ditto.
2646         (mingw32-libtool): Ditto.
2647         (mingw32-gettext): Ditto.
2648         (mingw32-autotools): Ditto.
2649         Regenerate and publish msys-package-list.xml.lzma
2650
2651         * mingw32/issue.log: Updated accordingly.
2652
2653 2010-09-06  Charles Wilson  <mingw@cwilson.fastmail.fm>
2654
2655         Update & publish msys-{guile,autogen}
2656
2657         * msys/msys-guile.xml: Clean up formatting; generate and publish
2658         msys-guile.xml.lzma.
2659         * msys/msys-autogen.xml: Clean up formatting; reduce to deliver only
2660         the latest available release (eliminate obsolete msys-libguileopts
2661         sub-package); move versioned DLL requirements specs inside the
2662         dependent release entity recent release of all components; generate
2663         and publish msys-autogen.xml.lzma.
2664
2665         * msys/msys-package-list.xml (msys-guile): Make it visible.
2666         (msys-autogen): Ditto.
2667         Regenerate and publish msys-package-list.xml.lzma
2668
2669         * msys/issue.log: Updated accordingly.
2670
2671 2010-09-06  Charles Wilson  <mingw@cwilson.fastmail.fm>
2672
2673         Update & publish msys-{autoconf,automake,binutils,gcc,libtool,w32api}
2674         Add & publish msys-system-builder (aka msys-dvlpr).
2675
2676         * msys/msys-autoconf.xml: Clean up formatting; reduce to deliver only
2677         the latest available release; generate and publish msys-autoconf.xml.lzma.
2678         * msys/msys-automake.xml: Ditto (generate and publish
2679         msys-automake.xml.lzma).
2680         * msys/msys-libtool.xml: Ditto (generate and publish
2681         msys-libtool.xml.lzma).
2682         * msys/msys-binutils.xml: Clean up formatting; generate and
2683         publish msys-binutils.xml.lzma.
2684         * msys/msys-gcc.xml: Ditto (generate and publish msys-gcc.xml.lzma).
2685         * msys/msys-w32api.xml: Ditto (generate and publish
2686         msys-w32api.xml.lzma).
2687         * msys/msys-system-builder.xml: New meta package description; generate
2688         and publish msys-system-builder.xml.lzma.
2689
2690         * msys/msys-package-list.xml (msys-autoconf): Make it visible.
2691         (msys-automake): Ditto.
2692         (msys-binutils): Ditto.
2693         (msys-gcc): Ditto.
2694         (msys-libtool): Ditto.
2695         (msys-w32api): Ditto.
2696         (msys-system-builder): Ditto.
2697         Regenerate and publish msys-package-list.xml.lzma
2698
2699         * msys/issue.log: Updated accordingly.
2700
2701 2010-09-06  Charles Wilson  <mingw@cwilson.fastmail.fm>
2702
2703         Update & publish msys-{console,groff,lpr-enhanced,man,rxvt}
2704
2705         * msys/msys-console.xml: Clean up formatting; generate and publish
2706         msys-console.xml.lzma.
2707         * msys/msys-groff.xml: Clean up formatting; reduce to deliver only the
2708         latest available release; generate and publish msys-groff.xml.lzma.
2709         * msys/msys-lpr-enhanced.xml: Clean up formatting; generate and
2710         publish msys-lpr-enhanced.xml.lzma.
2711         * msys/msys-man.xml: Clean up formatting; reduce to deliver only the
2712         latest available release; generate and publish msys-man.xml.lzma.
2713         * msys/msys-rxvt.xml: Clean up formatting; update comments to mention
2714         the Console 2.00 (msys-console) option; generate and publish
2715         msys-rxvt.xml.lzma.
2716
2717         * msys/msys-package-list.xml (msys-console): Make it visible.
2718         (msys-groff): Ditto.
2719         (msys-lpr-enhanced): Ditto.
2720         (msys-man): Ditto.
2721         (msys-rxvt): Ditto.
2722         Regenerate and publish msys-package-list.xml.lzma
2723
2724         * msys/issue.log: Updated accordingly.
2725
2726 2010-09-06  Charles Wilson  <mingw@cwilson.fastmail.fm>
2727
2728         Update & publish msys-{cvs,gmp,inetutils,libarchive,libxml2,openssh}
2729
2730         * msys/msys-cvs.xml: Clean up formatting; reduce to deliver only the
2731         latest available release; move versioned DLL requirements specs inside
2732         the dependent release entity recent release of all components;
2733         generate and publish msys-cvs.xml.lzma.
2734         * msys/msys-gmp.xml: Clean up formatting; reduce to deliver only the
2735         latest available release; generate and publish msys-gmp.xml.lzma.
2736         * msys/msys-inetutils.xml: Ditto (generate and publish
2737         msys-inetutils.xml.lzma).
2738         * msys/msys-libarchive.xml: Clean up formatting; reduce to deliver only the
2739         latest available release; move versioned DLL requirements specs insi
2740         the dependent release entity recent release of all components;
2741         generate and publish msys-libarchive.xml.lzma).
2742         * msys/msys-libxml2.xml: Clean up formatting; move versioned DLL
2743         requirements specs inside the dependent release entity recent release
2744         of all components; ensure -dev component requires -dll component;
2745         generate and publish msys-libxml2.xml.lzma.
2746         * msys/msys-openssh.xml: Clean up formatting; reduce to deliver only the
2747         latest available release; move versioned DLL requirements specs inside
2748         the dependent release entity recent release of all components;
2749         generate and publish msys-openssh.xml.lzma.
2750
2751         * msys/msys-package-list.xml (msys-cvs): Make it visible.
2752         (msys-gmp): Ditto.
2753         (msys-inetutils): Ditto.
2754         (msys-libarchive): Ditto.
2755         (msys-libxml2): Ditto.
2756         (msys-openssh): Ditto.
2757         Regenerate and publish msys-package-list.xml.lzma
2758
2759         * msys/issue.log: Updated accordingly.
2760
2761 2010-09-06  Charles Wilson  <mingw@cwilson.fastmail.fm>
2762
2763         Update & publish msys-{bison,dash,openssl,rebase,unzip,wget,zip}
2764
2765         * msys/msys-bison.xml: Clean up formatting; reduce to deliver only the
2766         latest available release; generate and publish msys-bison.xml.lzma.
2767         * msys/msys-dash.xml: Clean up formatting; generate and publish
2768         msys-dash.xml.lzma).
2769         * msys/msys-rebase.xml: Ditto (generate and publish
2770         msys-rebase.xml.lzma).
2771         * msys/msys-unzip.xml: Ditto (generate and publish
2772         msys-unzip.xml.lzma).
2773         * msys/msys-openssl.xml: Clean up formatting; reduce to deliver only
2774         the latest available release; generate and publish
2775         msys-openssl.xml.lzma.
2776         * msys/msys-wget.xml: Clean up formatting; move versioned DLL
2777         requirements specs inside the dependent release entity recent release
2778         of all components; generate and publish msys-wget.xml.lzma.
2779         * msys/msys-zip.xml: Clean up formatting; generate and publish
2780         msys-zip.xml.lzma.
2781         * msys/msys-flex.xml: Correct affiliate group name; generate and
2782         publish msys-flex.xml.lzma.
2783         * msys/msys-vim.xml: Correct affiliate group name; generate and
2784         publish msys-vim.xml.lzma.
2785
2786         * msys/msys-package-list.xml (msys-bison): Make it visible.
2787         (msys-dash): Ditto.
2788         (msys-openssl): Ditto.
2789         (msys-rebase): Ditto.
2790         (msys-unzip): Ditto.
2791         (msys-wget): Ditto.
2792         (msys-zip): Ditto.
2793         Regenerate and publish msys-package-list.xml.lzma
2794
2795         * msys/issue.log: Updated accordingly.
2796
2797 2010-09-05  Charles Wilson  <mingw@cwilson.fastmail.fm>
2798
2799         Update & publish msys-{crypt,gdbm,lndir,minires,mktemp,perl}
2800
2801         * msys/msys-crypt.xml: Clean up formatting; reduce to deliver only the
2802         latest available release; move versioned DLL requirements specs inside
2803         the dependent release entity recent release of all components; ensure
2804         -dev component requires -dll; generate and publish
2805         msys-crypt.xml.lzma.
2806         * msys/msys-gdbm.xml: Ditto (generate and publish msys-gdbm.xml.lzma).
2807         * msys/msys-minires.xml: Ditto (generate and publish
2808         msys-minires.xml.lzma).
2809         * msys/msys-lndir.xml: Clean up formatting; reduce to deliver only the
2810         latest available release; generate and publish msys-lndir.xml.lzma).
2811         * msys/msys-mktemp.xml: Ditto (generate and publish
2812         msys-mktemp.xml.lzma).
2813         * msys/msys-perl.xml: Clean up formatting; reduce to deliver only the
2814         latest available release; move versioned DLL requirements specs inside
2815         the dependent release entity recent release of all components;
2816         generate and publish msys-perl.xml.lzma.
2817
2818         * msys/msys-package-list.xml (msys-crypt): Make it visible.
2819         (msys-gdbm): Ditto.
2820         (msys-lndir): Ditto.
2821         (msys-minires): Ditto.
2822         (msys-mktemp): Ditto.
2823         (msys-perl): Ditto.
2824         Regenerate and publish msys-package-list.xml.lzma
2825
2826         * msys/issue.log: Updated accordingly.
2827
2828 2010-07-29  Cesar Strauss  <cestrauss@gmail.com>
2829
2830         * msys/msys-gcc.xml (msys-gcc-bin): Add missing dependency ...
2831         (msys-core-dev): ... on this.
2832
2833 2010-09-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
2834
2835         Update build system to facilitate publication state synchronisation.
2836
2837         * configure.ac (AC_PROG_LN_S): Add macro reference.
2838         (mingw_ac_subdirs): Add `common' subdirectory reference.
2839         (Makefile.sync): New AC_OUTPUT target; add it.
2840
2841         * Makefile.in (all): New default goal; define it, replacing...
2842         (all-distfiles): ...this; retain as a dependent synonym for `all'.
2843         (all-sync, all-sync-to-cvs, all-sync-offline): New alternative goals;
2844         define them, as further dependent synonyms for `all'.
2845         (update): Defunct goal; delete it.
2846
2847         * Makefile.comm.in (LN_S): New macro; define from AC_PROG_LN_S.
2848         (unpublished, all-sync-online): New primary targets.
2849         (all-sync, all-sync-to-cvs): New primary targets, mutually aliased.
2850         (cvsroot, repository): New internal use macros; define them.
2851         (all-sync-begin, all-sync-offline-begin, all-sync-to-cvs-begin):
2852         (all-sync-to-cvs-or-offline): New internal targets.
2853         (all): Remove prerequisite `update'; add `all-sync'.
2854         (all-distfiles): Add prerequisite `unpublished'.
2855         (update): Defunct target; delete it.
2856
2857         * Makefile.sync.in: New file; it defines the recursive make actions
2858         required to perform the issue.log --> *.xml.lzma synchronisation.
2859
2860 2010-09-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
2861
2862         Add free-standing manifest for msys-flex.
2863
2864         * msys/msys-flex.xml (msys-flex-bin): Add missing dependency...
2865         (msys-m4-bin): ...on this.
2866         Clean up formatting; reduce to deliver only the latest available
2867         release; move versioned DLL requirements specs inside the dependent
2868         release entity; generate and publish msys-flex.xml.lzma
2869
2870         * msys/msys-package-list.xml (msys-flex): Make it visible.
2871         Regenerate and publish msys-package-list.xml.lzma
2872
2873         * msys/issue.log: Updated accordingly.
2874
2875 2010-08-31  Charles Wilson  <mingw@cwilson.fastmail.fm>
2876
2877         Add manifests needed for gcc4
2878
2879         * mingw32/mingw32-gcc4.xml: New file.
2880         * mingw32/mingw32-mpc.xml: New file.
2881         * mingw32/mingw32-mpfr.xml: New file.
2882         * mingw32/mingw32-pthreads-w32.xml: New file.
2883         * mingw32/mingw32-base.xml: Remove gcc3 elements.
2884         (mingw32-base): New package installs gcc (and prereqs), mingw32-make,
2885         and gdb.
2886         * mingw32/mingw32-gmp.xml: Reformat to new standard.
2887         * mingw32/mingw32-package-list.xml (mingw32-gcc3, mingw32-gcc4):
2888         (mingw32-mpc, mingw32-mpfr, mingw32-gmp, mingw32-pthreads-w32): Expose
2889         declarations for package lists.
2890
2891 2010-08-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
2892
2893         Add manifest specific to GCC v3.
2894
2895         * mingw32/mingw32-gcc3.xml: New file.
2896
2897 2010-08-20  Charles Wilson  <mingw@cwilson.fastmail.fm>
2898
2899         Correct a few typos in various manifests.
2900
2901         * msys/msys-gdbm.xml: Correct package name for msys-libgdbm.
2902
2903         * msys/msys-guile.xml: Remove references to old versions. Use
2904         correct name for DLL's msys-libguile-rtm requirement. Move versioned
2905         DLL requirements inside release entity.
2906
2907         * mingw32/mingw32-autoconf.xml: Remove non-existant wrapper -doc
2908         package.
2909
2910         * mingw32/mingw32-automake.xml: Remove non-existant wrapper -doc
2911         package.
2912
2913         * mingw32/mingw32-libarchive.xml: Use correct compression extension
2914         for packages. Use correct package name for requirements (zlib and
2915         bzip2 -dev and -dll packages).
2916
2917         * mingw32/mingw32-popt.xml (msys-libpopt-dll): Invalid dependency on...
2918         (mingw32-libintl-%-mingw32-%-dll-8.tar): ...this; it should have been on...
2919         (mingw32-libintl-*-mingw32-*-dll-8.tar): ...this; corrected.
2920
2921         * mingw32/mingw32-xz.xml: Use correct package name for -dll and -dev
2922         packages (was xz-; should be liblzma-).
2923
2924 2010-08-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
2925
2926         Add free-standing msys-expat, msys-m4, msys-patch and msys-vim.
2927
2928         * msys/msys-expat.xml: Clean up formatting; generate and publish
2929         .lzma file.
2930
2931         * msys/msys-m4.xml msys/msys-patch.xml msys/msys-vim.xml: Clean up
2932         formatting; reduce to deliver only latest release for each component
2933         package; generate and publish .lzma files.
2934
2935         * msys/msys-package-list.xml (msys-expat, msys-m4, msys-patch):
2936         (msys-vim): Expose declarations for package lists; regenerate and
2937         publish updated .lzma file.
2938
2939         * msys/issue.log: Updated.
2940
2941 2010-08-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
2942
2943         Add make, file, texinfo and dos2unix (cygutils) to msys-base.
2944
2945         * msys/msys-popt.xml (msys-libpopt-dll): Invalid dependency on...
2946         (msys-libintl-%-msys-%-dll-8.tar): ...this; it should have been on...
2947         (msys-libintl-*-msys-*-dll-8.tar): ...this; corrected.
2948
2949         * msys/msys-make.xml msys/msys-file.xml msys/msys-texinfo.xml:
2950         * msys/msys-cygutils.xml msys/msys-popt.xml msys/msys-zlib.xml:
2951         Clean up formatting; reduce to deliver only latest release for each
2952         component package; generate and publish .lzma files.
2953
2954         * msys/msys-package-list.xml (msys-cygutils, msys-popt, msys-make):
2955         (msys-file, msys-texinfo, msys-zlib): Expose declarations for package
2956         lists; regenerate and publish updated .lzma file.
2957
2958         * msys/msys-base.xml (msys-base): Add dependency declarations for...
2959         (msys-cygutils-dos2unix-*-msys-*-bin.tar, msys-make-*-msys-*-bin.tar):
2960         (msys-file-*-msys-*-bin.tar, msys-texinfo-*-msys-*-bin.tar): ...these.
2961
2962         * msys/issue.log: Updated.
2963
2964 2010-08-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
2965
2966         Add findutils to msys-base.
2967
2968         * msys/msys-findutils.xml: Clean up formatting; reduce to deliver
2969         only the latest available release for each component package.
2970         (msys-locate): Add note to package description, advising of need for
2971         manual selection for package installation; (not in msys-base).
2972         Generate and publish .lzma file.
2973
2974         * msys/msys-package-list.xml (msys-findutils): Expose package list
2975         declaration; regenerate and publish .lzma file.
2976
2977         * msys/msys-base.xml (msys-base): Add requirement declaration for...
2978         (findutils-*-msys-*-bin.tar): ...this.
2979         Regenerate and publish .lzma file.
2980
2981         * msys/issue.log: Updated accordingly.
2982
2983 2010-08-05  Keith Marshall  <keithmarshall@users.sourceforge.net>
2984
2985         * msys/msys-core.xml msys/msys-gettext.xml msys/msys-regex.xml:
2986         * msys/msys-bzip2.xml msys/msys-less.xml msys/msys-xz.xml: Regenerate
2987         and publish derived .lzma files, to capture Charles Wilson's updates
2988         dated 2010-07-27 and 2010-08-05.
2989
2990         * msys/issue.log: Updated accordingly.
2991
2992 2010-08-05  Charles Wilson  <mingw@cwilson.fastmail.fm>
2993
2994         * msys/msys-bzip2.xml msys/msys-less.xml msys/msys-xz.xml: Make all
2995         versioned -dll requirements specifications release specific.
2996
2997 2010-07-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2998
2999         * mingw32/mingw32-make.xml: Update for 3.82 release.
3000
3001 2010-07-29  Cesar Strauss  <cestrauss@gmail.com>
3002
3003         * msys/msys-gcc.xml: Use correct attribute in component tag.
3004
3005 2010-07-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
3006
3007         Add less, diffutils, tar, gzip, bzip2 and xz (lzma) to msys-base.
3008
3009         * msys/msys-package-list.xml: Expose manifest references for...
3010         (msys-less, msys-diffutils, msys-tar, msys-gzip, msys-bzip2):
3011         (msys-xz): ...these packages.
3012
3013         * msys/msys-base.xml (msys-base): Add dependencies...
3014         (msys-less-bin, msys-diffutils-bin, msys-tar-bin, msys-gzip-bin):
3015         (msys-bzip2-bin, msys-xz-bin): ...on these.
3016
3017         * msys/msys-less.xml msys/msys-diffutils msys/msys-gzip.xml:
3018         * msys/msys-bzip2.xml msys/msys-xz.xml: Clean up formatting; reduce to
3019         deliver only latest versions of all package components.
3020
3021         * msys/msys-tar.xml: Clean up formatting; reduce to deliver only
3022         latest versions of all package components; add missing dependencies...
3023         (msys-gzip-bin, msys-bzip2-bin, msys-xz-bin): ...on these.
3024
3025         * msys/issue.log: Updated.
3026
3027 2010-07-27  Charles Wilson  <mingw@cwilson.fastmail.fm>
3028
3029         * msys/msys-core.xml (msys-core-bin): Require -lic and -doc cpts.
3030         * msys/msys-gettext.xml: Reduce to deliver only latest version of all
3031         package components; make all versioned -dll refs release specific.
3032         * msys/msys-regex.xml msys/msys-termcap.xml: Make all versioned -dll
3033         refs release specific.
3034
3035 2010-07-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
3036
3037         Add grep, sed, awk and extended msys-core to msys-base.
3038
3039         * msys/msys-package-list.xml: Expose manifest references for...
3040         (msys-gawk, msys-grep, msys-sed): ...these packages.
3041
3042         * msys/msys-base.xml (msys-base): Declare dependencies on...
3043         (msys-core-ext, msys-gawk, msys-grep, msys-sed): ...these.
3044
3045         * msys/msys-core.xml (msys-core-ext): Expose dependencies on...
3046         (msys-gawk, msys-grep, msys-sed): ...these.
3047
3048         * msys/msys-gawk.xml msys/msys-grep.xml msys/msys-sed.xml: Adjust
3049         formatting; reduce to deliver only latest version of each component.
3050
3051         * msys/issue.log: Update for revised publication status.
3052
3053 2010-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
3054
3055         Prepare manifests for "msys-tiny" publication; compress and upload.
3056
3057         * common: New directory.
3058         * common/package-list.xml: New file.
3059         * common/issue.log: New file; replicate it from...
3060         * issue.log.in: ...this.
3061
3062         * mingw32/mingw32-base.xml: Factor out package lists; move to...
3063         * mingw32/mingw32-package-list.xml: ...this new file.
3064
3065         * msys/msys-package-list.xml: Comment out sub-packages which are not
3066         yet ready for publication.
3067
3068         * msys/msys-base.xml: New file; created from prototype provided by
3069         Charles Wilson, with minor format adjustments, defining...
3070         (msys-base): ...this new meta-package; reduce it to a single release
3071         version, omitting deferred prerequisites; initially it matches...
3072         (msys-tiny): ...this new meta package; declare its prerequisites.
3073
3074         * msys/msys-bash.xml msys/msys-coreutils.xml msys/msys-core.xml:
3075         * msys/msys-gettext.xml msys/msys-libiconv.xml msys/msys-regex.xml:
3076         * msys/msys-termcap.xml: Minor format adjustments; reduce to single
3077         deliverable version for each constituent sub-package.
3078
3079         * mingw32/issue.log msys/issue.log: Update for publication status.
3080
3081 2010-07-11  Charles Wilson  <mingw@cwilson.fastmail.fm>
3082
3083         * msys/*.xml: Add vim modeline to all files.
3084         * mingw32/*.xml: Add vim modeline to all files.
3085         * mingw32/mingw32-binutils: Retabify.
3086         * mingw32/mingw32-gdb: Retabify.
3087         * mingw32/mingw32-runtime: Retabify.
3088         * mingw32/mingw32-base: Retabify.
3089
3090 2010-06-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3091
3092         * mingw32/mingw32-make.xml: Updated for the 3.81.90-20100618-1 release.
3093
3094 2010-06-16  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3095
3096         * mingw32/mingw32-binutils.xml: Updated for the 2.20.51-1 release.
3097
3098 2010-06-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
3099
3100         Fix Makefile.comm bug reported by Chris Sutcliffe.
3101
3102         * Makefile.in: Itemise standard sub-make goals as top-level defaults.
3103
3104         * Makefile.com.in (Makefile.sub): Use double quotes in preference to
3105         single, to avoid shell portability issue with quoted escapes.
3106         (serial_number): Replace use of unintentionally undefined macro...
3107         (issue_number): ...with this defined one.
3108
3109 2010-05-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
3110
3111         Initial import of mingw-dist module.
3112
3113         * $CVSROOT/mingw-dist: New CVS module directory.
3114         * mingw32, msys: New subdirectories; created by import.
3115
3116         * COPYING, ChangeLog, configure.ac, .cvsignore: New files.
3117         * Makefile.in, Makefile.comm.in, Makefile.stub.in: New files.
3118
3119         * issue.log.in: New file; use it as template, to initialise...
3120
3121         * mingw32/issue.log, msys/issue.log: ...these new files.