OSDN Git Service

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