OSDN Git Service

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