OSDN Git Service

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