OSDN Git Service

Add less, diffutils, tar, gzip, bzip2 and xz (lzma) to msys-base.
[mingw/mingw-dist.git] / ChangeLog
1 2010-07-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2
3         * mingw32/mingw32-make.xml: Update for 3.82 release.
4
5 2010-07-29  Cesar Strauss  <cestrauss@gmail.com>
6
7         * msys/msys-gcc.xml: Use correct attribute in component tag.
8
9 2010-07-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
10
11         Add less, diffutils, tar, gzip, bzip2 and xz (lzma) to msys-base.
12
13         * msys/msys-package-list.xml: Expose manifest references for...
14         (msys-less, msys-diffutils, msys-tar, msys-gzip, msys-bzip2):
15         (msys-xz): ...these packages.
16
17         * msys/msys-base.xml (msys-base): Add dependencies...
18         (msys-less-bin, msys-diffutils-bin, msys-tar-bin, msys-gzip-bin):
19         (msys-bzip2-bin, msys-xz-bin): ...on these.
20
21         * msys/msys-less.xml msys/msys-diffutils msys/msys-gzip.xml:
22         * msys/msys-bzip2.xml msys/msys-xz.xml: Clean up formatting; reduce to
23         deliver only latest versions of all package components.
24
25         * msys/msys-tar.xml: Clean up formatting; reduce to deliver only
26         latest versions of all package components; add missing dependencies...
27         (msys-gzip-bin, msys-bzip2-bin, msys-xz-bin): ...on these.
28
29         * msys/issue.log: Updated.
30
31 2010-07-27  Charles Wilson  <mingw@cwilson.fastmail.fm>
32
33         * msys/msys-core.xml (msys-core-bin): Require -lic and -doc cpts.
34         * msys/msys-gettext.xml: Reduce to deliver only latest version of all
35         package components; make all versioned -dll refs release specific.
36         * msys/msys-regex.xml msys/msys-termcap.xml: Make all versioned -dll
37         refs release specific.
38
39 2010-07-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
40
41         Add grep, sed, awk and extended msys-core to msys-base.
42
43         * msys/msys-package-list.xml: Expose manifest references for...
44         (msys-gawk, msys-grep, msys-sed): ...these packages.
45
46         * msys/msys-base.xml (msys-base): Declare dependencies on...
47         (msys-core-ext, msys-gawk, msys-grep, msys-sed): ...these.
48
49         * msys/msys-core.xml (msys-core-ext): Expose dependencies on...
50         (msys-gawk, msys-grep, msys-sed): ...these.
51
52         * msys/msys-gawk.xml msys/msys-grep.xml msys/msys-sed.xml: Adjust
53         formatting; reduce to deliver only latest version of each component.
54
55         * msys/issue.log: Update for revised publication status.
56
57 2010-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
58
59         Prepare manifests for "msys-tiny" publication; compress and upload.
60
61         * common: New directory.
62         * common/package-list.xml: New file.
63         * common/issue.log: New file; replicate it from...
64         * issue.log.in: ...this.
65
66         * mingw32/mingw32-base.xml: Factor out package lists; move to...
67         * mingw32/mingw32-package-list.xml: ...this new file.
68
69         * msys/msys-package-list.xml: Comment out sub-packages which are not
70         yet ready for publication.
71
72         * msys/msys-base.xml: New file; created from prototype provided by
73         Charles Wilson, with minor format adjustments, defining...
74         (msys-base): ...this new meta-package; reduce it to a single release
75         version, omitting deferred prerequisites; initially it matches...
76         (msys-tiny): ...this new meta package; declare its prerequisites.
77
78         * msys/msys-bash.xml msys/msys-coreutils.xml msys/msys-core.xml:
79         * msys/msys-gettext.xml msys/msys-libiconv.xml msys/msys-regex.xml:
80         * msys/msys-termcap.xml: Minor format adjustments; reduce to single
81         deliverable version for each constituent sub-package.
82
83         * mingw32/issue.log msys/issue.log: Update for publication status.
84
85 2010-07-11  Charles Wilson  <mingw@cwilson.fastmail.fm>
86
87         * msys/*.xml: Add vim modeline to all files.
88         * mingw32/*.xml: Add vim modeline to all files.
89         * mingw32/mingw32-binutils: Retabify.
90         * mingw32/mingw32-gdb: Retabify.
91         * mingw32/mingw32-runtime: Retabify.
92         * mingw32/mingw32-base: Retabify.
93
94 2010-06-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
95
96         * mingw32/mingw32-make.xml: Updated for the 3.81.90-20100618-1 release.
97
98 2010-06-16  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
99
100         * mingw32/mingw32-binutils.xml: Updated for the 2.20.51-1 release.
101
102 2010-06-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
103
104         Fix Makefile.comm bug reported by Chris Sutcliffe.
105
106         * Makefile.in: Itemise standard sub-make goals as top-level defaults.
107
108         * Makefile.com.in (Makefile.sub): Use double quotes in preference to
109         single, to avoid shell portability issue with quoted escapes.
110         (serial_number): Replace use of unintentionally undefined macro...
111         (issue_number): ...with this defined one.
112
113 2010-05-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
114
115         Initial import of mingw-dist module.
116
117         * $CVSROOT/mingw-dist: New CVS module directory.
118         * mingw32, msys: New subdirectories; created by import.
119
120         * COPYING, ChangeLog, configure.ac, .cvsignore: New files.
121         * Makefile.in, Makefile.comm.in, Makefile.stub.in: New files.
122
123         * issue.log.in: New file; use it as template, to initialise...
124
125         * mingw32/issue.log, msys/issue.log: ...these new files.