OSDN Git Service

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