OSDN Git Service

Prepare and publish MinGW.org WSL-5.1 release.
[mingw/mingw-org-wsl.git] / ChangeLog
index 2609825..90627d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,98 @@
+2018-02-26  Keith Marshall  <keith@users.osdn.me>
+
+       Prepare and publish MinGW.org WSL-5.1 release.
+
+       * All files (wsl-5.1-release): Tag assigned.
+       * VERSION.m4 (libmingwex.dll.a): Update ABI version identifier.
+
+2017-12-06  Keith Marshall  <keith@users.osdn.me>
+
+       Adjust repository version following WSL-5.0.2 release.
+
+       * VERSION.m4 (__VERSION__): Increment it to 5.1; no further patch
+       releases are anticipated for development on the 5.0 branch, hence...
+       * All files (5.1-trunk): ...assign new development branch name.
+
+2017-12-06  Keith Marshall  <keith@users.osdn.me>
+
+       Prepare and publish MinGW.org WSL-5.0.2 release.
+
+       * All files (wsl-5.0.2-release): Tag assigned.
+
+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.
+
+       * configure.ac (AC_PREFIX_DEFAULT): Assign it; match it to...
+       * mingwrt/configure.ac w32api/configure.ac: ...these.
+
+2016-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Update install-sh to match mingw.org/build-aux package.
+
+       * install-sh: New file; copied from build-aux package, it replaces...
+       * mingwrt/install-sh w32api/install-sh: ...both of these.
+
+2016-07-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Eliminate redundant configuration files.
+
+       * .gitignore .hgignore (mingwrt/aclocal.m4, mingwrt/VERSION.m4)
+       (w32api/aclocal.m4, w32api/VERSION.m4): Remove from SCM control.
+
+2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Support 'install-strip' as a universal make goal.
+
+       * Makefile.in (install-strip): New goal; it is a dependency of...
+       (subdirs): ...this subsidiary package directory collection.
+
 2016-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
        Integrate mingwrt and w32api build; synchronize versions.