OSDN Git Service

Improve support for out-of-tree catalogue generation.
[mingw/mingw-dist.git] / ChangeLog
index 7fb7d28..5bd5196 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,738 @@
+2020-06-17  Keith Marshall  <keith@users.osdn.me>
+
+       Improve support for out-of-tree catalogue generation.
+
+       * Makefile.in: When running the testsuite, use ${abs_top_srcdir}
+       references, rather than ${top_srcdir}; this is required, to ensure
+       that testsuite path names are correctly resolved, when the build
+       directory is not a subdirectory of ${top_srcdir}, (as is likely
+       to be the case, when generating a catalogue snapshot, which is
+       to be distributed with the mingw-get setup package).
+
+2020-06-03  Keith Marshall  <keith@users.osdn.me>
+
+       Publish MinGW.org WSL-5.3.3 package set.
+
+       * mingw32/mingw32-runtime.xml (mingwrt-5.3.3-dev, mingwrt-5.3.3-dll)
+       (mingwrt-5.3.3-lic, mingwrt-5.3.3-man, libmingwex-5.3.3-dll-2)
+       (libmingwex-5.3.3-dev, w32api-5.3.3-dev): Add references.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2020-05-28  Keith Marshall  <keith@users.osdn.me>
+
+       Publish MinGW.org WSL-5.3.2 package set.
+
+       * mingw32/mingw32-runtime.xml (mingwrt-5.3.2-dev, mingwrt-5.3.2-dll)
+       (mingwrt-5.3.2-lic, mingwrt-5.3.2-man, libmingwex-5.3.2-dll-3)
+       (libmingwex-5.3.2-dev, w32api-5.3.2-dev): Add references.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2020-04-30  Keith Marshall  <keith@users.osdn.me>
+
+       Publish MinGW.org WSL-5.3.1 package set.
+
+       * mingw32/mingw32-runtime.xml (mingwrt-5.3.1-dev, mingwrt-5.3.1-dll)
+       (mingwrt-5.3.1-lic, mingwrt-5.3.1-man, libmingwex-5.3.1-dll-2)
+       (libmingwex-5.3.1-dev, w32api-5.3.1-dev): Add references.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2020-03-17  Keith Marshall  <keith@users.osdn.me>
+
+       Correct catalogue reference for mingw-get
+
+       * mingw32/mingw32-mingw-get.xml (mingw-get-bin, mingw-get-gui)
+       (mingw-get-lic, pkginfo-bin): Add references for "pre-20170905-1"
+       release; remove obsolete references to old SF-hosted releases.
+       (download-host): Point it to OSDN.net
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2020-03-06  Keith Marshall  <keith@users.osdn.me>
+
+       Update GCC dependencies on LIBISL.DLL
+
+       * mingw32/mingw32-gcc4.xml (gcc-core-bin): Explicitly identify all
+       LIBISL.DLL version dependencies, specific to individual GCC releases.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2020-03-05  Keith Marshall  <keith@users.osdn.me>
+
+       Update ISL package set to version 0.21
+
+       * mingw32/mingw32-isl.xml (isl-dev): Add release reference; specify
+       explicit LIBISL.DLL version dependencies for individual ISL releases.
+       (isl-doc, isl-lic, libisl-dll): Add release references.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2020-03-05  Keith Marshall  <keith@users.osdn.me>
+
+       Update MPC package set to version 1.1.0
+
+       * mingw32/mingw32-mpc.xml (mpc-dev): Add release reference; specify
+       minimum version dependency on corresponding MPFR-4.0.2 release.
+       (mpc-info, mpc-lic): Add release references.
+       (libmpc-dll): Add release reference; specify explicit LIBMPFR.DLL
+       dependencies for individual LIBMPC.DLL releases.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2020-03-05  Keith Marshall  <keith@users.osdn.me>
+
+       Update MPFR package set to version 4.0.2
+
+       * mingw32/mingw32-mpfr.xml (mpfr-dev): Add release reference; define
+       release specific dependencies on explicit LIBMFPR.DLL versions.
+       (mpfr-doc, mpfr-info, mpfr-lic, libmpfr-dll): Add release references.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2020-03-05  Keith Marshall  <keith@users.osdn.me>
+
+       Publish MinGW.org GCC-9.2 and WSL-5.3 package sets.
+
+       * mingw32/mingw32-gcc4.xml (gcc-lic, gcc-core-bin, gcc-info, gcc-man)
+       (gcc-lang, libgcc-dll-1, gcc-ada-bin, libgnat-dll, gcc-c++-bin)
+       (gcc-c++-man, libstdc++-dll-6, gcc-fortran-bin, gcc-fortran-info)
+       (gcc-fortran-man, libgfortran-dll, gcc-objc-bin, libobjc-dll-4)
+       (libatomic-dll-1, libgomp-dll-1, libssp-dll-1, libquadmath-dll-0)
+       (libquadmath-info): Add release references for version 9.2.0-1.
+       * mingw32/mingw32-runtime.xml (mingwrt-5.3-dev, mingwrt-5.3-dll)
+       (mingwrt-5.3-lic, mingwrt-5.3-man, libmingwex-5.3-dll-2)
+       (libmingwex-5.3-dev, w32api-5.3-dev): Add release references.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2020-01-31  Keith Marshall  <keith@users.osdn.me>
+
+       Publish pexports package version 0.48
+
+       * mingw32/mingw32-pexports.xml: Set download host to OSDN.net; add new
+       release specifications; mark previous releases as having no available
+       package for download, from the new download host.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2020-01-13  Keith Marshall  <keith@users.osdn.me>
+
+       Publish MinGW.org WSL-5.2.3 package set.
+
+       * mingw32/mingw32-runtime.xml (mingwrt-5.2.3-dev, mingwrt-5.2.3-dll)
+       (mingwrt-5.2.3-lic, mingwrt-5.2.3-man, libmingwex-5.2.3-dll-2)
+       (libmingwex-5.2.3-dev, w32api-5.2.3-dev): Add references.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2020-01-10  Keith Marshall  <keith@users.osdn.me>
+
+       Address MinGW-Issue #39902; correct minizip dependencies.
+
+       * mingw32/mingw32-zlib.xml (libminizip-mingw32-dll): Remove...
+       (mingw32-libz-%-mingw32-dll-1.tar): ...this dependency; replace...
+       (mingw32-libz-*-mingw32-dll-1.tar): ...with version agnostic form.
+       (mingw32-libbz2-*-mingw32-dll-2.tar): Add missing dependency.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2019-10-13  Keith Marshall  <keith@users.osdn.me>
+
+       GCC update to address MinGW-Issue #39639; link with libiconv.
+
+       * mingw32/mingw32-gcc4.xml: Update all packages to release 8.2.0-5
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2019-10-13  Keith Marshall  <keith@users.osdn.me>
+
+       Update to accommodate C++11 deprecation of "auto_ptr".
+
+       * tests/xmlcheck.cpp (unique_or_auto_ptr): New macro; define it...
+       [__cplusplus >= 201103L]: ...as "unique_ptr", for C++11 onward, or...
+       [__cplusplus < 201103L]: ...as "auto_ptr", for earlier C++.
+
+2019-07-06  Keith Marshall  <keith@users.osdn.me>
+
+       Publish MinGW.org WSL-5.2.2 package set.
+
+       * mingw32/mingw32-runtime.xml (mingwrt-5.2.2-dev, mingwrt-5.2.2-dll)
+       (mingwrt-5.2.2-lic, mingwrt-5.2.2-man, libmingwex-5.2.2-dll-2)
+       (libmingwex-5.2.2-dev, w32api-5.2.2-dev): Add references.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2019-07-04  Keith Marshall  <keith@users.osdn.me>
+
+       Correct -Wformat handling of "%hhn" for __mingw_format__.
+
+       * mingw32/mingw32-gcc4.xml: Update all packages to release 8.2.0-4
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2019-04-29  Keith Marshall  <keith@users.osdn.me>
+
+       Correct a package name typo.
+
+       * mingw32/mingw32-gcc4.xml (libgnat-6.dll): Tarball is actually
+       .tar.xz, but was specified as .tar.lzma; correct it, and republish.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2019-02-11  Keith Marshall  <keith@users.osdn.me>
+
+       Publish binutils-2.32 package set.
+
+       * mingw32/mingw32-binutils.xml (binutils-bin, binutils-dev)
+       (binutils-lic, binutils-info, binutils-man, binutils-lang): Add
+       release references for version 2.32-1
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2019-02-07  Keith Marshall  <keith@users.osdn.me>
+
+       Correct a typo, of omission, for obsolete gcc-4.8.1.
+
+       * mingw32/mingw32-gcc4.xml (gcc-c++-4.8.1-5-doc): Add a missing
+       'download tarname="none"' attribute to the release specification.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2019-01-22  Keith Marshall  <keith@users.osdn.me>
+
+       Publish MinGW.org WSL-5.2.1 package set.
+
+       * mingw32/mingw32-runtime.xml (mingwrt-5.2.1-dev, mingwrt-5.2.1-dll)
+       (mingwrt-5.2.1-lic, mingwrt-5.2.1-man, libmingwex-5.2.1-dll-2)
+       (libmingwex-5.2.1-dev, w32api-5.2.1-dev): Add references.
+       (wsl-features): New post-installation hook package; specify it.
+       (wsl-features-20190122-1-cfg): Add reference; define action.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2019-01-14  Keith Marshall  <keith@users.osdn.me>
+
+       Republish binutils-2.31.1 and gcc-8.2.0 package sets.
+
+       * mingw32/mingw32-binutils.xml (binutils-bin, binutils-dev)
+       (binutils-lic, binutils-info, binutils-man, binutils-lang): Add
+       release references for version 2.31.1-2; this is a rebuilt package, to
+       correct a defect in the mkstemp() function from mingwrt-5.2
+
+       * mingw32/mingw32-gcc4.xml (gcc-core-bin): Require binutils-2.31.1-2
+       (gcc-lic, gcc-core-bin, gcc-info, gcc-man, gcc-lang, libgcc-dll-1)
+       (gcc-ada-bin, libgnat-dll, gcc-c++-bin, gcc-c++-man, libstdc++-dll-6)
+       (gcc-fortran-bin, gcc-fortran-info, gcc-fortran-man, libgfortran-dll)
+       (gcc-objc-bin, libobjc-dll-4, libatomic-dll-1, libgomp-dll-1)
+       (libssp-dll-1, libquadmath-dll-0, libquadmath-info): Add release
+       references for version 8.2.0-3 package set; once again, this is a
+       rebuild to correct the mingwrt-5.2 mkstemp() defect.
+
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2018-12-31  Keith Marshall  <keith@users.osdn.me>
+
+       Add a missing package affiliation.
+
+       * mingw32/mingw32-zlib.xml (zlib): Affiliate it with the
+       "MinGW Standard Libraries" package group; previously, it had no
+       affiliation whatsoever, and thus wasn't visible at its natural
+       location within the package group hierarchy.
+
+2018-12-31  Keith Marshall  <keith@users.osdn.me>
+
+       Correct a trivial typographic error.
+
+       * test/pkgspec.xsd (download-host): s/wich/which/
+
+2018-12-31  Keith Marshall  <keith@users.osdn.me>
+
+       Publish zlib-1.2.11 package set on OSDN.net
+
+       * mingw32/mingw32-zlib.xml (download-host): Relocate to osdn.net
+       (zlib-doc, zlib-lic, zlib-man, libz-dev, libz-dll-1): Add release
+       references for version 1.2.11-1, and also for previously unmanaged
+       version 1.2.8-2; delete all references to earlier versions, for which
+       the package files will remain on SourceForge.net, but have not been
+       relocated to, and will not be accessible on, the OSDN.net host.
+       (minizip, libminizip): Delete all release references to versions other
+       than 1.2.7-1, for which the (now-obsolete) packages have been
+       relocated; no new releases are scheduled for publication.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2018-12-30  Keith Marshall  <keith@users.osdn.me>
+
+       Publish binutils-2.31.1 package set on OSDN.net
+
+       * mingw32/mingw32-binutils.xml (binutils-bin, binutils-dev)
+       (binutils-lic, binutils-info, binutils-man, binutils-lang): Add
+       release references for version 2.31.1-1
+
+       * mingw32/mingw32-gcc4.xml (gcc-core-bin): Force a requirement for
+       binutils-2.31.1-1 or later; add missing dependency on libstdc++-dll-6
+
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2018-12-29  Keith Marshall  <keith@users.osdn.me>
+
+       Correct ISL package references following relocation to OSDN.net
+
+       * mingw32/mingw32-isl.xml (isl-dev, isl-doc, isl-lic)
+       (libisl-dll-15): Update release references to version 0.18-2; the
+       previous 0.18-1 release packages remain on SourceForge.net, but were
+       not relocated, and are thus inaccessible on the OSDN.net host.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2018-12-29  Keith Marshall  <keith@users.osdn.me>
+
+       Publish GCC-8.2.0 package set on OSDN.net
+
+       * mingw32/mingw32-gcc4.xml (download-host): Relocate to osdn.net
+       (package-group-hierarchy): Remove now-redundant "GCC Upgrade Blockers"
+       (gcc-lic, gcc-core-bin, gcc-info, gcc-man, gcc-lang, libgcc-dll-1)
+       (gcc-ada-bin, libgnat-dll, gcc-c++-bin, gcc-c++-man, libstdc++-dll-6)
+       (gcc-fortran-bin, gcc-fortran-info, gcc-fortran-man, libgfortran-dll)
+       (gcc-objc-bin, libobjc-dll-4, libatomic-dll-1, libgomp-dll-1)
+       (libssp-dll-1, libquadmath-dll-0, libquadmath-info): Add release
+       references for version 8.2.0-2 package set, and also for previously
+       unmanaged version 8.2.0-1 and version 7.3.0-1 package sets.  Delete
+       references to all earlier version package sets; associated packages
+       will remain on SourceForge.net, but are not scheduled for relocation,
+       and will not be accessible through the OSDN.net download service.
+       (gcc-core-dev, gcc-ada-dev, gcc-c++-dev, gcc-fortran-dev)
+       (gcc-objc-dev): Add release reference for version 4.8.2-2, and delete
+       all other version references.  This is a virtual package, and thus is
+       effectively empty; it serves only to clear out aberrant content which
+       may have been inherited from a prior version 4.8.1 installation.
+       (gcc-core-doc, gcc-c++-doc, gcc-fortran-doc): Likewise, but identify
+       the sole residual virtual release as version 4.8.1-5
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2018-12-28  Keith Marshall  <keith@users.osdn.me>
+
+       Redirect ISL package download requests to OSDN.net
+
+       * mingw32/mingw32-isl.xml (download-host): Relocate to osdn.net
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2018-12-28  Keith Marshall  <keith@users.osdn.me>
+
+       Redirect MPC package download requests to OSDN.net
+
+       * mingw32/mingw32-mpc.xml (download-host): Relocate to osdn.net
+       (mpc-1.0.3-2-dev, mpc-1.0.3-2-info, mpc-1.0.3-2-lic): Add new release
+       references; remove all references to earlier releases, all of which
+       remain available on SourceForge.net, but none of which are scheduled
+       for relocation to, nor will be accessible on, the OSDN.net host.
+       (libmpc-1.0.3-2-dll-3): Likewise.
+       (mpc-1.0.3-1-doc): Retain obsolete reference for effectively empty
+       virtual package; add description tag, with content attesting to the
+       now-redundant status of this component package.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2018-12-28  Keith Marshall  <keith@users.osdn.me>
+
+       Redirect MPFR package download requests to OSDN.net
+
+       * mingw32/mingw32-mpfr.xml (download-host): Relocate to osdn.net
+       (mpfr-dev, mpfr-doc, mpfr-info, mpfr-lic, libmpfr-dll): Remove all
+       release references, other than those for version 3.1.5-2; associated
+       packages will remain on SourceForge.net, but are not scheduled for
+       relocation to, and will not be accessible on, the OSDN.net host.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2018-12-28  Keith Marshall  <keith@users.osdn.me>
+
+       Redirect GMP package download requests to OSDN.net
+
+       * mingw32/mingw32-gmp.xml (download-host): Relocate to osdn.net
+       (gmp-6.1.2-3-dev, libgmp-6.1.2-3-dll-10, libgmpxx-6.1.2-3-dll-4)
+       (gmp-6.1.2-3.lic, gmp-6.1.2-3-info, gmp-6.1.2-3-man): Add new release
+       references.  Prune all earlier release references; associated packages
+       will remain available on SourceForge.net, but they are not scheduled
+       for relocation to, and will not be accessible on the OSDN.net host.
+       (gmp-5.1.2-1-doc): Retain obsolete package reference; reidentify as a
+       virtual package, thus effectively vacating its content; add definition
+       tag, with content attesting to redundant status of this component.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2018-12-28  Keith Marshall  <keith@users.osdn.me>
+
+       Redirect GNU gettext package download requests to OSDN.net
+
+       * mingw32/mingw32-gettext.xml (download-host): Relocate to osdn.net
+       (affiliate) <libintl>: Associate with "MinGW Standard Libraries".
+       (affiliate) <libgettextpo, libasprintf>: Likewise.
+       (gettext-bin, gettext-ext, gettext-dev, gettext-doc, gettext-info)
+       (gettext-man, gettext-html, gettext-lic, gettext-dll, libintl-dll-8)
+       (libgettextpo-dll-0, libasprintf-dll-0): Prune release references to
+       any version other than 0.18.3.2-2; the associated packages will remain
+       on SourceForge.net, but they are not scheduled for relocation to, and
+       will not be accessible on, the OSDN.net download host.
+       [libiconv-dll-2]: Accept any issue of version 1.14
+       (gettext-dll): Update description; declare it obsolete.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2018-12-28  Keith Marshall  <keith@users.osdn.me>
+
+       Redirect libiconv package download requests to OSDN.net
+
+       * mingw32/libiconv.xml (download-host): Relocate to osdn.net
+       (affiliate): Associate all packages with "MinGW Standard Libraries".
+       (libiconv-bin, libiconv-dev, libiconv-dll-2, libcharset-dll-1)
+       (libiconv-lic, libiconv-html, libiconv-lang, libiconv-man): Add
+       version 1.14-2 release references.  Prune all other references; the
+       associated packages will remain on SourceForge.net, but they are not
+       scheduled for relocation to, and will not be accessible on OSDN.net
+       (libiconv-doc): Likewise; vacate content; add description; note that
+       this component package is redundant, and no longer maintained.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2018-12-27  Keith Marshall  <keith@users.osdn.me>
+
+       Redirect binutils package download requests to OSDN.net
+
+       * mingw32/mingw32-binutils.xml (download-host): Relocate to osdn.net
+       (binutils-bin, binutils-dev): Prune all release references other than
+       those for version 2.28-1; these earlier releases will remain available
+       on SourceForge.net, but are not scheduled for relocation to OSDN.net
+       (binutils-info, binutils-man, binutils-lang): Likewise.
+       (binutils-2.24-1-doc): Retain effectively empty virtual package;
+       vacate its dependency list; prune all other version references.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2018-12-24  Keith Marshall  <keith@users.osdn.me>
+
+       Redirect catalogue publication host to OSDN.net
+
+       * Makefile.in (FRS_CATALOGUE_HOST): Relocate to storage.osdn.net
+       (FRS_CATALOGUE_ROOT): Direct it to /storage/groups/m/mi/mingw/...
+       (FRS_CATALOGUE_PATH): ...using the .catalogue directory.
+
+       * VERSION.m4 (VERSION_MINOR): Increment it to 4, thus making...
+       * configure (PACKAGE_VERSION): ...this equivalent to 2.4.0
+
+2018-12-24  Keith Marshall  <keith@users.osdn.me>
+
+       Publish MinGW.org WSL-5.2 package set.
+
+       * mingw32/mingw32-runtime.xml (download-host): Relocate to osdn.net
+       (mingwrt-5.2-dev, mingwrt-5.2-dll, mingwrt-5.2-lic, mingwrt-5.2-man)
+       (libmingwex-5.2-dev, libmingwex-5.2-dll-2, w32api-5.2-dev): Add
+       references; also add references to each of...
+       (mingwrt-5.1.1-dev, mingwrt-5.1.1-dll, mingwrt-5.1.1-lic)
+       (mingwrt-5.1.1-man, libmingwex-5.1.1-dev, libmingwex-5.1.1-dll-0)
+       (w32api-5.1.1-dev, mingwrt-5.1-dev, mingwrt-5.1-dll, mingwrt-5.1-lic)
+       (mingwrt-5.1-man, libmingwex-5.1-dev, libmingwex-5.1-dll-0)
+       (w32api-5.1.1-dev): ...these previously unmanaged releases; remove all
+       references to earlier releases, which remain on sourceforge.net, but
+       are not scheduled to be relocated to the osdn.net download host.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2018-01-18  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Publish MinGW.org WSL-5.0.2 package set.
+
+       * mingw32/mingw32-runtime.xml (mingwrt-5.0.2-dev, mingwrt-5.0.2-dll)
+       (mingwrt-5.0.2-lic, mingwrt-5.0.2-man, libmingwex-5.0.2-dll-0)
+       (libmingwex-5.0.2-dev, w32api-5.0.2-dev): Add references.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2018-01-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Upgrade to correct malformed libmpfr.a
+
+       * mingw32/mingw32-mpfr.xml (mpfr, libmpfr): Add 3.1.5-2 release;
+       this removes references to libgmp.dll.a from libmpfr.a, correctly
+       replacing them with references to static libgmp.a
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2017-09-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Eliminate libgcc_s_dw2-1.dll dependencies in GMP DLLs.
+
+       * mingw32/mingw32-gmp.xml (gmp-6.1.2-2): Add release references.
+       (libgmp-6.1.2-2-dll-10, libgmpxx-6.1.2-2-dll-4): Likewise; these
+       represent the DLL component packages rebuilt with -static-libgcc.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2017-07-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Publish MinGW.org WSL-5.0.1 package set.
+
+       * mingw32/mingw32-runtime.xml (mingwrt-5.0.1-dev, mingwrt-5.0.1-dll)
+       (mingwrt-5.0.1-lic, mingwrt-5.0.1-man, libmingwex-5.0.1-dll-0)
+       (libmingwex-5.0.1-dev, w32api-5.0.1-dev): Add references.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2017-07-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Add libmingwex-0.dll dependency for GCC-6.3.0
+
+       * mingw32/mingw32-gcc4.xml (gcc-core-bin): Add dependency on...
+       (mingw32-libmingwex-dll-0): ...this; it is required by cc1.exe
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2017-07-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Correct a bogus dependency in earlier GCC-6.3.0 publication.
+
+       * mingw32/mingw32-gcc4.xml (gcc-fortran-dev): Remove dependency on...
+       (libgfortran-dll-3): ...this; it is inappropriate to the phoney parent
+       package, attempts resolution to the wrong version, and likely fails.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2017-07-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Upgrade GCC; make version 6.3.0 the preferred release.
+
+       * mingw32/mingw32-gcc4.xml: Add v6.3.0 references for all GCC
+       component packages, associated sub-packages, and library packages.
+       (mingw32-gcc-core-deps, mingw32-libgomp-deps): New virtual packages;
+       they facilitate dependency resolution for non-GCC libraries with ABI
+       versions which differ across GCC releases; users are advised to remove
+       them after installation; (FIXME: let mingw-get do this automatically).
+       (GCC Upgrade Blockers): New package hierarchy group; affiliate those
+       aberrant "dev" packages, and temporary convenience packages, which
+       we would prefer users to remove ASAP, after upgrade to GCC-6.3.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2017-07-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Pre-empt facility to support package visibility attributes.
+
+       * tests/pkgspec.xsd (visibility-attribute): New XML type; define it.
+       (package, component-specification) [visibility="hidden"]: Accept it.
+
+2017-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Upgrade mingw32-mpc package to version 1.0.3.
+
+       * mingw32/mingw32-mpc.xml: Add new release specifications.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2017-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Upgrade mingw32-mpfr package to version 3.1.5.
+
+       * mingw32/mingw32-mpfr.xml: Add new release specifications.
+       (info): New component package; add reference and specification.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2017-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Upgrade mingw32-gmp package to version 6.1.2.
+
+       * mingw32/mingw32-gmp.xml: Add new release specifications.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2017-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Add and publish new mingw32-isl-0.18 package set.
+
+       * mingw32/mingw32-isl.xml: New package specification file.
+       * mingw32/mingw32-package-list.xml (mingw32-isl): Register it.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2017-07-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Upgrade mingw32-binutils package to version 2.28-1.
+
+       * mingw32/mingw32-binutils.xml: Add new release specifications.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2017-03-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Publish MinGW.org WSL-5.0 package set.
+
+       * mingw32/mingw32-runtime.xml (mingwrt-5.0-dev, mingwrt-5.0-dll)
+       (mingwrt-5.0-lic, mingwrt-5.0-man, w32api-5.0-dev): Add references.
+       (libmingwex): New subpackage; define it, and add references for...
+       (libmingwex-5.0-dev, libmingwex-5.0-dll-0): ...these components.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2016-12-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Replace potentially malformed GCC-5 package set.
+
+       * mingw32/mingw32-gcc4.xml (all component packages): Add release
+       references for version 5.3.0-3 packages; these replace the former
+       version 5.3.0-2 packages, which may have been responsible for
+       improperly resolved dynamic linking references.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2016-10-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Publish mingwrt-3.22.4 patch release.
+
+       * mingw32/mingw32-runtime.xml (mingwrt-3.22.3-dev)
+       (mingwrt-3.22.4-dll, mingwrt-3.22.4-lic, mingwrt-3.22.4-man): Add
+       component package release records.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2016-10-13  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Publish mingwrt-3.22.3 patch release.
+
+       * mingw32/mingw32-runtime.xml (mingwrt-3.22.3-dev)
+       (mingwrt-3.22.3-dll, mingwrt-3.22.3-lic, mingwrt-3.22.3-man): Add
+       component package release records.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2016-10-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Add missing package descriptions.
+
+       * mingw32/mingw32-gcc4.xml (mingw32-libatomic, mingw32-libgomp)
+       (mingw32-libssp): Add missing package descriptions.  Avoid empty
+       paragraph elements; they crash "mingw-get list".  Republish.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2016-09-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Publish mingwrt-3.22.2 and w32api-3.18.2 patch releases.
+
+       * mingw32/mingw32-runtime.xml (mingwrt-3.22.2-dev)
+       (mingwrt-3.22.2-dll, mingwrt-3.22.2-lic, mingwrt-3.22.2-man)
+       (w32api-3.18.2-dev): Add component package release records.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2016-09-05  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Correct underspecified dependency in 2016-09-04 update.
+
+       * mingw32/mingw32-gcc4.xml (mingw32-gcc-core-bin): Respecify...
+       (libpthreadgc-*-mingw32-dev) [* >= 2.10.*]: ...this dependency.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2016-09-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Add missing "-lpthread" dependency for GCC-5.3.0-2.
+
+       * mingw32/mingw32-gcc4.xml (mingw32-gcc-core-bin): Require...
+       (libpthreadgc-*-mingw32-dev) [* >= 2.10]: ...this package.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2016-08-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Add references for previously published GCC-5.3.0-2.
+
+       * mingw32/mingw32-gcc4.xml (mingw32-gcc-bin, mingw32-libgcc-dll)
+       (mingw32-gcc-ada-bin, mingw32-gcc-g++-bin, mingw32-gcc-fortran-bin)
+       (mingw32-gcc-info, mingw32-gcc-lang, mingw32-gcc-lic, mingw32-gcc-man)
+       (mingw32-libstdc++-dll, mingw32-libssp-dll, mingw32-libquadmath-dll)
+       (mingw32-libgfortran-dll, mingw32-libobjc-dll, mingw32-libgomp-dll)
+       (mingw32-gcc-fortran-info, mingw32-libquadmath-info)
+       (mingw32-gcc-objc-bin, mingw32-gcc-fortran-man): Add release records.
+       (mingw32-gcc-dev, mingw32-gcc-ada-dev, mingw32-gcc-fortran-dev)
+       (mingw32-gcc-objc-dev, mingw32-gcc-doc, mingw32-gcc-fortran-doc)
+       (mingw32-gcc-c++-dev, mingw32-gcc-c++-doc): Add fake release records;
+       these remove artefacts from previous releases, which may otherwise
+       result in installation conflicts for the current release.
+       (mingw32-libatomic-dll): New component package; specify it.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2016-08-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Publish pthreads-win32-2.10-mingw32-pre-20160821-1.
+
+       * mingw32/mingw32-pthreads-w32.xml (pthreads-w32-2.10-dev): Add
+       component package release record; it is specified as a meta-component.
+       (pthreads-w32-2.10-doc, pthreads-w32-2.10-lic, libpthreadgc-2.10-dll-3)
+       (libpthreadgce-2.10-dll-3): Add component package release records.
+       (libpthreadgc-2.10-dev, libpthreadgce-2.10-dev): New components.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2016-07-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Publish mingwrt-3.22.1.
+
+       * mingw32/mingw32-runtime.xml (mingwrt-3.22.1-dev)
+       (mingwrt-3.22.1-dll, mingwrt-3.22.1-lic, mingwrt-3.22.1-man): Add
+       component package release records.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2016-07-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Publish w32api-3.18.1.
+
+       * mingw32/mingw32-runtime.xml (w32api-3.18.1-dev): Add release record.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2016-07-15  Cesar Strauss  <cestrauss@gmail.com>
+
+       Upgrade msys-core to version 1.0.19.
+
+       * msys/msys-core.xml:  Add new release specifications.
+       (msys-core) <bin>: Generate /etc/fstab automatically in postinstall.
+
+       * common/issue.log msys/issue.log: Updated accordingly.
+
+2016-07-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Publish mingwrt-3.22 and w32api-3.18.
+
+       * mingw32/mingw32-runtime.xml (mingwrt-3.22): Add release records...
+       (dev, dll, lic, man): ...for each of these component packages.
+       (w32api-3.18): Likewise, for 'dev' component package only.
+
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2016-03-16  Erwin Waterlander  <waterlan@xs4all.nl>
+
+       New package msys-ncurses 6.0.
+
+       * msys/msys-ncurses.xml: New for ncurses version 6.0.
+       * msys/msys-package-list.xml: Added msys-ncurses.
+       * msys/issue.log: Updated accordingly.
+       * common/issue.log: Updated accordingly.
+
+       * msys/msys-mksh.xml: Added missing file.
+
+2016-02-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Reassign misplaced libmpc dependencies for GCC-4.8.1
+
+       * mingw32/mingw32-gcc4.xml (libgcc-dll-1): Delete dependencies on...
+       (libmpc-dll-2, libmpc-dll-3): ...these; reassign as appropriate, to...
+       (gcc-core-4.8.1-dev): ...here.
+
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2016-02-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Remove bogus GCC-4.9.3 dependencies.
+
+       * mingw32/mingw32-gcc4.xml (gcc-core-dev): Make dependencies on...
+       (libgomp-dll-1, libssp-dll-0): ...these specific to each GCC version.
+       (libgcc-dll-1): Remove unnecessary dependency on...
+       (libmpc-dll-3): ...this; reassign it where it is needed...
+       (gcc-core-bin): ...here.
+
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2016-02-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Upgrade GCC; make version 4.9.3 the preferred release.
+
+       * mingw32/mingw32-gcc4.xml: Add v4.9.3 references for all GCC
+       component packages, associated sub-packages, and library packages.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2016-01-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Upgrade mingwrt to version 3.21.1
+
+       * mingw32/mingw32-runtime.xml (mingwrt): Add new version references.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2016-01-08  Erwin Waterlander  <waterlan@xs4all.nl>
+
+       Upgraded package mingw32-ncurses to version 6.0-2.
+
+       * contrib/mingw32-ncurses.xml: Created separate package
+         definitions for ncurses, libncurses, and terminfo.
+         Added libncurses-dll package.
+       * contrib/issue.log: Updated accordingly.
+       * common/issue.log: Updated accordingly.
+
+       Updated package mingw32-pdcurses.
+
+       * contrib/mingw32-pdcurses.xml: Added missing group affiliates.
+
+2016-01-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Give contributed package their own package list.
+
+       * mingw32/mingw32-package-list.xml: Remove contributed packages, to...
+       * contrib/mingw32-contrib-package-list.xml: ...this new file.
+       * common/package-list.xml (mingw32-contrib-package-list.xml): Add it.
+       * common/issue.log mingw32/issue.log contrib/issue.log: Regenerate;
+       publish all affected catalogue files.
+
 2016-01-04  Erwin Waterlander  <waterlan@xs4all.nl>
 
        Upgrade mingw32-libunistring package to 0.9.6.