OSDN Git Service

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