OSDN Git Service

Automatically correct obsolete _XOPEN_SOURCE usage.
[mingw/mingw-org-wsl.git] / ChangeLog
1 2017-03-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
2
3         Refactor mingwrt and w32api common makefile content.
4
5         * Makefile.comm: New file.
6         (COMMON_MAKEFILE): New macro; define it to identify this file.
7         (%-srcdist-common-files): New generic build rule; implement it.
8         (configure, config.status, Makefile, config.status.missing, _mingw.h)
9         (w32api.h, PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): Reproduce
10         the original common content, which has been factored out from...
11         * mingwrt/Makefile.in w32api/Makefile.in: ...here.
12
13 2017-03-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
14
15         MinGW.org WSL-5.0 released; update repository version.
16
17         * VERSION.m4 (__VERSION__): Increment it to 5.0.1, anticipating a
18         possible patch release prior to WSL-5.1
19
20 2017-03-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
21
22         Prepare and tag for release of MinGW.org WSL-5.0
23
24         * All files (wsl-5.0-release): Tag assigned.
25
26 2017-02-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
27
28         Extend basic test suite infrastructure to w32api.
29
30         * Makefile.in (check test tests): New rules; all are synonymous.
31         (check-recursive): New rule; invoked by each of the preceding three
32         synonyms, applying the common effect in nominated subdirectories.
33
34 2016-10-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
35
36         Make package installation prefix consistent throughout.
37
38         * configure.ac (AC_PREFIX_DEFAULT): Assign it; match it to...
39         * mingwrt/configure.ac w32api/configure.ac: ...these.
40
41 2016-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
42
43         Update install-sh to match mingw.org/build-aux package.
44
45         * install-sh: New file; copied from build-aux package, it replaces...
46         * mingwrt/install-sh w32api/install-sh: ...both of these.
47
48 2016-07-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
49
50         Eliminate redundant configuration files.
51
52         * .gitignore .hgignore (mingwrt/aclocal.m4, mingwrt/VERSION.m4)
53         (w32api/aclocal.m4, w32api/VERSION.m4): Remove from SCM control.
54
55 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
56
57         Support 'install-strip' as a universal make goal.
58
59         * Makefile.in (install-strip): New goal; it is a dependency of...
60         (subdirs): ...this subsidiary package directory collection.
61
62 2016-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
63
64         Integrate mingwrt and w32api build; synchronize versions.
65
66         * configure.ac Makefile.in: New files.
67
68         * VERSION.m4: New file; link it, to create and maintain an identical
69         copy of it, in each of the mingwrt and w32api sub-package directories.
70         (__VERSION__): New macro; define and initialize it, in preparation
71         for forthcoming integrated version 5.0 release.
72
73         * aclocal.m4: New file; link it, to make it an identical copy of
74         each identically named file, in each of the sub-package directories.
75         (__VERSION__): New macro; include VERSION.m4 to define it.
76         (__BUG_REPORT_URL__): New macro; define it.
77
78 2014-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
79
80         Merge .hgignore from "master" branch to "legacy".
81
82         * .hgignore: New file.
83
84 2014-10-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
85
86         Import w32api-3.17 source code on "legacy" branch.
87
88         * w32api: New directory; use w32api-3.17-2 release as baseline for
89         import; once again, original CVS history is NOT preserved.
90
91 2014-10-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
92
93         Create "legacy" branch; import mingwrt-3.20 source code.
94
95         * mingwrt: New directory; use mingwrt-3.20-2 release as baseline
96         for import; original CVS history is NOT preserved.
97
98 2012-08-08  Earnie Boyd  <earnie@users.sourceforge.net>
99
100         * ChangeLog: New file.
101         * LICENSE: Ditto.
102         * README: Ditto.
103         * .gitignore: Ditto.