OSDN Git Service

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