OSDN Git Service

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