OSDN Git Service

Correct improperly dated ChangeLog entry.
[mingw/mingw-dist.git] / ChangeLog
index 71e88da..671ec58 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,251 @@
+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.