OSDN Git Service

Prepare and publish MinGW.org WSL-5.2.2 release.
[mingw/mingw-org-wsl.git] / ChangeLog
1 2019-07-06  Keith Marshall  <keith@users.osdn.me>
2
3         Prepare and publish MinGW.org WSL-5.2.2 release.
4
5         * All files (wsl-5.2.2-release): Tag assigned.
6
7 2019-02-02  Keith Marshall  <keith@users.osdn.me>
8
9         Add build option for <features.h> sample distribution.
10
11         * configure.ac (lua): Add AC_PATH_PROG check; assign result to...
12         (LUA): ...this new AC_SUBST propagated macro definition.
13
14         * Makefile.in (dist): Add dependencies on...
15         (dist-prepare, dist-extra): ...these new goals; implement...
16         (dist-prepare): ...to initialize an empty staging directory, and...
17         (dist-extra): ...incorporate optional distributable components.
18         (features.stamp): New optional goal; selected by definition of...
19         (FEATURES): ...this user specified macro, nominally defined by...
20         (option, options): ...evaluation of command line assignment.
21         (features.lua, features.unsupported): New prerequisite goals.
22         (WSL_TMPDIR, FEATURES_H_INITIALIZE, FEATURES_CFG, LUA, LUACMD)
23         (TODAY, ISSUE): New supporting macros; define them.
24
25 2019-01-22  Keith Marshall  <keith@users.osdn.me>
26
27         Adjust repository version following WSL-5.2.1 release.
28
29         * VERSION.m4 (__VERSION__): Increment it to 5.2.2
30
31 2019-01-22  Keith Marshall  <keith@users.osdn.me>
32
33         Prepare and publish MinGW.org WSL-5.2.1 release.
34
35         * All files (wsl-5.2.1-release): Tag assigned.
36
37 2019-01-22  Keith Marshall  <keith@users.osdn.me>
38
39         Incorporate user-customized <features.h> configuration.
40
41         * Makefile.comm (_mingw.h): Add prerequisite dependency on...
42         (features.h): ...this; add rule to create a build-time stub, an empty
43         file, yielding the default fall-back configuration.
44
45         * var/features.lua: New direcctory/file; this implements the mingw-get
46         post-install action, which is required to integrate management of user
47         maintained <features.h> configuration alongside project updates.
48
49 2018-12-23  Keith Marshall  <keith@users.osdn.me>
50
51         Adjust repository version following WSL-5.2 release.
52
53         * VERSION.m4 (__VERSION__): Increment it to 5.2.1
54
55 2018-12-23  Keith Marshall  <keith@users.osdn.me>
56
57         Prepare and publish MinGW.org WSL-5.2 release.
58
59         * All files (wsl-5.2-release): Tag assigned.
60
61 2018-09-04  Keith Marshall  <keith@users.osdn.me>
62
63         Pre-empt default EXEEXT use before its determination.
64
65         * aclocal.m4 (MINGW_AC_NO_EXECUTABLES): Assign an initial assumed
66         $ac_exeext value of ".xyz"; it will be updated appropriately, when
67         an actual EXEEXT determination has been completed.
68
69 2018-09-03  Keith Marshall  <keith@users.osdn.me>
70
71         Adjust repository version following WSL-5.1.1 release.
72
73         * All files (5.2-trunk): New development branch; switch to it.
74         * VERSION.m4 (__VERSION__): Increment it to 5.2
75         (libmingwex.dll.a): Update ABI version identifier.
76
77 2018-09-03  Keith Marshall  <keith@users.osdn.me>
78
79         Prepare and publish MinGW.org WSL-5.1.1 release.
80
81         * All files (wsl-5.1.1-release): Tag assigned.
82
83 2018-07-13  Keith Marshall  <keith@users.osdn.me>
84
85         Advertise new canonical URI for source code repository.
86
87         * README (Important Notice): New section; identify new canonical
88         repository URIs; note obsolescence of old repositories.
89
90 2018-02-26  Keith Marshall  <keith@users.osdn.me>
91
92         Adjust repository version following WSL-5.1 release.
93
94         * VERSION.m4 (__VERSION__): Increment it to 5.1.1
95
96 2018-02-26  Keith Marshall  <keith@users.osdn.me>
97
98         Prepare and publish MinGW.org WSL-5.1 release.
99
100         * All files (wsl-5.1-release): Tag assigned.
101         * VERSION.m4 (libmingwex.dll.a): Update ABI version identifier.
102
103 2017-12-06  Keith Marshall  <keith@users.osdn.me>
104
105         Adjust repository version following WSL-5.0.2 release.
106
107         * VERSION.m4 (__VERSION__): Increment it to 5.1; no further patch
108         releases are anticipated for development on the 5.0 branch, hence...
109         * All files (5.1-trunk): ...assign new development branch name.
110
111 2017-12-06  Keith Marshall  <keith@users.osdn.me>
112
113         Prepare and publish MinGW.org WSL-5.0.2 release.
114
115         * All files (wsl-5.0.2-release): Tag assigned.
116
117 2017-07-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
118
119         MinGW.org WSL-5.0.1 released; update repository version.
120
121         * VERSION.m4 (__VERSION__): Increment it to 5.0.2, anticipating a
122         further possible patch release prior to WSL-5.1
123
124 2017-07-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
125
126         Prepare and tag for release of MinGW.org WSL-5.0.1
127
128         * All files (wsl-5.0.1-release): Tag assigned.
129
130 2017-03-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
131
132         Refactor mingwrt and w32api common makefile content.
133
134         * Makefile.comm: New file.
135         (COMMON_MAKEFILE): New macro; define it to identify this file.
136         (%-srcdist-common-files): New generic build rule; implement it.
137         (configure, config.status, Makefile, config.status.missing, _mingw.h)
138         (w32api.h, PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): Reproduce
139         the original common content, which has been factored out from...
140         * mingwrt/Makefile.in w32api/Makefile.in: ...here.
141
142 2017-03-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
143
144         MinGW.org WSL-5.0 released; update repository version.
145
146         * VERSION.m4 (__VERSION__): Increment it to 5.0.1, anticipating a
147         possible patch release prior to WSL-5.1
148
149 2017-03-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
150
151         Prepare and tag for release of MinGW.org WSL-5.0
152
153         * All files (wsl-5.0-release): Tag assigned.
154
155 2017-02-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
156
157         Extend basic test suite infrastructure to w32api.
158
159         * Makefile.in (check test tests): New rules; all are synonymous.
160         (check-recursive): New rule; invoked by each of the preceding three
161         synonyms, applying the common effect in nominated subdirectories.
162
163 2016-10-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
164
165         Make package installation prefix consistent throughout.
166
167         * configure.ac (AC_PREFIX_DEFAULT): Assign it; match it to...
168         * mingwrt/configure.ac w32api/configure.ac: ...these.
169
170 2016-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
171
172         Update install-sh to match mingw.org/build-aux package.
173
174         * install-sh: New file; copied from build-aux package, it replaces...
175         * mingwrt/install-sh w32api/install-sh: ...both of these.
176
177 2016-07-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
178
179         Eliminate redundant configuration files.
180
181         * .gitignore .hgignore (mingwrt/aclocal.m4, mingwrt/VERSION.m4)
182         (w32api/aclocal.m4, w32api/VERSION.m4): Remove from SCM control.
183
184 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
185
186         Support 'install-strip' as a universal make goal.
187
188         * Makefile.in (install-strip): New goal; it is a dependency of...
189         (subdirs): ...this subsidiary package directory collection.
190
191 2016-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
192
193         Integrate mingwrt and w32api build; synchronize versions.
194
195         * configure.ac Makefile.in: New files.
196
197         * VERSION.m4: New file; link it, to create and maintain an identical
198         copy of it, in each of the mingwrt and w32api sub-package directories.
199         (__VERSION__): New macro; define and initialize it, in preparation
200         for forthcoming integrated version 5.0 release.
201
202         * aclocal.m4: New file; link it, to make it an identical copy of
203         each identically named file, in each of the sub-package directories.
204         (__VERSION__): New macro; include VERSION.m4 to define it.
205         (__BUG_REPORT_URL__): New macro; define it.
206
207 2014-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
208
209         Merge .hgignore from "master" branch to "legacy".
210
211         * .hgignore: New file.
212
213 2014-10-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
214
215         Import w32api-3.17 source code on "legacy" branch.
216
217         * w32api: New directory; use w32api-3.17-2 release as baseline for
218         import; once again, original CVS history is NOT preserved.
219
220 2014-10-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
221
222         Create "legacy" branch; import mingwrt-3.20 source code.
223
224         * mingwrt: New directory; use mingwrt-3.20-2 release as baseline
225         for import; original CVS history is NOT preserved.
226
227 2012-08-08  Earnie Boyd  <earnie@users.sourceforge.net>
228
229         * ChangeLog: New file.
230         * LICENSE: Ditto.
231         * README: Ditto.
232         * .gitignore: Ditto.