OSDN Git Service

Upgrade msys-bash to GNU Bash 3.1 patchlevel 23.
[mingw/mingw-dist.git] / ChangeLog
index ba9f4de..81db2bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,873 @@
+2014-10-19  Cesar Strauss  <cestrauss@gmail.com>
+
+       Upgrade msys-bash to GNU Bash 3.1 patchlevel 23.
+
+       * msys/msys-bash.xml: Update to 3.1.23-1.
+        (msys-bash) <lnk>: New component for creating msys.bat shortcuts.
+       * common/issue.log msys/issue.log: Updated accordingly.
+
+2014-10-19  Cesar Strauss  <cestrauss@gmail.com>
+
+       Revert corruption of file attributes (again).
+
+       * common/issue.log mingw32/issue.log msys/issue.log: Remove bogus
+       executable attribute.
+
+2014-10-07  Erwin Waterlander  <waterlan@xs4all.nl>
+
+       Upgrade dos2unix to version 7.1.
+
+       * mingw32/mingw32-dos2unix.xml: Updated for dos2unix version 7.1.
+       * msys/msys-dos2unix.xml: Updated for dos2unix version 7.1.
+       * mingw32/issue.log: Updated accordingly.
+       * msys/issue.log: Updated accordingly.
+       * common/issue.log: Updated accordingly.
+
+2014-08-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Withdraw regressive WSL-4.x from general distribution.
+
+       * mingw32/mingw32-runtime.xml: Revert to last issue predating WSL-4.x
+       * mingw32/mingw32-gcc4.xml: Clean up malformed dependency references.
+       (mingwrt, w32api): Replace all dependencies on WSL-4.x releases with
+       generic references to the most recently available releases of previous
+       mingwrt-3.x and w32api-3.x packages respectively.
+
+       * common/package-list.xml common/issue.log: Update accordingly.
+       * mingw32/mingw32-package-list.xml mingw32/issue.log: Likewise.
+
+2014-08-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Revert corruption of file attributes (again).
+
+       * common/issue.log mingw32/issue.log msys/issue.log: Remove bogus
+       executable attribute; this also necessitates republication of...
+       * common/package-list.xml mingw32/mingw32-package-list.xml:
+       * msys/msys-package-list.xml: ...all of these.
+
+2014-08-05  Erwin Waterlander  <waterlan@xs4all.nl>
+
+       Upgrade dos2unix to version 6.0.6.
+
+       * mingw32/mingw32-dos2unix.xml: Updated for dos2unix version 6.0.6.
+       * msys/msys-dos2unix.xml: Updated for dos2unix version 6.0.6.
+       * mingw32/issue.log: Updated accordingly.
+       * msys/issue.log: Updated accordingly.
+       * common/issue.log: Update accordingly.
+
+2014-06-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Remove bogus mingw32-binutils-2.24 dependency.
+
+       * mingw32/mingw32-binutils.xml (bin): Should not depend on...
+       (dev): ...this; delete associated "requires" reference.
+       * mingw32/issue.log common/issue.log: Updated accordingly.
+
+2014-06-13  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Upgrade mingw32-binutils to version 2.24
+
+       * mingw32/mingw32-binutils.xml: Add new release specifications.
+       * mingw32/issue.log common/issue.log: Updated accordingly.
+
+2014-05-20  Erwin Waterlander  <waterlan@xs4all.nl>
+
+       * mingw32/mingw32-dos2unix.xml: Updated for dos2unix version 6.0.5.
+       * msys/msys-dos2unix.xml: Updated for dos2unix version 6.0.5.
+       * mingw32/issue.log: Updated accordingly.
+       * msys/issue.log: Updated accordingly.
+       * common/issue.log: Update accordingly.
+
+2014-04-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Correct message catalogue packaging for gettext-0.18.3.2
+
+       * mingw32/mingw32-gettext.xml (gettext-bin): Add download tarname
+       specification, redirecting to gettext-0.18.3.2-1-1-mingw32-bin.tar.xz,
+       with correctly packaged gettext-runtime.mo message catalogues, instead
+       of previously bundled gettext-tools.mo, which duplicated copies...
+       (gettext-dev): ...correctly provided by this component package.
+       * mingw32/issue.log common/issue.log: Updated accordingly.
+
+2014-04-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Correct broken mingw32-libiconv dependency specification.
+
+       * mingw32/mingw32-libiconv.xml: Generally rationalize dependencies.
+       (libiconv-bin): Remove bogus 'eq' dependency on gettext-0.18.3.1-dll-8;
+       replace with correctly specified 'ge' dependency on libintl-dll-8, with
+       release 0.18.1.1-1 as the realistic minimum sufficient requirement.
+       * mingw32/issue.log common/issue.log: Updated accordingly.
+
+2014-04-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Correct omission from gettext-0.18.3.2 package specification.
+
+       * mingw32/mingw32-gettext.xml (gettext-bin): Add missing reference.
+       * mingw32/issue.log common/issue.log: Updated accordingly.
+
+2014-04-27  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Upgrade mingw32-gettext to GNU gettext-0.18.3.2
+
+       * mingw32/mingw32-gettext.xml: Add new release specifications.
+       * mingw32/issue.log common/issue.log: Updated accordingly.
+       * msys/issue.log: Sync for package list consistency.
+
+2014-01-11  Erwin Waterlander  <waterlan@xs4all.nl>
+
+       * mingw32/mingw32-dos2unix.xml: Updated for dos2unix version 6.0.4.
+       * mingw32/issue.log: Updated accordingly.
+       * common/issue.log: Updated accordingly.
+
+2014-01-10  Erwin Waterlander  <waterlan@xs4all.nl>
+
+       * msys/msys-dos2unix.xml: Updated for dos2unix version 6.0.4.
+       * msys/issue.log: Updated accordingly.
+       * common/issue.log: Update accordingly.
+
+2013-11-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Correct MPC requirements references to nonexistent MPFR package.
+
+       * mingw32/mingw32-mpc.xml (mingw32-mpc-dev): Do not require...
+       (mpfr-3.1.2-1-mingw32-dev): ...this, as an explicit 'eq' reference;
+       use a 'ge' specification instead.
+
+       * mingw32/mingw32-mpc.xml.lzma: Regenerate and republish.
+       * mingw32/mingw32-package-list.xml.lzma: Likewise.
+       * common/package-list.xml.lzma: Likewise.
+
+       * mingw32/issue.log common/issue.log: Update accordingly.
+
+2013-10-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Provide both GCC-3.4.5 and GCC-4.7.2 builds of Xerces-C++.
+
+       * contrib/mingw32-xerces-c.xml (release 3.1.1): Rename as...
+       (release 3.1.1-1): ...this; it provides the GCC-3.4.5 build; add...
+       (release 3.1.1-2): ...this; it provides the GCC-4.7.2 build.
+
+       * contrib/mingw32-xerces-c.xml.lzma: Regenerate and publish.
+       * mingw32/mingw32-package-list.xml.lzma: Likewise.
+       * common/package-list.xml.lzma: Likewise.
+
+       * common/issue.log contrib/issue.log: Update accordingly.
+       * mingw32/isue.log: Likewise.
+
+2013-10-28  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       Allow any package release of gettext-0.18.3.1 to be installed.
+
+       * mingw32/mingw32-libiconv.xml: Use a wildcard for the package release
+       requirement of gettext-0.18.3.1.
+       * common/issue.log, mingw32/issue.log: Update accordingly.
+       * msys/issue.log: I don't know why msys-package-list.xml was date
+       stamped for today but the make process decided that it was needed.
+
+2013-10-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Add missing dependencies for libintl-dll, et al.
+
+       * mingw32/mingw32-gettext.xml (libintl-dll): Make generic libgcc-1.dll
+       and libiconv-2.dll>=1.14-2 dependencies apply to all releases.
+       (libgettextpo-dll): Likewise; ditto for release matched libintl-8.dll
+       (libasprintf-dll): Make generic libgcc-1.dll and libstdc++-6.dll apply
+       to all releases.
+
+       * mingw32/mingw32-gettext.xml.lzma: Regenerate and republish.
+       * mingw32/mingw32-package-list.xml.lzma: Likewise.
+       * common/package-list.xml.lzma: Likewise.
+
+       * mingw32/issue.log common/issue.log: Update accordingly.
+
+2013-10-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Remove all references to defective mpfr-3.1.2-1 release.
+
+       * mingw32/mingw32-mpfr.xml (mpfr-3.1.2-1): Remove release references
+       from all component package specifications; they implied use of ...
+       (libmpfr-3.1.2-1-dll-1): ...this; its offer to install libmpfr-1.dll
+       was bogus; delete its release reference.
+
+       * mingw32/mingw32-mpfr.xml.lzma: Regenerate and republish.
+       * mingw32/mingw32-package-list.xml.lzma: Likewise.
+       * common/package-list.xml.lzma: Likewise.
+
+       * mingw32/issue.log common/issue.log: Update accordingly.
+
+2013-10-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Fix uncorrected omission from Earnie's preceding commit.
+
+       * mingw32/mingw32-mpc.xml (libmpc-1.0.1-1-dll): Correct DLL interface
+       version number; was 2, should be 3.
+
+       * mingw32/mingw32-mpc.xml.lzma: Regenerate and republish.
+       * mingw32/mingw32-package-list.xml.lzma: Likewise.
+       * msys/msys-package-list.xml.lzma: Likewise.
+       * common/package-list.xml.lzma: Likewise.
+
+       * mingw32/issue.log common/issue.log: Update accordingly.
+       * msys/issue.log: Likewise.
+
+2013-11-14  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * mingw32/mingw32-gcc4.xml: Add missing requirements in gcc-core-bin.
+       * mingw32/issue.log common/issue.log: Update accordingly.
+
+2013-10-14  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * mingw32/mingw32-gcc4.xml: Modify accidental change of libmpc-dll-3
+       to libmpc-dll-4.
+       * mingw32/issue.log common/issue.log: Update accordingly.
+
+2013-10-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Revert enforced -static build for XML validation tool.
+
+       * tests/Makefile.in (xmlcheck$EXEEXT): Remove -static from CXX command
+       line; users who want or require a static build may add it to the CFLAGS
+       at either configure or make time.
+
+2013-10-12  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       Release gcc-4.8.1-4 and corrections as expressed in [#2094]
+
+       * tests/Makefile.in: Add -static to the build for xmlcheck.exe to
+       correct an assertion issue being given by the xerces-c library.
+       * msys/msys-gcc.xml: Correct spelling of licence.
+       * msys/msys-perl.xml: Remove extraneous --> causing invalid xml.
+       * msys/issue.log: Updated accordingly.
+       * mingw32/mingw32-gcc4.xml: Add gcc-4.8.1-4 release.
+       * mingw32/mingw32-zlib.xml: Correct spelling of affiliate.
+       * mingw32/mingw32-gettext.xml: Require any libgcc-4.8.1-* release.
+       * mingw32/mingw32-libiconv.xml: Ditto.
+       * mingw32/issue.log: Updated accordingly.
+       * contrib/mingw32-tcltk.xml: Correct spelling of licence.
+       * contrig/issue.log: Updated accordingly.
+
+2013-10-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Correct an XML validation tool format specification error.
+
+       * tests/xmlcheck.cpp (error_handler::handleError): Need PRIu64 format
+       for printing loc->getLineNumber() and loc->getColumnNumber(); define
+       __STDC_FORMAT_MACROS as 1, and include inttypes.h, to use it.
+
+2013-10-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Integrate XML validation tests into build infrastructure.
+
+       * Makefile.in (all): Add a primary dependency on...
+       (check): ...this new build goal; implement it, in terms of...
+       ($srcdir/tests/configure, $builddir/tests/Makefile): ...these new
+       intermediates; define procedures to build them.
+
+2013-10-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Implement an XML validation test suite.
+
+       * tests: New directory.
+       * tests/configure.ac tests/Makefile.in: New files.
+       * tests/xmlcheck.cpp tests/pkgspec.xsd: Likewise.
+
+2013-10-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Delegate version assignment to VERSION.m4 auxiliary file.
+
+       * VERSION.m4: New file.
+       * configure.ac (AC_INIT): m4_include, and use it.
+
+2013-10-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Reduce "Basic Setup" group GCC inventory to only "bin" packages.
+
+       * mingw32/mingw32-gcc4.xml (ada, c++, fortran, objc): Move affiliate
+       reference for "Basic Setup" from package to "bin" component.
+
+       * mingw32-gcc4.xml.lzma: Regenerated and published.
+       * mingw32-package-list.lzma package-list.xml.lzma: Likewise.
+
+       * common/issue.log mingw32/issue.log: Updated accordingly.
+
+2013-10-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Publish mingw-get release 0.6.2-beta-20131004-1.
+
+       * mingw32/mingw32-mingw-get.xml:
+       (mingw-get) <bin>: Add 0.6.2-beta-20131004-1 release specification;
+       (mingw-get) <gui, lic>: Likewise.
+       (pkginfo) <bin>: Likewise.
+
+       * mingw32-mingw-get.xml.lzma: Regenerated and published.
+       * mingw32-package-list.lzma package-list.xml.lzma: Likewise.
+
+       * common/issue.log mingw32/issue.log: Updated accordingly.
+
+2013-09-26  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       Correct more packaging issues.
+
+       * mingw32/mingw32-gcc4.xml: Release 4.8.1-3 to correct library version
+       issues.
+       * mingw32/mingw32-mpc.xml: Release 1.0.1-2 to correct library version
+       issues.
+       * mingw32/mingw32-mpfr.xml: Release 3.1.2-2 to correct library version
+       issues.
+       * mingw32/mingw32-libiconv.xml: Correct library version issues.
+       * mingw32/mingw32-gettext.xml: Ditto.
+       * common/issue.log mingw32/issue.log: Updated accordingly.
+
+2013-09-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Publish Xerces-C++ contributed package.
+
+       * contrib/mingw32-xerces-c.xml: New catalogue file.
+       * mingw32/mingw32-package-list.xml (mingw32-xerces-c): Add reference.
+       * contrib/issue.log mingw32/issue.log common/issue.log: Updated.
+       * mingw32-package-list.xml.lzma: Regenerate and publish.
+       * mingw32-xerces-c.xml.lzma: Generate and publish.
+
+2013-09-22  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       Publish mingwrt-4.0.3 and w32api-4.0.3
+
+       * mingw32/mingw32-runtime.xml (mingwrt): Add 4.0.3 release.
+       (w32api): Ditto.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2013-09-15  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       Publish gdb-7.6.1
+
+       * mingw32/mingw32-gdb.xml (bin): Add gdb-7.6.1 release.
+       (doc): Ditto.
+       (lic): New component.
+       (man): Ditto.
+       (lang): Ditto.
+       (info): Ditto.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+       Publish correction for wtsapi32.h.
+
+       * mingw32/mingw32-runtime.xml:
+       (minwrt): Add 4.0.2 release.
+       (w32api): Ditto.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+       Publish contrib package tcl/tk 8.6.0.
+
+       * mingw32/mingw32-package-list.xml: Add mingw32-tcktk.xml package.
+       Add package group MinGW Contributed.
+       * contrib/mingw32-tcltk.xml: New package.
+       * common/issue.log mingw32/issue.log contrib/issue.log: Update
+       accordingly.
+
+       Add affiliate group for Source-Level Debugger to gdb release and retab.
+
+       * mingw32/mingw32-package-list.xml: Retab due to broken vim modeline
+       configuration on my side.
+       * mingw32/mingw32-gdb.xml: Add affiliate group for Source-Level Debugger
+       and retab due to broken vim modeline configuration on my side.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2013-09-14  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       Publish a correction for libwinspool.a.
+
+       * mingw32/mingw32-runtime.xml:
+       (mingwrt): Add 4.0.1 release.
+       (w32api): Ditto.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2013-09-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Publish mingw-get release 0.6.1-beta-20130910-1.
+
+       * mingw32/mingw32-mingw-get.xml:
+       (mingw-get) <bin>: Add 0.6.1-beta-20130910-1 release specification;
+       (mingw-get) <gui, lic>: Likewise.
+       (pkginfo) <bin>: Likewise.
+
+       * mingw32-mingw-get.xml.lzma: Regenerated and published.
+       * mingw32-package-list.lzma package-list.xml.lzma: Likewise.
+
+       * common/issue.log mingw32/issue.log: Updated accordingly.
+
+2013-09-10  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * mingw32/mingw32-expat.xml: Correct the usage of libexpat.
+       * common/issue.log mingw32/issue.log: Updated accordingly.
+
+2013-09-09  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * mingw32/mingw32-gettext.xml: Use the correct package name for libgcc.
+       * mingw32/mingw32-libiconv.xml: Ditto.
+       * common/issue.log mingw32/issue.log: Updated accordingly.
+
+2013-09-08  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       Finish rework for gcc and publish 4.8.1-2.
+
+       * mingw32/mingw32-gcc4.xml: Add 4.8.1-2 release and complete the rework
+       for the libraries.
+       * common/issue.log mingw32/issue.log: Updated accordingly.
+
+2013-09-07  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       Rework my previous changes to help avoid ERROR issues.
+
+       * mingw32/mingw32-binutils.xml: Change dependency to match changes in
+       mingw32-gcc4.xml and mingw32-zlib.xml.
+       * mingw32/mingw32-gcc4.xml: Rework to use libXXX package as before where
+       XXX is dependent on the compiler type.
+       * mingw32/mingw32-mpc.xml: Rework to use libmpc package as before.
+       * mingw32/mingw32-mpfr.xml: Rework to use libmpfr package as before.
+       * mingw32/mingw32-pthreads-w32.xml: Rework to use libpthread package
+       as before.
+       * mingw32/mingw32-zlib.zml: Rework to use libz package as before.
+       * common/issue.log mingw32/issue.log: Updated accordingly.
+
+2013-09-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Publish mingw-get release 0.6.0-beta-20130904-1.
+
+       * mingw32/mingw32-mingw-get.xml (mingw-get) <description>: Updated.
+       (mingw-get) <gui>: New component; add specification for this release.
+       (mingw-get) <bin>: Add 0.6.0-beta-20130904-1 release specification;
+       remove 0.5-beta-20120416-1, 0.3-alpha-2.1, 0.3-alpha-2, 0.3-alpha-1,
+       and 0.2-alpha-4, withdrawing them from general release.
+       (mingw-get) <lic>: Likewise.
+       (pkginfo) <bin>: Likewise.
+
+       * mingw32-mingw-get.xml.lzma: Regenerated and published.
+       * mingw32-package-list.lzma package-list.xml.lzma: Likewise.
+
+       * common/issue.log mingw32/issue.log: Updated accordingly.
+
+2013-09-03  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * mingw32/mingw32-expat.xml: Resolve update of old naming install.
+       * mingw32/mingw32-gcc4.xml: Ditto.
+       * mingw32/mingw32-gettext.xml: Ditto.
+       * mingw32/mingw32-libiconv.xml: Ditto.
+       * mingw32/mingw32-zlib.xml: Ditto.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2013-09-02  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * mingw32/mingw32-gettext.xml: Add "dll" component class for 0.18.3.1-1.
+       Fix typo declaring the requirement for the dll.
+       * mingw32/mingw32-expat.xml: Release 2.1.0-1.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2013-09-01  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * mingw32/mingw32-binutils.xml: Release 2.23.2-1.
+       * mingw32/mingw32-gcc4.xml: Release 4.8.1-1.
+       * mingw32/mingw32-gettext.xml: Release 0.18.3.1-1.
+       * mingw32/mingw32-libiconv.xml: Release 1.14-3.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2013-08-28  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       Correct ptheads-w32-2.9.1-1 release.
+
+       * mingw32/mingw32-pthreads-w32.xml: Correct 2.9.1-1 release.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2013-08-27  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Add support for automated catalogue publication.
+
+       * Makefile.comm.in (published): New build goal; it redirects to the
+       new primary goal implemented...
+
+       * Makefile.in: ...here.
+       (published): New primary build goal; implement it, using...
+       (frs-username-check, frs-publish): ...these new internal build goals;
+       implement them; they should not normally be invoked directly.
+       (FRS_USERNAME, FRS_CATALOGUE): New macros; define them.
+       (FRS_CATALOGUE_HOST, FRS_CATALOGUE_ROOT, FRS_CATALOGUE_PATH):
+       (MAKE_RECURSIVE, PRIMARY_GOALS): Likewise.
+
+       * configure.ac (AC_INIT): Bump version number to 2.2
+       (FRS_USERNAME): Declare it as precious; assign "anonymous" as default.
+
+2013-08-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Correct a catalogue publication anomaly.
+
+       * mingw32/mingw32-zlib.xml: Correct typos.
+       (zlib-1.2.8-1.mingw32-*.tar.lzma): Such malformed file references...
+       (zlib-1.2.8-1-mingw32-*.tar.lzma): ...should have appeared thus.
+
+       * common/issue.log mingw32/issue.log: References to...
+       (package-list.xml, mingw32-package-list.xml, mingw32-zlib.xml):
+       ...these automatically updated; publish lzma compressed copies to FRS.
+
+2013-08-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Add integration hooks for mingw-get-setup.
+
+       * Makefile.in Makefile.comm.in:
+       (build.tag, clean, dist, distclean, maintainer-clean): New targets;
+       implement them as no-ops; they are required when invoked recursively,
+       as a sub-make of mingw-get-setup, but are not otherwise needed here.
+
+2013-08-25  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * mingw32/mingw32-gmp.xml: Add 5.1.2-1 release.
+       * mingw32/mingw32-mpfr.xml: Add 3.1.2-1 release.
+       * mingw32/mingw32-mpc.xml: Add 1.0.1-1 release.
+       * mingw32/mingw32-pthreads-w32.xml: Add 2.9.1-1 release.
+       * mingw32/mingw32-zlib.xml: Add the 1.2.8-1 release.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+       * .gitignore: Add .*.swp.
+
+2013-08-23  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * mingw32/mingw32-runtime.xml: Add mingwrt-4.0.0-1 and w32api-4.0.0-1.
+       Modify the default source type to -bld and the licence type to -lic.
+       Add source and licence elements to the previous packages to represent
+       the previous licence and source files.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2013-07-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Correct some "Basic Setup" package group affiliations.
+
+       * msys/msys-base.xml (msys-tiny): Drop erroneous affiliation.
+       (msys-base): Affiliate this instead, as originally intended.
+
+       * msys/mingw-developer-toolkit.xml: Add affiliation for...
+       (mingw-developer-toolkit): ...this.
+
+       * common/package-list.xml.lzma msys/msys-package-list.xml.lzma:
+       Regenerated and published.
+
+       * common/issue.log msys/issue.log: Updated.
+
+2013-07-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Add hooks to support mingw-get-setup.exe
+
+       * msys/msys-base.xml (msys-base):
+       * mingw32/mingw32-base.xml (mingw32-base):
+       * mingw32/mingw32-gcc4.xml (mingw32-gcc-ada, mingw32-gcc-g++):
+       (mingw32-gcc-fortran, mingw32-gcc-objc): Affiliate all with the
+       internally defined "Basic Setup" package group; regenerate and
+       publish all associated .lzma files.
+
+       * common/package-list.xml.lzma msys/msys-package-list.xml.lzma:
+       * mingw32/mingw32-package-list.xml.lzma: All regenerated and
+       published.
+
+       * common/issue.log mingw32/issue.log msys/issue.log: Updated.
+
+2013-07-01  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * mingw32/mingw32-wsl-candidate.xml: Add wsl_rc-4.0-1-mingw32-rc-4.
+       * package-list.xml.lzma mingw32-package-list.xml.lzma: Regenerated.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2013-06-19  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * mingw32/mingw32-wsl-candidate.xml: Add wsl_rc-4.0-1-mingw32-rc-3.
+       * package-list.xml.lzma mingw32-package-list.xml.lzma: Regenerated.
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2013-05-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Update and publish pexports.
+
+       * mingw32/mingw32-pexports.xml: Add references for release 0.46.
+       * package-list.xml.lzma mingw32-package-list.xml.lzma: Regenerated.
+       * common/issue.log mingw32/issue.log: Updated accordingly.
+
+2013-04-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Add issue number references to all package lists.
+
+       * common/package-list.xml: Regenerate .lzma and republish.
+       * common/issue.log: Update accordingly.
+
+       * mingw32/mingw32-package-list.xml: Regenerate .lzma and republish.
+       * mingw32/issue.log: Update accordingly.
+
+       * msys/msys-package-list.xml: Regenerate .lzma and republish.
+       * msys/issue.log: Update accordingly.
+
+2013-04-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Add infrastructure for managing user contributed packages.
+
+       * contrib: New directory.
+       * configure.ac (AC_INIT): Bump version number to 2.1
+       (mingw_ac_subdirs): Add 'contrib' as a managed sub-directory.
+
+       * contrib/issue.log: New file; automatically generated, and adjusted
+       to reflect the original publication dates for each of...
+       * contrib/mingw32-libunistring.xml contrib/mingw32-pdcurses.xml:
+       ...these new files; copy them from existing published catalogue, and
+       replace their issue number tags with templates, to capture future
+       updates automatically.
+
+2013-04-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Correct several incorrectly assigned file attributes.
+
+       * mingw32/issue.log mingw32/mingw32-dos2unix.xml: chmod -x
+       * msys/issue.log msys/msys-dos2unix.xml msys/msys-m4.xml: Likewise.
+       * ChangeLog: Likewise.
+
+2013-04-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Support automatic capture of infrastructure changes.
+
+       * Makefile.stub.in (top_srcdir): New macro; define it.
+
+       * Makefile.in (VPATH, top_srcdir): New macros; define them.
+       (configure, config.status, Makefile): New build rules; implement them,
+       to be triggered by repository infrastructure changes.
+
+       * Makefile.comm.in (VPATH): Append top_srcdir and top_builddir.
+       (configure, config.status, Makefile): New build rules; implement them,
+       to be triggered by repository infrastructure changes.
+
+2013-04-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Add issue number tracking within published package lists.
+
+       * makeopts.m4: New file; copy it from MinGW.org's build-aux package.
+
+       * configure.ac (AC_INIT): Bump version number to 2.0
+       (makeopts.m4): m4_include it; it is required to provide support for...
+       (MINGW_AC_MAKE_NO_PRINT_DIRECTORY): ...this additional feature test.
+
+       * Makefile.in (all): Require...
+       (update-references): ...this new build goal; implement it, using...
+       (update-local-references): ...this new recursively invoked rule, and...
+       (issue.sed): ...this new call-back rule.
+
+       * Makefile.stub.in (top_builddir): Define it as a macro.
+
+       * Makefile.comm.in (update_issue_number): New macro; define it.
+       (store_issue_number): Likewise; both are required to implement...
+       (generate_catalogue): ...this new sed script defining macro.
+       (sha1hash): Redefined macro; it now depends on substitution of...
+       ($catalogue): ...this local shell variable, in place of $<.
+       (extract_log_file_header, extract_log_file_footer): New macros.
+       (update-references, issue.sed): New build goals; they facilitate...
+       (update-local-references): ...this recursively invoked top-down build
+       goal; implement it in terms of refactored commands, abstracted from...
+       (%.xml.lzma: %.xml): ...this original goal, to create...
+       (generate-catalogue, generate-reference, select-for-publication):
+       (update-issue-log, issue.chk, issue.new, issue.tmp): ...these new
+       intermediate goals; they are invoked recursively, by use of...
+       (SET_MAKE): ...this autoconf defined and AC_SUBSTed hook, with...
+       (RMAKE): ...this new macro; define it.
+
+2013-04-10  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * mingw32/mingw32-wsl-candidate.xml: Add the 4.0-rc-2 release.
+       * mingw32/issue.log: Updated accordingly.
+
+2013-04-09  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * mingw32/mingw32-package-list.xml: Add mingw32-wsl-candidate.xml.
+       * mingw32/mingw32-wsl-candidate.xml: New file.
+       * mingw32/issue.log: Updated accordingly.
+
+2013-02-24  Erwin Waterlander  <waterlan@xs4all.nl>
+
+       * msys/msys-m4.xml: Updated for m4 version 1.4.16-2.
+       * msys/issue.log: Updated accordingly.
+
+2013-02-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Add missing DLL dependency for msys-bzip2-bin.
+
+       * msys/msys-bzip2.xml (msys-bzip2-1.0.6-1-bin): Add dependency on...
+       (msys-libbz2-%-msys-%-dll-1.tar): ...this; publish it.
+
+       * msys/issue.log: Update accordingly.
+
+2013-01-27  Erwin Waterlander  <waterlan@xs4all.nl>
+
+       * mingw32/mingw32-dos2unix.xml: Updated for dos2unix version 6.0.3.
+       * mingw32/issue.log: Updated accordingly.
+       * msys/msys-dos2unix.xml: Updated for dos2unix version 6.0.3.
+       * msys/issue.log: Updated accordingly.
+
+2012-11-22  Cesar Strauss  <cestrauss@gmail.com>
+
+       Update & publish msys-core.
+
+       * msys/msys-core.xml: Update to 1.0.18-1.
+       * msys/issue.log: Updated accordingly.
+
+2012-11-12  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
+
+       Update & publish mingw32-binutils.
+
+       * mingw32/mingw32-binutils.xml: Update to 2.23.1-1.
+       * mingw32/issue.log: Updated accordingly.
+
+2012-11-05  Cesar Strauss  <cestrauss@gmail.com>
+
+       Update & publish mingw32-gcc4.
+
+       * mingw32/mingw32-gcc4.xml: Update to 4.7.2-1.
+       * mingw32/issue.log: Update accordingly.
+
+2012-09-09  Erwin Waterlander  <waterlan@xs4all.nl>
+       * mingw32/mingw32-dos2unix.xml: Updated for dos2unix version 6.0.2.
+       * msys/msys-dos2unix.xml: Updated for dos2unix version 6.0.2.
+
+2012-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Add support files for git and Mercurial.
+
+       * .gitignore .hgignore: New files.
+
+2012-09-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
+
+       Update & publish mingw32-make.
+
+       * mingw32/mingw32-make.xml: Update to 3.82.90-2-cvs-20120902.
+       * mingw32/issue.log: Updated accordingly.
+
+2012-08-27  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
+
+       Update & publish mingw32-gdb.
+
+       * mingw32/mingw32-gdb.xml: Update to 7.5-1.
+       * mingw32/issue.log: Updated accordingly.
+
+2012-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
+
+       Update & publish mingw32-make.
+
+       * mingw32/mingw32-make.xml: Update to 3.82.90-cvs-20120823-1.
+       * mingw32/issue.log: Updated accordingly.
+
+2012-07-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Remove redundant package names from description/title attributes.
+
+       * mingw32/mingw32-autoconf.xml mingw32/mingw32-automake.xml:
+       * mingw32/mingw32-basic-bsdtar.xml mingw32/mingw32-bzip2.xml:
+       * mingw32/mingw32-dos2unix.xml mingw32/mingw32-expat.xml:
+       * mingw32/mingw32-gcc-tools.xml mingw32/mingw32-gendef.xml:
+       * mingw32/mingw32-gettext.xml mingw32/mingw32-gmp.xml:
+       * mingw32/mingw32-libarchive.xml mingw32/mingw32-libiconv.xml:
+       * mingw32/mingw32-libtool.xml mingw32/mingw32-make.xml:
+       * mingw32/mingw32-mgwport.xml mingw32/mingw32-mingw-utils.xml:
+       * mingw32/mingw32-mpc.xml mingw32/mingw32-mpfr.xml:
+       * mingw32/mingw32-pexports.xml mingw32/mingw32-popt.xml:
+       * mingw32/mingw32-xz.xml mingw32/mingw32-zlib.xml:
+       * msys/msys-autoconf.xml msys/msys-autogen.xml msys/msys-automake.xml:
+       * msys/msys-bash.xml msys/msys-bison.xml msys/msys-bzip2.xml:
+       * msys/msys-console.xml msys/msys-core.xml msys/msys-coreutils.xml:
+       * msys/msys-crypt.xml msys/msys-cvs.xml msys/msys-cygutils.xml:
+       * msys/msys-dash.xml msys/msys-diffstat.xml msys/msys-diffutils.xml:
+       * msys/msys-dos2unix.xml msys/msys-expat.xml msys/msys-file.xml:
+       * msys/msys-findutils.xml msys/msys-flex.xml msys/msys-gawk.xml:
+       * msys/msys-gdbm.xml msys/msys-gettext.xml msys/msys-gmp.xml:
+       * msys/msys-grep.xml msys/msys-groff.xml msys/msys-guile.xml:
+       * msys/msys-gzip.xml msys/msys-help2man.xml msys/msys-inetutils.xml:
+       * msys/msys-less.xml msys/msys-libarchive.xml msys/msys-libiconv.xml:
+       * msys/msys-libtool.xml msys/msys-libxml2.xml msys/msys-lndir.xml:
+       * msys/msys-lpr-enhanced.xml msys/msys-m4.xml msys/msys-make.xml:
+       * msys/msys-man.xml msys/msys-minires.xml msys/msys-mintty.xml:
+       * msys/msys-mktemp.xml msys/msys-openssh.xml msys/msys-openssl.xml:
+       * msys/msys-patch.xml msys/msys-perl.xml msys/msys-popt.xml:
+       * msys/msys-rebase.xml msys/msys-regex.xml msys/msys-rsync.xml:
+       * msys/msys-rxvt.xml msys/msys-sed.xml msys/msys-tar.xml:
+       * msys/msys-termcap.xml msys/msys-texinfo.xml msys/msys-unzip.xml:
+       * msys/msys-vim.xml msys/msys-wget.xml msys/msys-xz.xml:
+       * msys/msys-zip.xml msys/msys-zlib.xml (-//package//description):
+       Apply sed substitution: 's/\(title="\)[^:]*: */\1/'; regenerate and
+       republish associated *.xml.lzma files.
+
+       * mingw32/issue.log msys/issue.log: Update accordingly.
+
+2012-11-05  Cesar Strauss  <cestrauss@gmail.com>
+
+       Add versioned dependencies on mingwrt to mingw32-gcc4.
+
+       * mingw32/mingw32-gcc4.xml (mingw32-gcc-bin): Add versioned
+       dependencies on mingwrt.
+       Regenerate and republish LZMA format manifest.
+       * mingw32/issue.log: Update accordingly.
+
+2012-06-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Remove redundant source/licence references for mingwrt/w32api.
+
+       * mingw32/mingw32-runtime.xml (mingwrt, w32api): Make...
+       (source, licence): ...these references at package level generic wrt
+       compression format; remove redundant duplicates at release level.
+       Regenerate and republish LZMA format manifest.
+       * mingw32/issue.log: Updated accordingly.
+
+2012-06-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
+
+       Update & publish mingwrt.
+
+       * mingw32/mingw32-runtime.xml: Update mingwrt to 3.20-2.
+       * mingw32/issue.log: Updated accordingly.
+
+2012-06-07  Cesar Strauss  <cestrauss@gmail.com>
+
+       Update & publish mingw32-gcc4.
+
+       * mingw32/mingw32-gcc4.xml: Update to 4.7.0-1.
+       * mingw32/issue.log: Update accordingly.
+
+2012-05-16  Charles Wilson  <mingw@cwilson.fastmail.fm>
+
+       Update and publish msys-zlib and mingw32-zlib.
+
+       * msys/msys-zlib.xml: Update to 1.2.7-1. Add new minizip-bin,
+       libminizip-dev, and libminizip-dll-1 components.
+       * msys/issue.log: Update accordingly.
+       * mingw32/mingw32-zlib.xml: Update to 1.2.7-1. Add new
+       minizip-bin, libminizip-dev, and libminizip-dll-1 components.
+       * mingw32/issue.log: Update accordingly.
+
+2012-05-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Reorder dependencies for mingw32-gcc4.
+
+       * mingw32/mingw32-gcc4.xml (gcc-core): Factor out dependency
+       declarations common to all releases; order all version specific
+       references before version agnostic references, to avoid possible
+       accidental scheduling of mismatched versions for installation.
+       (gcc-ada): Factor out common dependency declarations.
+       Regenerate, and republish.
+
+       * mingw32/issue.log: Update accordingly.
+
+2012-04-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Fix post/pre-remove conflict in mingw-get.xml scripting.
+
+       * mingw32/mingw32-mingw-get.xml (mingw-get-bin.post-remove): Can't
+       use post-remove script here, after helper modules removed; replace...
+       (mingw-get-bin.pre-remove): ...with this; regenerate and republish.
+
+       * mingw32/issue.log: Update accordingly.
+
+2012-04-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Update for mingw-get-0.5-mingw32-beta-20120426-1 release.
+
+       * mingw32/mingw32-mingw-get.xml: Update and republish.
+       * mingw32/issue.log: Updated accordingly.
+
 2012-04-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
        Update for mingw-get-0.5-mingw32-beta-20120416-1 release.