OSDN Git Service

Merge mingwrt-3.22.4 updates into 5.0-active branch.
[mingw/mingw-org-wsl.git] / ChangeLog
index 9fad2c3..a33f5aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,53 @@
+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.
+
+       * configure.ac Makefile.in: New files.
+
+       * VERSION.m4: New file; link it, to create and maintain an identical
+       copy of it, in each of the mingwrt and w32api sub-package directories.
+       (__VERSION__): New macro; define and initialize it, in preparation
+       for forthcoming integrated version 5.0 release.
+
+       * aclocal.m4: New file; link it, to make it an identical copy of
+       each identically named file, in each of the sub-package directories.
+       (__VERSION__): New macro; include VERSION.m4 to define it.
+       (__BUG_REPORT_URL__): New macro; define it.
+
+2014-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Merge .hgignore from "master" branch to "legacy".
+
+       * .hgignore: New file.
+
 2014-10-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
        Import w32api-3.17 source code on "legacy" branch.