OSDN Git Service

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