OSDN Git Service

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