OSDN Git Service

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