OSDN Git Service

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