OSDN Git Service

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