OSDN Git Service

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