OSDN Git Service

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