OSDN Git Service

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