* gcc_release: Correct upload handling.
[gcc.git] / maintainer-scripts / ChangeLog
1 2002-05-08 Mark Mitchell <mark@codesourcery.com>
2
3 * gcc_release: Correct upload handling.
4
5 2002-04-22 Mark Mitchell <mark@codesourcery.com>
6
7 * gcc_release (build_diffs): Remove reference to Chill.
8
9 2002-04-21 Joseph S. Myers <jsm28@cam.ac.uk>
10
11 * update_web_docs (MANUALS): Remove chill. Add gnat_rm.
12
13 2002-04-19 Kelley R. Cook (kelly.r.cook@gm.com)
14
15 * gcc_release: Set TZ to UTC0.
16
17 2002-04-15 Mark Mitchell <mark@codesourcery.com>
18
19 * gcc_release (build_tarfiles): Do not build Chill tarfiles.
20 (CHILL_DIRS): Remove.
21
22 2002-03-10 Joseph S. Myers <jsm28@cam.ac.uk>
23
24 * gcc_release: Build diffs for ada and chill. Make "bzip2" a new
25 major mode.
26
27 2002-03-06 Phil Edwards <pme@gcc.gnu.org>
28
29 * update_version: Don't indent the version string.
30
31 2002-03-05 Joseph S. Myers <jsm28@cam.ac.uk>
32
33 * snapshot-README: Note that snapshots come from the 3.1 branch.
34 Update list of files.
35
36 2002-03-03 Joseph S. Myers <jsm28@cam.ac.uk>
37
38 * gcc_release: Make snapshots come from the 3.1 branch.
39
40 2002-02-25 Mark Mitchell <mark@codesourcery.com>
41
42 * update_version: Automatically update version files on all
43 branches.
44 * crontab: Only invoke update_version once.
45
46 2002-02-23 Joseph S. Myers <jsm28@cam.ac.uk>
47
48 * gcc_release: Revert change to -p interface. Allow for local and
49 remote cases in creating directories. Give an error if -p
50 argument names a directory.
51
52 2002-02-21 Mark Mitchell <mark@codesourcery.com>
53
54 * gcc_release: Correct handling of diff-generation. Add
55 "diffs" major mode.
56
57 2002-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
58
59 * gcc_release: Substitute dates in snapshot-README and
60 snapshot-index.html files rather than directly using the old files
61 on the FTP site. Set QMAILHOST.
62
63 2002-02-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
64
65 * snapshot-index.html: Improve markup.
66
67 2002-01-29 Joseph S. Myers <jsm28@cam.ac.uk>
68
69 * snapshot-README, snapshot-index.html: Use expressions such as
70 @DATE@ rather than hardcoded dates.
71
72 * snapshot-README, snapshot-index.html: New files.
73
74 2002-01-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
75
76 * update_web_docs (contrib_file): Remove.
77 Also removing special handling of thanks.html.
78
79 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
80
81 * update_web_docs: Use makeinfo --html instead of texi2html.
82 Remove support for pre-3.1 GCC versions. Build online docs for
83 gccint manual.
84
85 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
86
87 * update_web_docs_old: Copy from update_web_docs. Add comment
88 that this is for GCC 3.0.x and earlier versions.
89
90 2001-11-19 Joseph S. Myers <jsm28@cam.ac.uk>
91
92 * gcc_release: Add /usr/local/bin to path when local.
93
94 2001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
95
96 * update_web_docs: Set SOURCEDIR so that install manual can be
97 found when running install.texi2html.
98
99 * gcc_release: Don't require a username if running locally.
100
101 2001-11-05 Joseph S. Myers <jsm28@cam.ac.uk>
102
103 * update_web_docs: Eliminate warnings about keeping files from web
104 page preprocessing.
105
106 * update_web_docs: Allow for the same file name in different
107 directories.
108
109 2001-10-29 Joseph S. Myers <jsm28@cam.ac.uk>
110
111 * update_web_docs: Generate libiberty and gnat-style manuals.
112
113 2001-10-24 Joseph S. Myers <jsm28@cam.ac.uk>
114
115 * gcc_release: Build snapshots from mainline. Generate Ada and
116 Chill tarballs. Correct error check when building diffs. Check
117 for errors when building bzip2 files.
118 * crontab: Use /sourceware/snapshot-tmp for building snapshots.
119
120 2001-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
121
122 * crontab: Build weekly snapshots.
123
124 * gcc_release: Copy from 3.0 branch. Add support for building the
125 weekly snapshots on gcc.gnu.org.
126
127 2001-08-28 Joseph S. Myers <jsm28@cam.ac.uk>
128
129 * update_web_docs: Also check out texinfo.tex from
130 gcc/doc/include.
131
132 2001-08-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
133
134 * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.
135 Preprocess the entire web site, not just the install docs.
136
137 2001-06-25 Phil Edwards <pme@sources.redhat.com>
138
139 * update_version: Add command-line argument capability, also
140 bump version for libstdc++-v3, and exit with the return code from
141 the cvs commit.
142 * crontab: Call update_version with arguments instead of
143 calling update_branch_version.
144 * update_branch_version: Remove.
145
146 2001-06-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
147
148 * update_web_docs: Only update the install documentation for the
149 CVS HEAD.
150
151 2001-06-07 Joseph S. Myers <jsm28@cam.ac.uk>
152
153 * update_web_docs, doc_exclude: Check out files that may be in the
154 Attic. Check out texinfo.tex. Don't generate anything from
155 c-tree.texi. Generate PostScript output from manuals.
156
157 2001-06-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
158
159 * update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New
160 variables.
161 Fix a comment and add another one.
162 Generate the installation documentation in HTML format from
163 gcc/doc/install.texi.
164
165 2001-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
166
167 * update_web_docs: Don't generate HTML from gxxint.texi. Don't
168 run texi2html on manuals that aren't present.
169
170 2001-03-18 Phil Edwards <pme@sources.redhat.com>
171
172 * update_web_docs_libstdcxx: New script.
173 * crontab: Call said script.
174
175 2001-03-18 Joseph S. Myers <jsm28@cam.ac.uk>
176
177 * update_version, update_branch_version: Check out with gcc
178 directory instead of using egcs link.
179
180 2001-03-17 Joseph S. Myers <jsm28@cam.ac.uk>
181
182 * update_web_docs: Don't strip leading -r from argument following
183 -r, or leading -d from argument following -d. Bug pointed out by
184 Matt Kraai.
185
186 * update_web_docs: Handle -r and -d options to generate docs for a
187 release or branch in a subdirectory. Determine names of G77 news
188 and bugs files and contributors file after updated docs have been
189 installed, not before. Don't remove files from a subdirectory.
190 Don't generate manuals for gcov (included in the GCC manual) or
191 iostream (obsolete). Do generate manuals for cppinternals, gcj
192 and porting. Update regular expressions for detecting whether
193 files have really changed when regenerated.
194
195 2001-03-15 Joseph S. Myers <jsm28@cam.ac.uk>
196
197 * update_web_docs: Use /usr/local/bin/texi2html rather than
198 gccadmin's local copy.
199
200 2001-03-10 Joseph S. Myers <jsm28@cam.ac.uk>
201
202 * crontab, doc_exclude, update_branch_version, update_version,
203 update_web_docs: New files (as currently used by gccadmin).
204 * README: New file.