OSDN Git Service

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