OSDN Git Service

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