OSDN Git Service

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