OSDN Git Service

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