OSDN Git Service

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