OSDN Git Service

Make <vptype.h> header effectively self-contained.
[mingw/mingw-org-wsl.git] / ChangeLog
1 2022-08-15  Keith Marshall  <keith@users.osdn.me>
2
3         Correct references in features configuration generator.
4
5         * var/features.lua: Replace all project name references to defunct
6         "MinGW.org" project name; refer to "MinGW.OSDN" instead.  Also correct
7         comments referring to configuration output; it is written to...
8         (io.stdout): ...this output stream, and not to...
9         (io.stderr): ...this.
10
11 2022-10-31  Keith Marshall  <keith@users.osdn.me>
12
13         Correct project name references in project-common files.
14
15         * LICENSE README aclocal.m4 configure.ac Makefile.comm Makefile.in:
16         Replace all references to defunct "MinGW.org" project name; refer to
17         "MinGW.OSDN" instead.
18
19 2021-04-12  Keith Marshall  <keith@users.osdn.me>
20
21         Increment version number following WSL-5.4.2 release.
22
23         * VERSION.m4 (__VERSION__): Increment it to 5.4.3
24
25 2021-04-11  Keith Marshall  <keith@users.osdn.me>
26
27         Prepare and publish MinGW.org WSL-5.4.2 release.
28
29         * All files (wsl-5.4.2-release): Tag assigned.
30
31 2020-08-07  Keith Marshall  <keith@users.osdn.me>
32
33         Increment version number following WSL-5.4.1 release.
34
35         * VERSION.m4 (__VERSION__): Increment it to 5.4.2
36
37 2020-07-23  Keith Marshall  <keith@users.osdn.me>
38
39         Prepare and publish MinGW.org WSL-5.4.1 release.
40
41         * All files (wsl-5.4.1-release): Tag assigned.
42
43 2020-07-18  Keith Marshall  <keith@users.osdn.me>
44
45         Adjust repository version following WSL-5.4 release.
46
47         * VERSION.m4 (__VERSION__): Increment it to 5.4.1
48
49 2020-07-08  Keith Marshall  <keith@users.osdn.me>
50
51         Prepare and publish MinGW.org WSL-5.4 release.
52
53         * All files (wsl-5.4-release): Tag assigned.
54
55 2020-07-07  Keith Marshall  <keith@users.osdn.me>
56
57         Switch to new 5.4-trunk development branch.
58
59         * VERSION.m4 (__VERSION__): Increment it to 5.4
60         * All files (5.4-trunk): Bookmark assigned.
61
62 2020-07-06  Keith Marshall  <keith@users.osdn.me>
63
64         Prepare and publish MinGW.org WSL-5.3.4 release.
65
66         * All files (wsl-5.3.4-release): Tag assigned.
67
68 2020-07-04  Keith Marshall  <keith@users.osdn.me>
69
70         Adjust repository version following WSL-5.3.3 release.
71
72         * VERSION.m4 (__VERSION__): Increment it to 5.3.4
73
74 2020-06-03  Keith Marshall  <keith@users.osdn.me>
75
76         Prepare and publish MinGW.org WSL-5.3.3 release.
77
78         * All files (wsl-5.3.3-release): Tag assigned.
79
80 2020-06-03  Keith Marshall  <keith@users.osdn.me>
81
82         Discard obsolete distribution files from subdirectories.
83
84         * Makefile.in (dist-subdirs): Add dependency on...
85         (dist-subdirs-discard-obsolete): ...this new rule; define it.
86
87 2020-06-03  Keith Marshall  <keith@users.osdn.me>
88
89         Revert 2020-05-27 changes relating to issue #40438.
90
91         * VERSION.m4 (LIBMINGWEX): Increment DLL age; this has the effect of
92         indicating restored backward compatibility with linmingwex-2.dll
93
94 2020-06-03  Keith Marshall  <keith@users.osdn.me>
95
96         Adjust repository version following WSL-5.3.2 release.
97
98         * VERSION.m4 (__VERSION__): Increment it to 5.3.3
99
100 2020-05-28  Keith Marshall  <keith@users.osdn.me>
101
102         Prepare and publish MinGW.org WSL-5.3.2 release.
103
104         * All files (wsl-5.3.2-release): Tag assigned.
105
106 2020-05-28  Keith Marshall  <keith@users.osdn.me>
107
108         Prepare empty dist directory when required.
109
110         * Makefile.in (dist-prepare): Delete goal; move its commands...
111         (dist): ...to here; remove dependency on defective "dist-prepare".
112
113 2020-05-27  Keith Marshall  <keith@users.osdn.me>
114
115         Fix libmingwex-n.dll dependencies; cf. Issue #40438.
116
117         * VERSION.m4 (LIBMINGWEX): Increment interface version to 3:0:0.
118
119 2020-05-26  Keith Marshall  <keith@users.osdn.me>
120
121         Adjust repository version following WSL-5.3.1 release.
122
123         * VERSION.m4 (__VERSION__): Increment it to 5.3.2
124
125 2020-04-30  Keith Marshall  <keith@users.osdn.me>
126
127         Prepare and publish MinGW.org WSL-5.3.1 release.
128
129         * All files (wsl-5.3.1-release): Tag assigned.
130
131 2020-03-05  Keith Marshall  <keith@users.osdn.me>
132
133         Adjust repository version following WSL-5.3 release.
134
135         * VERSION.m4 (__VERSION__): Increment it to 5.3.1
136
137 2020-03-05  Keith Marshall  <keith@users.osdn.me>
138
139         Prepare and publish MinGW.org WSL-5.3 release.
140
141         * All files (wsl-5.3-release): Tag assigned.
142
143 2020-01-13  Keith Marshall  <keith@users.osdn.me>
144
145         Adjust repository version following WSL-5.2.3 release.
146
147         * All files (5.3-trunk): New branch; create, and switch to it.
148         * VERSION.m4 (__VERSION__): Increment it to 5.3
149
150 2020-01-13  Keith Marshall  <keith@users.osdn.me>
151
152         Prepare and publish MinGW.org WSL-5.2.3 release.
153
154         * All files (wsl-5.2.3-release): Tag assigned.
155
156 2019-07-06  Keith Marshall  <keith@users.osdn.me>
157
158         Adjust repository version following WSL-5.2.2 release.
159
160         * VERSION.m4 (__VERSION__): Increment it to 5.2.3
161
162 2019-07-06  Keith Marshall  <keith@users.osdn.me>
163
164         Prepare and publish MinGW.org WSL-5.2.2 release.
165
166         * All files (wsl-5.2.2-release): Tag assigned.
167
168 2019-02-02  Keith Marshall  <keith@users.osdn.me>
169
170         Add build option for <features.h> sample distribution.
171
172         * configure.ac (lua): Add AC_PATH_PROG check; assign result to...
173         (LUA): ...this new AC_SUBST propagated macro definition.
174
175         * Makefile.in (dist): Add dependencies on...
176         (dist-prepare, dist-extra): ...these new goals; implement...
177         (dist-prepare): ...to initialize an empty staging directory, and...
178         (dist-extra): ...incorporate optional distributable components.
179         (features.stamp): New optional goal; selected by definition of...
180         (FEATURES): ...this user specified macro, nominally defined by...
181         (option, options): ...evaluation of command line assignment.
182         (features.lua, features.unsupported): New prerequisite goals.
183         (WSL_TMPDIR, FEATURES_H_INITIALIZE, FEATURES_CFG, LUA, LUACMD)
184         (TODAY, ISSUE): New supporting macros; define them.
185
186 2019-01-22  Keith Marshall  <keith@users.osdn.me>
187
188         Adjust repository version following WSL-5.2.1 release.
189
190         * VERSION.m4 (__VERSION__): Increment it to 5.2.2
191
192 2019-01-22  Keith Marshall  <keith@users.osdn.me>
193
194         Prepare and publish MinGW.org WSL-5.2.1 release.
195
196         * All files (wsl-5.2.1-release): Tag assigned.
197
198 2019-01-22  Keith Marshall  <keith@users.osdn.me>
199
200         Incorporate user-customized <features.h> configuration.
201
202         * Makefile.comm (_mingw.h): Add prerequisite dependency on...
203         (features.h): ...this; add rule to create a build-time stub, an empty
204         file, yielding the default fall-back configuration.
205
206         * var/features.lua: New direcctory/file; this implements the mingw-get
207         post-install action, which is required to integrate management of user
208         maintained <features.h> configuration alongside project updates.
209
210 2018-12-23  Keith Marshall  <keith@users.osdn.me>
211
212         Adjust repository version following WSL-5.2 release.
213
214         * VERSION.m4 (__VERSION__): Increment it to 5.2.1
215
216 2018-12-23  Keith Marshall  <keith@users.osdn.me>
217
218         Prepare and publish MinGW.org WSL-5.2 release.
219
220         * All files (wsl-5.2-release): Tag assigned.
221
222 2018-09-04  Keith Marshall  <keith@users.osdn.me>
223
224         Pre-empt default EXEEXT use before its determination.
225
226         * aclocal.m4 (MINGW_AC_NO_EXECUTABLES): Assign an initial assumed
227         $ac_exeext value of ".xyz"; it will be updated appropriately, when
228         an actual EXEEXT determination has been completed.
229
230 2018-09-03  Keith Marshall  <keith@users.osdn.me>
231
232         Adjust repository version following WSL-5.1.1 release.
233
234         * All files (5.2-trunk): New development branch; switch to it.
235         * VERSION.m4 (__VERSION__): Increment it to 5.2
236         (libmingwex.dll.a): Update ABI version identifier.
237
238 2018-09-03  Keith Marshall  <keith@users.osdn.me>
239
240         Prepare and publish MinGW.org WSL-5.1.1 release.
241
242         * All files (wsl-5.1.1-release): Tag assigned.
243
244 2018-07-13  Keith Marshall  <keith@users.osdn.me>
245
246         Advertise new canonical URI for source code repository.
247
248         * README (Important Notice): New section; identify new canonical
249         repository URIs; note obsolescence of old repositories.
250
251 2018-02-26  Keith Marshall  <keith@users.osdn.me>
252
253         Adjust repository version following WSL-5.1 release.
254
255         * VERSION.m4 (__VERSION__): Increment it to 5.1.1
256
257 2018-02-26  Keith Marshall  <keith@users.osdn.me>
258
259         Prepare and publish MinGW.org WSL-5.1 release.
260
261         * All files (wsl-5.1-release): Tag assigned.
262         * VERSION.m4 (libmingwex.dll.a): Update ABI version identifier.
263
264 2017-12-06  Keith Marshall  <keith@users.osdn.me>
265
266         Adjust repository version following WSL-5.0.2 release.
267
268         * VERSION.m4 (__VERSION__): Increment it to 5.1; no further patch
269         releases are anticipated for development on the 5.0 branch, hence...
270         * All files (5.1-trunk): ...assign new development branch name.
271
272 2017-12-06  Keith Marshall  <keith@users.osdn.me>
273
274         Prepare and publish MinGW.org WSL-5.0.2 release.
275
276         * All files (wsl-5.0.2-release): Tag assigned.
277
278 2017-07-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
279
280         MinGW.org WSL-5.0.1 released; update repository version.
281
282         * VERSION.m4 (__VERSION__): Increment it to 5.0.2, anticipating a
283         further possible patch release prior to WSL-5.1
284
285 2017-07-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
286
287         Prepare and tag for release of MinGW.org WSL-5.0.1
288
289         * All files (wsl-5.0.1-release): Tag assigned.
290
291 2017-03-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
292
293         Refactor mingwrt and w32api common makefile content.
294
295         * Makefile.comm: New file.
296         (COMMON_MAKEFILE): New macro; define it to identify this file.
297         (%-srcdist-common-files): New generic build rule; implement it.
298         (configure, config.status, Makefile, config.status.missing, _mingw.h)
299         (w32api.h, PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): Reproduce
300         the original common content, which has been factored out from...
301         * mingwrt/Makefile.in w32api/Makefile.in: ...here.
302
303 2017-03-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
304
305         MinGW.org WSL-5.0 released; update repository version.
306
307         * VERSION.m4 (__VERSION__): Increment it to 5.0.1, anticipating a
308         possible patch release prior to WSL-5.1
309
310 2017-03-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
311
312         Prepare and tag for release of MinGW.org WSL-5.0
313
314         * All files (wsl-5.0-release): Tag assigned.
315
316 2017-02-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
317
318         Extend basic test suite infrastructure to w32api.
319
320         * Makefile.in (check test tests): New rules; all are synonymous.
321         (check-recursive): New rule; invoked by each of the preceding three
322         synonyms, applying the common effect in nominated subdirectories.
323
324 2016-10-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
325
326         Make package installation prefix consistent throughout.
327
328         * configure.ac (AC_PREFIX_DEFAULT): Assign it; match it to...
329         * mingwrt/configure.ac w32api/configure.ac: ...these.
330
331 2016-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
332
333         Update install-sh to match mingw.org/build-aux package.
334
335         * install-sh: New file; copied from build-aux package, it replaces...
336         * mingwrt/install-sh w32api/install-sh: ...both of these.
337
338 2016-07-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
339
340         Eliminate redundant configuration files.
341
342         * .gitignore .hgignore (mingwrt/aclocal.m4, mingwrt/VERSION.m4)
343         (w32api/aclocal.m4, w32api/VERSION.m4): Remove from SCM control.
344
345 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
346
347         Support 'install-strip' as a universal make goal.
348
349         * Makefile.in (install-strip): New goal; it is a dependency of...
350         (subdirs): ...this subsidiary package directory collection.
351
352 2016-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
353
354         Integrate mingwrt and w32api build; synchronize versions.
355
356         * configure.ac Makefile.in: New files.
357
358         * VERSION.m4: New file; link it, to create and maintain an identical
359         copy of it, in each of the mingwrt and w32api sub-package directories.
360         (__VERSION__): New macro; define and initialize it, in preparation
361         for forthcoming integrated version 5.0 release.
362
363         * aclocal.m4: New file; link it, to make it an identical copy of
364         each identically named file, in each of the sub-package directories.
365         (__VERSION__): New macro; include VERSION.m4 to define it.
366         (__BUG_REPORT_URL__): New macro; define it.
367
368 2014-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
369
370         Merge .hgignore from "master" branch to "legacy".
371
372         * .hgignore: New file.
373
374 2014-10-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
375
376         Import w32api-3.17 source code on "legacy" branch.
377
378         * w32api: New directory; use w32api-3.17-2 release as baseline for
379         import; once again, original CVS history is NOT preserved.
380
381 2014-10-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
382
383         Create "legacy" branch; import mingwrt-3.20 source code.
384
385         * mingwrt: New directory; use mingwrt-3.20-2 release as baseline
386         for import; original CVS history is NOT preserved.
387
388 2012-08-08  Earnie Boyd  <earnie@users.sourceforge.net>
389
390         * ChangeLog: New file.
391         * LICENSE: Ditto.
392         * README: Ditto.
393         * .gitignore: Ditto.