OSDN Git Service

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