OSDN Git Service

Update & publish msys-{crypt,gdbm,lndir,minires,mktemp,perl}
[mingw/mingw-dist.git] / ChangeLog
1 2010-09-05  Charles Wilson  <mingw@cwilson.fastmail.fm>
2
3         Update & publish msys-{crypt,gdbm,lndir,minires,mktemp,perl}
4
5         * msys/msys-crypt.xml: Clean up formatting; reduce to deliver only the
6         latest available release; move versioned DLL requirements specs inside
7         the dependent release entity recent release of all components; ensure
8         -dev component requires -dll; generate and publish
9         msys-crypt.xml.lzma.
10         * msys/msys-gdbm.xml: Ditto (generate and publish msys-gdbm.xml.lzma).
11         * msys/msys-minires.xml: Ditto (generate and publish
12         msys-minires.xml.lzma).
13         * msys/msys-lndir.xml: Clean up formatting; reduce to deliver only the
14         latest available release; generate and publish msys-lndir.xml.lzma).
15         * msys/msys-mktemp.xml: Ditto (generate and publish
16         msys-mktemp.xml.lzma).
17         * msys/msys-perl.xml: Clean up formatting; reduce to deliver only the
18         latest available release; move versioned DLL requirements specs inside
19         the dependent release entity recent release of all components;
20         generate and publish msys-perl.xml.lzma).
21
22         * msys/msys-package-list.xml (msys-crypt): Make it visible.
23         (msys-gdbm): Ditto.
24         (msys-lndir): Ditto.
25         (msys-minires): Ditto.
26         (msys-mktemp): Ditto.
27         (msys-perl): Ditto.
28         Regenerate and publish msys-package-list.xml.lzma
29
30         * msys/issue.log: Updated accordingly.
31
32 2010-07-29  Cesar Strauss  <cestrauss@gmail.com>
33
34         * msys/msys-gcc.xml (msys-gcc-bin): Add missing dependency ...
35         (msys-core-dev): ... on this.
36
37 2010-09-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
38
39         Update build system to facilitate publication state synchronisation.
40
41         * configure.ac (AC_PROG_LN_S): Add macro reference.
42         (mingw_ac_subdirs): Add `common' subdirectory reference.
43         (Makefile.sync): New AC_OUTPUT target; add it.
44
45         * Makefile.in (all): New default goal; define it, replacing...
46         (all-distfiles): ...this; retain as a dependent synonym for `all'.
47         (all-sync, all-sync-to-cvs, all-sync-offline): New alternative goals;
48         define them, as further dependent synonyms for `all'.
49         (update): Defunct goal; delete it.
50
51         * Makefile.comm.in (LN_S): New macro; define from AC_PROG_LN_S.
52         (unpublished, all-sync-online): New primary targets.
53         (all-sync, all-sync-to-cvs): New primary targets, mutually aliased.
54         (cvsroot, repository): New internal use macros; define them.
55         (all-sync-begin, all-sync-offline-begin, all-sync-to-cvs-begin):
56         (all-sync-to-cvs-or-offline): New internal targets.
57         (all): Remove prerequisite `update'; add `all-sync'.
58         (all-distfiles): Add prerequisite `unpublished'.
59         (update): Defunct target; delete it.
60
61         * Makefile.sync.in: New file; it defines the recursive make actions
62         required to perform the issue.log --> *.xml.lzma synchronisation.
63
64 2010-09-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
65
66         Add free-standing manifest for msys-flex.
67
68         * msys/msys-flex.xml (msys-flex-bin): Add missing dependency...
69         (msys-m4-bin): ...on this.
70         Clean up formatting; reduce to deliver only the latest available
71         release; move versioned DLL requirements specs inside the dependent
72         release entity; generate and publish msys-flex.xml.lzma
73
74         * msys/msys-package-list.xml (msys-flex): Make it visible.
75         Regenerate and publish msys-package-list.xml.lzma
76
77         * msys/issue.log: Updated accordingly.
78
79 2010-08-31  Charles Wilson  <mingw@cwilson.fastmail.fm>
80
81         Add manifests needed for gcc4
82
83         * mingw32/mingw32-gcc4.xml: New file.
84         * mingw32/mingw32-mpc.xml: New file.
85         * mingw32/mingw32-mpfr.xml: New file.
86         * mingw32/mingw32-pthreads-w32.xml: New file.
87         * mingw32/mingw32-base.xml: Remove gcc3 elements.
88         (mingw32-base): New package installs gcc (and prereqs), mingw32-make,
89         and gdb.
90         * mingw32/mingw32-gmp.xml: Reformat to new standard.
91         * mingw32/mingw32-package-list.xml (mingw32-gcc3, mingw32-gcc4):
92         (mingw32-mpc, mingw32-mpfr, mingw32-gmp, mingw32-pthreads-w32): Expose
93         declarations for package lists.
94
95 2010-08-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
96
97         Add manifest specific to GCC v3.
98
99         * mingw32/mingw32-gcc3.xml: New file.
100
101 2010-08-20  Charles Wilson  <mingw@cwilson.fastmail.fm>
102
103         Correct a few typos in various manifests.
104
105         * msys/msys-gdbm.xml: Correct package name for msys-libgdbm.
106
107         * msys/msys-guile.xml: Remove references to old versions. Use
108         correct name for DLL's msys-libguile-rtm requirement. Move versioned
109         DLL requirements inside release entity.
110
111         * mingw32/mingw32-autoconf.xml: Remove non-existant wrapper -doc
112         package.
113
114         * mingw32/mingw32-automake.xml: Remove non-existant wrapper -doc
115         package.
116
117         * mingw32/mingw32-libarchive.xml: Use correct compression extension
118         for packages. Use correct package name for requirements (zlib and
119         bzip2 -dev and -dll packages).
120
121         * mingw32/mingw32-popt.xml (msys-libpopt-dll): Invalid dependency on...
122         (mingw32-libintl-%-mingw32-%-dll-8.tar): ...this; it should have been on...
123         (mingw32-libintl-*-mingw32-*-dll-8.tar): ...this; corrected.
124
125         * mingw32/mingw32-xz.xml: Use correct package name for -dll and -dev
126         packages (was xz-; should be liblzma-).
127
128 2010-08-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
129
130         Add free-standing msys-expat, msys-m4, msys-patch and msys-vim.
131
132         * msys/msys-expat.xml: Clean up formatting; generate and publish
133         .lzma file.
134
135         * msys/msys-m4.xml msys/msys-patch.xml msys/msys-vim.xml: Clean up
136         formatting; reduce to deliver only latest release for each component
137         package; generate and publish .lzma files.
138
139         * msys/msys-package-list.xml (msys-expat, msys-m4, msys-patch):
140         (msys-vim): Expose declarations for package lists; regenerate and
141         publish updated .lzma file.
142
143         * msys/issue.log: Updated.
144
145 2010-08-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
146
147         Add make, file, texinfo and dos2unix (cygutils) to msys-base.
148
149         * msys/msys-popt.xml (msys-libpopt-dll): Invalid dependency on...
150         (msys-libintl-%-msys-%-dll-8.tar): ...this; it should have been on...
151         (msys-libintl-*-msys-*-dll-8.tar): ...this; corrected.
152
153         * msys/msys-make.xml msys/msys-file.xml msys/msys-texinfo.xml:
154         * msys/msys-cygutils.xml msys/msys-popt.xml msys/msys-zlib.xml:
155         Clean up formatting; reduce to deliver only latest release for each
156         component package; generate and publish .lzma files.
157
158         * msys/msys-package-list.xml (msys-cygutils, msys-popt, msys-make):
159         (msys-file, msys-texinfo, msys-zlib): Expose declarations for package
160         lists; regenerate and publish updated .lzma file.
161
162         * msys/msys-base.xml (msys-base): Add dependency declarations for...
163         (msys-cygutils-dos2unix-*-msys-*-bin.tar, msys-make-*-msys-*-bin.tar):
164         (msys-file-*-msys-*-bin.tar, msys-texinfo-*-msys-*-bin.tar): ...these.
165
166         * msys/issue.log: Updated.
167
168 2010-08-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
169
170         Add findutils to msys-base.
171
172         * msys/msys-findutils.xml: Clean up formatting; reduce to deliver
173         only the latest available release for each component package.
174         (msys-locate): Add note to package description, advising of need for
175         manual selection for package installation; (not in msys-base).
176         Generate and publish .lzma file.
177
178         * msys/msys-package-list.xml (msys-findutils): Expose package list
179         declaration; regenerate and publish .lzma file.
180
181         * msys/msys-base.xml (msys-base): Add requirement declaration for...
182         (findutils-*-msys-*-bin.tar): ...this.
183         Regenerate and publish .lzma file.
184
185         * msys/issue.log: Updated accordingly.
186
187 2010-08-05  Keith Marshall  <keithmarshall@users.sourceforge.net>
188
189         * msys/msys-core.xml msys/msys-gettext.xml msys/msys-regex.xml:
190         * msys/msys-bzip2.xml msys/msys-less.xml msys/msys-xz.xml: Regenerate
191         and publish derived .lzma files, to capture Charles Wilson's updates
192         dated 2010-07-27 and 2010-08-05.
193
194         * msys/issue.log: Updated accordingly.
195
196 2010-08-05  Charles Wilson  <mingw@cwilson.fastmail.fm>
197
198         * msys/msys-bzip2.xml msys/msys-less.xml msys/msys-xz.xml: Make all
199         versioned -dll requirements specifications release specific.
200
201 2010-07-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
202
203         * mingw32/mingw32-make.xml: Update for 3.82 release.
204
205 2010-07-29  Cesar Strauss  <cestrauss@gmail.com>
206
207         * msys/msys-gcc.xml: Use correct attribute in component tag.
208
209 2010-07-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
210
211         Add less, diffutils, tar, gzip, bzip2 and xz (lzma) to msys-base.
212
213         * msys/msys-package-list.xml: Expose manifest references for...
214         (msys-less, msys-diffutils, msys-tar, msys-gzip, msys-bzip2):
215         (msys-xz): ...these packages.
216
217         * msys/msys-base.xml (msys-base): Add dependencies...
218         (msys-less-bin, msys-diffutils-bin, msys-tar-bin, msys-gzip-bin):
219         (msys-bzip2-bin, msys-xz-bin): ...on these.
220
221         * msys/msys-less.xml msys/msys-diffutils msys/msys-gzip.xml:
222         * msys/msys-bzip2.xml msys/msys-xz.xml: Clean up formatting; reduce to
223         deliver only latest versions of all package components.
224
225         * msys/msys-tar.xml: Clean up formatting; reduce to deliver only
226         latest versions of all package components; add missing dependencies...
227         (msys-gzip-bin, msys-bzip2-bin, msys-xz-bin): ...on these.
228
229         * msys/issue.log: Updated.
230
231 2010-07-27  Charles Wilson  <mingw@cwilson.fastmail.fm>
232
233         * msys/msys-core.xml (msys-core-bin): Require -lic and -doc cpts.
234         * msys/msys-gettext.xml: Reduce to deliver only latest version of all
235         package components; make all versioned -dll refs release specific.
236         * msys/msys-regex.xml msys/msys-termcap.xml: Make all versioned -dll
237         refs release specific.
238
239 2010-07-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
240
241         Add grep, sed, awk and extended msys-core to msys-base.
242
243         * msys/msys-package-list.xml: Expose manifest references for...
244         (msys-gawk, msys-grep, msys-sed): ...these packages.
245
246         * msys/msys-base.xml (msys-base): Declare dependencies on...
247         (msys-core-ext, msys-gawk, msys-grep, msys-sed): ...these.
248
249         * msys/msys-core.xml (msys-core-ext): Expose dependencies on...
250         (msys-gawk, msys-grep, msys-sed): ...these.
251
252         * msys/msys-gawk.xml msys/msys-grep.xml msys/msys-sed.xml: Adjust
253         formatting; reduce to deliver only latest version of each component.
254
255         * msys/issue.log: Update for revised publication status.
256
257 2010-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
258
259         Prepare manifests for "msys-tiny" publication; compress and upload.
260
261         * common: New directory.
262         * common/package-list.xml: New file.
263         * common/issue.log: New file; replicate it from...
264         * issue.log.in: ...this.
265
266         * mingw32/mingw32-base.xml: Factor out package lists; move to...
267         * mingw32/mingw32-package-list.xml: ...this new file.
268
269         * msys/msys-package-list.xml: Comment out sub-packages which are not
270         yet ready for publication.
271
272         * msys/msys-base.xml: New file; created from prototype provided by
273         Charles Wilson, with minor format adjustments, defining...
274         (msys-base): ...this new meta-package; reduce it to a single release
275         version, omitting deferred prerequisites; initially it matches...
276         (msys-tiny): ...this new meta package; declare its prerequisites.
277
278         * msys/msys-bash.xml msys/msys-coreutils.xml msys/msys-core.xml:
279         * msys/msys-gettext.xml msys/msys-libiconv.xml msys/msys-regex.xml:
280         * msys/msys-termcap.xml: Minor format adjustments; reduce to single
281         deliverable version for each constituent sub-package.
282
283         * mingw32/issue.log msys/issue.log: Update for publication status.
284
285 2010-07-11  Charles Wilson  <mingw@cwilson.fastmail.fm>
286
287         * msys/*.xml: Add vim modeline to all files.
288         * mingw32/*.xml: Add vim modeline to all files.
289         * mingw32/mingw32-binutils: Retabify.
290         * mingw32/mingw32-gdb: Retabify.
291         * mingw32/mingw32-runtime: Retabify.
292         * mingw32/mingw32-base: Retabify.
293
294 2010-06-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
295
296         * mingw32/mingw32-make.xml: Updated for the 3.81.90-20100618-1 release.
297
298 2010-06-16  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
299
300         * mingw32/mingw32-binutils.xml: Updated for the 2.20.51-1 release.
301
302 2010-06-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
303
304         Fix Makefile.comm bug reported by Chris Sutcliffe.
305
306         * Makefile.in: Itemise standard sub-make goals as top-level defaults.
307
308         * Makefile.com.in (Makefile.sub): Use double quotes in preference to
309         single, to avoid shell portability issue with quoted escapes.
310         (serial_number): Replace use of unintentionally undefined macro...
311         (issue_number): ...with this defined one.
312
313 2010-05-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
314
315         Initial import of mingw-dist module.
316
317         * $CVSROOT/mingw-dist: New CVS module directory.
318         * mingw32, msys: New subdirectories; created by import.
319
320         * COPYING, ChangeLog, configure.ac, .cvsignore: New files.
321         * Makefile.in, Makefile.comm.in, Makefile.stub.in: New files.
322
323         * issue.log.in: New file; use it as template, to initialise...
324
325         * mingw32/issue.log, msys/issue.log: ...these new files.