OSDN Git Service

30253f69ed3848248a06296c2922d9e5c9be4aec
[pf3gnuchains/gcc-fork.git] / maintainer-scripts / ChangeLog
1 2003-07-01  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2
3         * gcc_release (BRANCH): Rename to...
4         (CVSBRANCH): ...new macro, and use BRANCH for the variant users
5         will see.
6         (FTP_BRANCH): For snapshots, include ${BRANCH} in the last part
7         of the directory name.
8         Use .snapshot_date-${BRANCH} instead of .snapshot_date.
9
10 2003-06-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11
12         * gcc_release: Command "all" now creates .gz files only for
13         releases and pre-releases.
14
15 2003-06-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16
17         * gcc_release (build_sources): Do not include gnats.html any longer.
18         Make an error message more descriptive.
19         
20 2003-06-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
21
22         * gcc_release: Factor the updating of links and READMEs on the
23         FTP server and sending mail for snapshots into a...
24         (announce_snapshot): ...new function.
25         Add informative output for both.
26
27 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
28
29         * gcc_release: Do not update gcc_latest_snapshot tag any longer.
30
31 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
32
33         * snapshot-index.html: Use F77 instead of G77 front end.
34         Remove link to CodeSourcery snapshots which was not up-to-date.
35         Do not refer to gcc-bugs@gcc.gnu.org any longer.
36
37         * snapshot-README: Use F77 front end instead of G77 language.
38
39 2003-06-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
40
41         * gcc_release (build_tarfile): Build .bz2 files instead of .gz files.
42         (build_bz2): Rename to build_gzip and create .gz files from .bz2
43         files instead of the other way around.
44         (build_gzip): New function.
45         (build_diffs): Build .bz2 files instead of .gz files.
46         (build_diff): Use .bz2 files instead of .gz files.
47         Make an error message independent of the compression format.
48         (MODE_BZIP2): Rename to MODE_GZIP.  Related changes to the
49         invocation of this script.
50         (MODE_GZIP): New variable.
51         (OLD_TARS): Use .bz2 archive of the previous snapshot.
52
53 2003-06-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
54
55         * snapshot-README: Use GCC instead of gcc, C++ front end instead of 
56         g++ language, and note that Java includes a run time.
57         * snapshot.index.html: Ditto.
58
59 2003-06-10  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
60
61         * gcc_release (build_diff): Properly use ${TAR} instead of
62         hard-coded tar.
63
64 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
65
66         * snapshot-index.html: Refer to .bz2 files instead of .gz files. 
67         Simplify the note on not using unannounced snapshots.
68         
69 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
70         
71         * snapshot-README: Refer to .bz2 files instead of .gz files.
72         Add a note on where to find the diff files.
73         Simplify the note on not using unannounced snapshots.
74         Remove documentation of the gcc_latest_snapshot tag.
75
76 2003-05-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
77
78         * gcc_release (build_diffs): Add diagnostics in case we cannot
79         generate a specific diff file.
80
81 2003-05-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
82
83         * gcc_release (build_sources): Only update ChangeLog files which
84         do not yet contain the entry we are going to add.
85         Fix typo in added ChangeLog entries.
86
87 2003-05-20  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
88
89         * gcc_release (upload_files): Put diff files into a "diffs"
90         subdirectory
91
92 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
93
94         * gcc_release: GNU CC -> GCC.
95
96 2003-05-12  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
97
98         * gcc_release (usage): Print more detailed description of all
99         command-line options.
100
101 2003-05-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
102
103         * update_version (ADD_BRANCHES): Add, set to MAIN and
104         tree-ssa-20020619-branch.
105         (BRANCHES): Always consider branches given by $ADD_BRANCHES.
106
107 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
108
109         * update_version (textstring_FILES): Only version.c needs to be
110         updated, now that we do not consider older branches any more.
111
112 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
113
114         * update_version (IGNORE_BRANCHES): Add.
115         (BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.
116
117 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
118
119         * update_version: Add a trace of which branch we are currently
120         working on.
121
122 2002-12-16  Mark Mitchell  <mark@codesourcery.com>
123
124         * gcc_release: Make snapshots from the GCC 3.3 branch.
125         * snapshot-README: Update.
126
127 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
128
129         * update_version: Do not check in files which are unchanged.
130         * gcc_release: Only update the version in gcc/version.c.
131
132 2002-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
133
134         * update_web_docs (MANUALS): Add fastjar.
135
136 2002-09-08  Joseph S. Myers  <jsm@polyomino.org.uk>
137
138         * gcc_release: Make snapshots come from the mainline.
139         * snapshot-README: Update.
140
141 2002-08-28  Joseph S. Myers  <jsm@polyomino.org.uk>
142
143         * update_web_docs: Remove support for generating g77_news.html and
144         g77_bugs.html.
145         * update_web_docs_old: Likewise.  Remove support for generating
146         thanks.html.
147
148 2002-07-28  Andreas Jaeger  <aj@suse.de>
149
150         * gcc_release: Update comment.
151
152         * snapshot-README: Snapshots are taken from GCC 3.2 branch.
153
154 2002-07-28  Mark Mitchell  <mark@codesourcery.com>
155
156         * gcc_release: Use the 3.2 branch for snapshots.
157
158 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
159
160         * update_web_docs (MANUALS): Include various flavours of the GNAT
161         User Guide.
162
163 2002-05-27  Joseph S. Myers  <jsm28@cam.ac.uk>
164
165         * update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to
166         gcc/gcc/ada/gnatvsn.ads.
167
168 2002-05-26  Joseph S. Myers  <jsm28@cam.ac.uk>
169
170         * gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which
171         release status is updated.
172         * update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads.
173
174 2002-05-21  Joseph S. Myers  <jsm28@cam.ac.uk>
175
176         * gcc_release: Do upload files when local.
177
178         * snapshot-README, snapshot-index.html: Remove chill.
179
180 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
181
182         * gcc_release: Correct upload handling.
183
184 2002-04-22  Mark Mitchell  <mark@codesourcery.com>
185
186         * gcc_release (build_diffs): Remove reference to Chill.
187
188 2002-04-21  Joseph S. Myers  <jsm28@cam.ac.uk>
189
190         * update_web_docs (MANUALS): Remove chill.  Add gnat_rm.
191
192 2002-04-19  Kelley R. Cook (kelly.r.cook@gm.com)
193
194         * gcc_release: Set TZ to UTC0.
195
196 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
197
198         * gcc_release (build_tarfiles): Do not build Chill tarfiles.
199         (CHILL_DIRS): Remove.
200
201 2002-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
202
203         * gcc_release: Build diffs for ada and chill.  Make "bzip2" a new
204         major mode.
205
206 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
207
208         * update_version:  Don't indent the version string.
209
210 2002-03-05  Joseph S. Myers  <jsm28@cam.ac.uk>
211
212         * snapshot-README: Note that snapshots come from the 3.1 branch.
213         Update list of files.
214
215 2002-03-03  Joseph S. Myers  <jsm28@cam.ac.uk>
216
217         * gcc_release: Make snapshots come from the 3.1 branch.
218
219 2002-02-25  Mark Mitchell  <mark@codesourcery.com>
220
221         * update_version: Automatically update version files on all
222         branches.
223         * crontab: Only invoke update_version once.
224
225 2002-02-23  Joseph S. Myers  <jsm28@cam.ac.uk>
226
227         * gcc_release: Revert change to -p interface.  Allow for local and
228         remote cases in creating directories.  Give an error if -p
229         argument names a directory.
230
231 2002-02-21  Mark Mitchell  <mark@codesourcery.com>
232
233         * gcc_release: Correct handling of diff-generation.  Add
234         "diffs" major mode.
235
236 2002-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
237
238         * gcc_release: Substitute dates in snapshot-README and
239         snapshot-index.html files rather than directly using the old files
240         on the FTP site.  Set QMAILHOST.
241
242 2002-02-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
243
244         * snapshot-index.html: Improve markup.
245
246 2002-01-29  Joseph S. Myers  <jsm28@cam.ac.uk>
247
248         * snapshot-README, snapshot-index.html: Use expressions such as
249         @DATE@ rather than hardcoded dates.
250
251         * snapshot-README, snapshot-index.html: New files.
252
253 2002-01-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
254
255         * update_web_docs (contrib_file): Remove.
256         Also removing special handling of thanks.html.
257
258 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
259
260         * update_web_docs: Use makeinfo --html instead of texi2html.
261         Remove support for pre-3.1 GCC versions.  Build online docs for
262         gccint manual.
263
264 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
265
266         * update_web_docs_old: Copy from update_web_docs.  Add comment
267         that this is for GCC 3.0.x and earlier versions.
268
269 2001-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
270
271         * gcc_release: Add /usr/local/bin to path when local.
272
273 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
274
275         * update_web_docs: Set SOURCEDIR so that install manual can be
276         found when running install.texi2html.
277
278         * gcc_release: Don't require a username if running locally.
279
280 2001-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
281
282         * update_web_docs: Eliminate warnings about keeping files from web
283         page preprocessing.
284
285         * update_web_docs: Allow for the same file name in different
286         directories.
287
288 2001-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
289
290         * update_web_docs: Generate libiberty and gnat-style manuals.
291
292 2001-10-24  Joseph S. Myers  <jsm28@cam.ac.uk>
293
294         * gcc_release: Build snapshots from mainline.  Generate Ada and
295         Chill tarballs.  Correct error check when building diffs.  Check
296         for errors when building bzip2 files.
297         * crontab: Use /sourceware/snapshot-tmp for building snapshots.
298
299 2001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
300
301         * crontab: Build weekly snapshots.
302
303         * gcc_release: Copy from 3.0 branch.  Add support for building the
304         weekly snapshots on gcc.gnu.org.
305
306 2001-08-28  Joseph S. Myers  <jsm28@cam.ac.uk>
307
308         * update_web_docs: Also check out texinfo.tex from
309         gcc/doc/include.
310
311 2001-08-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
312
313         * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.
314         Preprocess the entire web site, not just the install docs.
315
316 2001-06-25  Phil Edwards  <pme@sources.redhat.com>
317
318         * update_version:  Add command-line argument capability, also
319         bump version for libstdc++-v3, and exit with the return code from
320         the cvs commit.
321         * crontab:  Call update_version with arguments instead of
322         calling update_branch_version.
323         * update_branch_version:  Remove.
324
325 2001-06-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
326
327         * update_web_docs: Only update the install documentation for the
328         CVS HEAD.
329
330 2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
331
332         * update_web_docs, doc_exclude: Check out files that may be in the
333         Attic.  Check out texinfo.tex.  Don't generate anything from
334         c-tree.texi.  Generate PostScript output from manuals.
335
336 2001-06-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
337
338         * update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New
339         variables.
340         Fix a comment and add another one.
341         Generate the installation documentation in HTML format from
342         gcc/doc/install.texi.
343
344 2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
345
346         * update_web_docs: Don't generate HTML from gxxint.texi.  Don't
347         run texi2html on manuals that aren't present.
348
349 2001-03-18  Phil Edwards  <pme@sources.redhat.com>
350
351         * update_web_docs_libstdcxx:  New script.
352         * crontab:  Call said script.
353
354 2001-03-18  Joseph S. Myers  <jsm28@cam.ac.uk>
355
356         * update_version, update_branch_version: Check out with gcc
357         directory instead of using egcs link.
358
359 2001-03-17  Joseph S. Myers  <jsm28@cam.ac.uk>
360
361         * update_web_docs: Don't strip leading -r from argument following
362         -r, or leading -d from argument following -d.  Bug pointed out by
363         Matt Kraai.
364
365         * update_web_docs: Handle -r and -d options to generate docs for a
366         release or branch in a subdirectory.  Determine names of G77 news
367         and bugs files and contributors file after updated docs have been
368         installed, not before.  Don't remove files from a subdirectory.
369         Don't generate manuals for gcov (included in the GCC manual) or
370         iostream (obsolete).  Do generate manuals for cppinternals, gcj
371         and porting.  Update regular expressions for detecting whether
372         files have really changed when regenerated.
373
374 2001-03-15  Joseph S. Myers  <jsm28@cam.ac.uk>
375
376         * update_web_docs: Use /usr/local/bin/texi2html rather than
377         gccadmin's local copy.
378
379 2001-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
380
381         * crontab, doc_exclude, update_branch_version, update_version,
382         update_web_docs: New files (as currently used by gccadmin).
383         * README: New file.