OSDN Git Service

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