OSDN Git Service

Handle indeterminate FLT_EVAL_METHOD; fix issue [#2352].
[mingw/mingw-org-wsl.git] / ChangeLog
index a33f5aa..377493b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,49 @@
+2017-07-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       MinGW.org WSL-5.0.1 released; update repository version.
+
+       * VERSION.m4 (__VERSION__): Increment it to 5.0.2, anticipating a
+       further possible patch release prior to WSL-5.1
+
+2017-07-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Prepare and tag for release of MinGW.org WSL-5.0.1
+
+       * All files (wsl-5.0.1-release): Tag assigned.
+
+2017-03-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Refactor mingwrt and w32api common makefile content.
+
+       * Makefile.comm: New file.
+       (COMMON_MAKEFILE): New macro; define it to identify this file.
+       (%-srcdist-common-files): New generic build rule; implement it.
+       (configure, config.status, Makefile, config.status.missing, _mingw.h)
+       (w32api.h, PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): Reproduce
+       the original common content, which has been factored out from...
+       * mingwrt/Makefile.in w32api/Makefile.in: ...here.
+
+2017-03-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       MinGW.org WSL-5.0 released; update repository version.
+
+       * VERSION.m4 (__VERSION__): Increment it to 5.0.1, anticipating a
+       possible patch release prior to WSL-5.1
+
+2017-03-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Prepare and tag for release of MinGW.org WSL-5.0
+
+       * All files (wsl-5.0-release): Tag assigned.
+
+2017-02-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Extend basic test suite infrastructure to w32api.
+
+       * Makefile.in (check test tests): New rules; all are synonymous.
+       (check-recursive): New rule; invoked by each of the preceding three
+       synonyms, applying the common effect in nominated subdirectories.
+
 2016-10-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
        Make package installation prefix consistent throughout.