OSDN Git Service

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