testsuite: fix gcc.target/powerpc ilp32 failures
[official-gcc.git] / maintainer-scripts / ChangeLog
blobfce9c79a8c7c625e52426fe56779c8bb58cf9598
1 2020-12-16  Jakub Jelinek  <jakub@redhat.com>
3         * update_version_git: Put BASEDIR into /sourceware/snapshot-tmp/gcc
4         if it exist.
6 2020-05-29  Martin Liska  <mliska@suse.cz>
8         * bugzilla-close-candidate.py: Fix sorting of branches.
10 2020-05-29  Martin Liska  <mliska@suse.cz>
12         * bugzilla-close-candidate.py: Fix parsing of SVN revisions.
13         Fix skipping of PRs that contain Can be closed message.
15 2020-05-29  Martin Liska  <mliska@suse.cz>
17         * bugzilla-close-candidate.py: Support both SVN and GIT messages
18         in PRs. Remove need of usage of the bugzilla API key.
20 2020-05-27  Jakub Jelinek  <jakub@redhat.com>
22         * update_version_git: Rewrite using
23         contrib/gcc-changelog/git_update_version.py.
25 2020-04-30  Jakub Jelinek  <jakub@redhat.com>
27         * crontab: Snapshots from trunk are now GCC 11 related.
28         Add GCC 10 snapshots from the respective branch.
30 2020-03-12  Jakub Jelinek  <jakub@redhat.com>
32         * gcc_release (upload_files): Without -l, pass -m 755 to the mkdir
33         command invoked through ssh.
35         * update_web_docs_git: Drop SPHINXBUILD=/usr/bin/sphinx-1.0-build.
37 2020-02-27  Jakub Jelinek  <jakub@redhat.com>
39         * gcc_release: Add support for -b local-git-repo argument.
41 2020-01-13  Jonathan Wakely  <jwakely@redhat.com>
43         * update_web_docs_libstdcxx_git: New file.
44         * update_web_docs_libstdcxx_svn: Remove.
45         * crontab: Use update_web_docs_libstdcxx_git.
47 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
49         * update_web_docs_git: New file.
50         * update_web_docs_svn: Remove.
51         * crontab: Use update_web_docs_svn.
53 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
55         * gcc_release: Use git instead of SVN.
56         * crontab: Update gcc_release calls.
58 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
60         * update_version_git: New file.
61         * update_version:svn: Remove.
62         * crontab: Use update_version_git.
64 2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
66         * gcc_release: Use https for gcc.gnu.org.
68 2019-11-14  Richard Biener  <rguenther@suse.de>
70         * update_version_svn (IGNORE_BRANCHES): Add 7.
72 2019-10-05  Richard Biener  <rguenther@suse.de>
74         * crontab: Disable snapshots from gcc-7-branch.
76 2019-08-05  David Malcolm  <dmalcolm@redhat.com>
78         * update_web_docs_svn: Proceed even if the invocation of
79         sphinx fails.
81 2019-05-04  Gerald Pfeifer  <gerald@pfeifer.com>
83         * crontab: Snapshots from trunk are now GCC 10 related.
84         Add GCC 9 snapshots from the respective branch.
86 2019-02-23  Jonathan Wakely  <jwakely@redhat.com>
88         * generate_libstdcxx_web_docs: Improve error output.
90 2018-11-22  Martin Liska  <mliska@suse.cz>
92         * bugzilla-close-candidate.py: New file.
94 2018-10-26  Jakub Jelinek  <jakub@redhat.com>
96         * update_version_svn (IGNORE_BRANCHES): Add gcc-6-branch.
97         * crontab: Remove gcc-6-branch entry.
99         * gcc_release (error, inform): Use $@ instead of $1.
100         (build_sources): Check for ^[[:blank:]]*GCC in both index.html
101         and changes.html, rather than for GCC in one and ^GCC in another one.
103 2018-05-03  Jakub Jelinek  <jakub@redhat.com>
105         PR other/85622
106         * gcc_release: For -f, verify contrib/gennews has the major version
107         pages listed and both index.html and changes.html have been updated
108         for the new release.
110 2018-04-25  Jakub Jelinek  <jakub@redhat.com>
112         * crontab: Enable snapshots from gcc-8-branch.
114 2018-01-25  Richard Biener  <rguenther@suse.de>
116         * gcc_release (build_sources): Use getconf to get at the number
117         of cores in the system and pass -jN to gcc_build.
119 2017-10-10  Jakub Jelinek  <jakub@redhat.com>
121         * update_version_svn: Ignore the GCC 5 branch.
122         * crontab: Remove entry for the GCC 5 branch.
124 2017-05-23  Matthias Klose  <doko@ubuntu.com>
126         * gcc_release (XZ): Default to xz --best.
128 2017-05-18  Matthias Klose  <doko@ubuntu.com>
130         * gcc_release (build_gzip): Build xz tarball instead of bz2 tarball.
131         (build_diffs): Handle building diffs from either bz2 or xz tarballs,
132         compress diffs using xz instead of bz2.
133         (build_diff): Likewise.
134         (upload_files): Check for *.xz files instead of *.bz2 files.
135         (announce_snapshot): Announce xz tarball instead of bz2 tarball.
136         (XZ): New definition.
137         (<toplevel>): Look for both bz2 and xz compressed old tarballs.
139 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
141         * crontab: Enable snapshots from gcc-7-branch.
143 2017-03-03  Gerald Pfeifer  <gerald@pfeifer.com>
145         * gcc_release (snapshot_print): Replace md5 checksum by sha256.
147 2017-02-28  Gerald Pfeifer  <gerald@pfeifer.com>
149         * update_web_docs_svn: Remove a reference to GCC 3.1.  Describe
150         settings to tweak if running on a host different from gcc.gnu.org.
151         (WWWBASE): Allow override via the environment.  Also check for
152         existance.
154 2017-02-08  Gerald Pfeifer  <gerald@pfeifer.com>
156         * update_web_docs_svn (MANUALS): Add libitm.
158 2016-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
160         PR documentation/50642
161         * update_web_docs_svn (CSS): Introduce.
162         Have generated files refer to it.
164 2016-08-17  Martin Liska  <mliska@suse.cz>
166         * branch_changer.py: Describe the script. Add sample usage
167         of the script.
169 2016-08-03  Martin Liska  <mliska@suse.cz>
171         * branch_changer.py: New file.
173 2016-07-26  Richard Biener  <rguenther@suse.de>
175         * update_version_svn: Ignore the GCC 4.9 branch.
177 2016-07-26  Richard Biener  <rguenther@suse.de>
179         * crontab: Remove entry for the GCC 4.9 branch.
181 2016-06-13  Jonathan Wakely  <jwakely@redhat.com>
183         * generate_libstdcxx_web_docs: Use realpath to get absolute path.
184         Add comment about LaTeX errors.
186 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
188         * crontab: Enable snapshots from gcc-6-branch.
190 2015-06-23  Richard Biener  <rguenther@suse.de>
192         * update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES.
194 2015-06-14  Richard Biener  <rguenther@suse.de>
196         * crontab: Disable snapshots from the 4.8 branch.
198 2015-04-13  Jakub Jelinek  <jakub@redhat.com>
200         * update_version_svn: Update DATESTAMP also on
201         branches/gcc-[0-9]+-branch.
203         * gcc_release: Fix up thinko in the last commit, improve error
204         message.  Commit all ChangeLog, DEV-PHASE and BASE-VER changes
205         together, rather than doing dozens of separate commits.
207 2015-04-12  Jakub Jelinek  <jakub@redhat.com>
209         * gcc_release: For RELEASE_MAJOR 5+ only use the major
210         number in branch name.  When doing final release of 5+,
211         if BASE-VER doesn't match release, but is *.*.1 for the
212         one smaller minor version, bump BASE-VER.
214         * crontab: Enable snapshots from gcc-5-branch.
216 2015-04-07  Gerald Pfeifer  <gerald@pfeifer.com>
218         * update_web_docs_libstdcxx_svn (FILTER): Introduce.
219         Use to filter output of the copying process.
221 2015-02-25  Arnaud Charlet  <charlet@adacore.com>
223         * update_web_docs_svn: Preserve gcc/ada/*.png. Update comments.
225 2015-02-25  Arnaud Charlet  <charlet@adacore.com>
227         * update_web_docs_svn: Add -I gcc/gcc/ada/doc/gnat_ugn for gnat_ugn
229 2015-02-06  David Malcolm  <dmalcolm@redhat.com>
231         PR jit/64257
232         * update_web_docs_svn: When copying up files for the built jit
233         documentation, also copy up .txt files.
235 2015-02-04  David Malcolm  <dmalcolm@redhat.com>
237         PR jit/64257
238         * update_web_docs_svn: Update build of jit docs to use EPEL6
239         variant install of sphinx 1.0.8, rather than 0.6.6.
241 2015-01-26  David Malcolm  <dmalcolm@redhat.com>
243         PR jit/64257
244         * update_web_docs_svn: Don't delete gcc/jit/docs or
245         gcc/jit/jit-common.h, gcc/jit/notes.txt. Special case the
246         building of the JIT docs (using sphinx-build).  Special case
247         copying them up.
249 2014-08-14  Richard Biener  <rguenther@suse.de>
251         * crontab: Change trunk snapshots from 4.10 to 5.
253 2014-08-01  Arnaud Charlet  <charlet@adacore.com>
255         * update_web_docs_svn: Simplify build of gnat_ugn.
257 2014-06-12  Richard Biener  <rguenther@suse.de>
259         * crontab: Remove 4.7 snapshot entry.
260         * update_version_svn: Update IGNORE_BRANCHES.
262 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
264         * generate_libstdcxx_web_docs: New script.
266 2014-04-11  Jakub Jelinek  <jakub@redhat.com>
268         * crontab: Enable snapshots from gcc-4_9-branch.
270 2014-02-01  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>
272         PR other/56653
273         * gcc_release: Avoid printing empty line to generated MD5SUMS files.
274         Bump copyright year.
276 2013-12-02  Gerald Pfeifer  <gerald@pfeifer.com>
278         * update_web_docs_svn: Work around makeinfo generated file names
279         and references with "_002d" instead of "-".
281 2013-04-12  Jakub Jelinek  <jakub@redhat.com>
283         * crontab: Disable snapshots from gcc-4_6-branch.
284         * update_version_svn: Ignore gcc-4_6-branch.
286 2013-04-07  Gerald Pfeifer  <gerald@pfeifer.com>
288         * update_web_docs_libstdcxx_svn: No longer ignore all output from
289         the actual copy process.
290         Check the exit code of the actual copy process; diagnose problems.
292 2013-03-16  Jakub Jelinek  <jakub@redhat.com>
294         * crontab: Enable snapshots from gcc-4_8-branch.
296 2012-07-02  Richard Guenther  <rguenther@suse.de>
298         * crontab: Disable snapshots from gcc-4_5-branch.
299         * update_version_svn: Ingore gcc-4_5-branch.
301 2012-03-23  Richard Guenther  <rguenther@suse.de>
303         * crontab: Enable snapshots from gcc-4_7-branch.
305 2012-03-13  Jakub Jelinek  <jakub@redhat.com>
307         * crontab: Remove 4.4 branch from the list of snapshots to make.
308         * update_version_svn (IGNORE_BRANCHES): Add gcc-4_4-branch.
310 2012-03-05  Richard Guenther  <rguenther@suse.de>
312         * crontab: Remove 4.3 branch from the list of snapshots to make.
314 2012-03-02  Richard Guenther  <rguenther@suse.de>
316         * crontab: Fix day-of-week.
318 2012-03-02  Richard Guenther  <rguenther@suse.de>
320         * crontab: Update for 4.7 branching.
322 2011-11-21  Gerald Pfeifer  <gerald@pfeifer.com>
324         * update_web_docs_svn: Make $DOCSDIR group writable after
325         creating it.
327 2011-06-27  Richard Guenther  <rguenther@suse.de>
329         * update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch.
331 2011-05-22  Joseph Myers  <joseph@codesourcery.com>
333         * gcc_release (adjust_dirs, maybe_build_tarfile): Remove.
334         (build_tarfiles): Don't build separate files for languages and
335         core.
336         (build_diffs): Only build one set of diffs.
337         (announce_snapshot): Only announce one tar file.
338         (ADA_DIRS, CPLUSPLUS_DIRS, FORTRAN95_DIRS, GO_DIRS, JAVA_DIRS,
339         OBJECTIVEC_DIRS, TESTSUITE_DIRS): Remove.  Don't adjust names
340         relative to WORKING_DIRECTORY.
342 2011-04-21  Jakub Jelinek  <jakub@redhat.com>
344         * gcc_release (maybe_build_tarfile): Don't build a tarfile if
345         the first directory doesn't exist.
347 2011-03-14  Jakub Jelinek  <jakub@redhat.com>
349         * crontab: Enable 4.7 snapshots, switch 4.6 snapshots to
350         4.6 branch.
352 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
354         * update_web_docs_svn: Generate libquadmath-vers.texi.
356 2011-01-31  Gerald Pfeifer  <gerald@pfeifer.com>
358         * update_version_svn (FILES): Merge with datestamp_FILES.
359         (SVNROOT2): Introduce and use.
360         
361 2011-01-30  Gerald Pfeifer  <gerald@pfeifer.com>
363         * update_version_svn (SVN): Remove obsolete comment.
364         (CURR_DATE): Fix description.
365         Fix description of checkout procedure.
367 2010-12-18  Tobias Burnus  <burnus@net-b.de>
369         * update_web_docs_svn (MANUALS): Add libquadmath.
371 2010-12-08  Ian Lance Taylor  <iant@google.com>
373         * gcc_release: Add support for releasing Go as a separate
374         tarball.
376 2010-12-08  Ian Lance Taylor  <iant@google.com>
378         * update_web_docs_svn (MANUALS): Add gccgo.
380 2010-12-08  Ian Lance Taylor  <iant@google.com>
382         * README: Change "CVS" to "Subversion".
384 2010-08-23  Gerald Pfeifer  <gerald@pfeifer.com>
386         * gcc_release (snapshot_print): Also include an sha1 hash for
387         every tarball.  Slightly tweak indentation.
389 2010-08-15  Gerald Pfeifer  <gerald@pfeifer.com>
391         * gcc_release (CVSROOT): Remove all occurrences.
393 2010-08-14  Gerald Pfeifer  <gerald@pfeifer.com>
395         * gcc_release (snapshot_print): Include md5 hash for every tarball
396         in the README file and notification mail.
398 2010-08-01  Gerald Pfeifer  <gerald@pfeifer.com>
400         * update_web_docs_libstdcxx_svn: Do not compress generated .html
401         files any more.
403 2010-06-24  Joseph Myers  <joseph@codesourcery.com>
405         * update_web_docs_svn: Also pass -I option pointing to ada/ source
406         directory for Ada manual.
408 2010-04-16  Joseph Myers  <joseph@codesourcery.com>
410         * crontab: Enable 4.6 snapshots.
412 2010-04-07  Joseph Myers  <joseph@codesourcery.com>
414         * crontab: Switch 4.5 snapshots to 4.5 branch.
416 2010-03-31  Joseph Myers  <joseph@codesourcery.com>
418         * gcc_release (build_tarfiles): Make directories mode 755, not
419         777.
421 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
423         * update_web_docs_svn: Update BUGURL to http://gcc.gnu.org/bugs/.
425 2009-10-03  Diego Novillo  <dnovillo@google.com>
427         * gcc_release (JAVA_DIRS): Remove zlib.
429 2009-04-23  Gerald Pfeifer  <gerald@pfeifer.com>
431         * update_web_docs_svn: Redirect output of texi2dvi to /dev/null.
433 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
435         * gcc_release: Change copyright header to refer to version
436         3 of the GNU General Public License and to point readers at the
437         COPYING3 file and the FSF's license web page.
438         * maintainer-addresses: Likewise.
440 2009-04-08  Gerald Pfeifer  <gerald@pfeifer.com>
442         * update_web_docs_svn: Run this script under plain /bin/sh
443         as opposed to /bin/sh -x.
445 2009-03-30  Joseph Myers  <joseph@codesourcery.com>
447         * update_version_svn (IGNORE_BRANCHES): Add 4.2 branch.
449 2009-03-28  Gerald Pfeifer  <gerald@pfeifer.com>
451         * crontab: Stop 4.2 snapshots.
452         Spread out 4.3, 4.4, and 4.5 snapshots more evenly.
454 2009-03-27  Mark Mitchell  <mark@codesourcery.com>
456         * crontab: Add 4.4 branch snapshots.
458 2009-02-21  Gerald Pfeifer  <gerald@pfeifer.com>
460         * update_version_svn (ADD_BRANCHES): Remove autovect-branch
461         and document format.
463 2009-01-17  Richard Guenther  <rguenther@suse.de>
465         * gcc_release (JAVA_DIRS): Remove fastjar.
467 2008-10-04  Gerald Pfeifer  <gerald@pfeifer.com>
469         * gcc_release: Fix a couple of comments.
471 2008-07-04  Joseph Myers  <joseph@codesourcery.com>
473         * crontab: Remove 4.1 snapshots job.
474         * update_version: Remove.
475         * gcc_release: Remove support for g77 and release status in
476         version.c.
477         * update_version_svn: Ignore 4.1 branch.  Remove support for
478         updating files other than DATESTAMP.
479         * update_web_docs_svn: Remove support for g77 manual.
481 2008-02-18  Jakub Jelinek  <jakub@redhat.com>
483         * crontab: Add 4.3 branch.  Set trunk to 4.4.
485 2008-01-28  Joseph Myers  <joseph@codesourcery.com>
487         * gcc_release (build_sources): Pass --disable-multilib to
488         gcc_build.
489         (SVN): Don't use full path.
491 2008-01-21  Jonathan Wakely  <jwakely.gcc@gmail.com>
493         * update_web_docs_libstdcxx_svn: "docs" dir moved to "doc".
495 2007-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
497         * gcc_release: Do not include copies of faq.html in releases,
498         and remove all the explicit support code to pull in web pages.
500 2007-08-21  Paul Brook  <paul@codesourcery.com>
501             Nathan Sidwell  <nathan@codesourcery.com>
502             Mark Mitchell  <mark@codesourcery.com>
503             Joseph Myers  <joseph@codesourcery.com>
505         * gcc_release: Do not include copies of bugs.html in releases.
506         * update_web_docs_svn: Set VERSION_PACKAGE and BUGURL in
507         gcc-vers.texi.
509 2007-07-06  Joseph Myers  <joseph@codesourcery.com>
511         * update_web_docs_svn: Use -o with makeinfo, texi2dvi and texi2pdf
512         commands.
514 2007-06-28  Mike Stump  <mrs@apple.com>
516         * gcc_release: Update for Objective-C++.
518 2007-05-28  Mark Mitchell  <mark@codesourcery.com>
520         * gcc_release: Adjust placement of release candidates.
522 2007-04-01  Gerald Pfeifer  <gerald@pfeifer.com>
524         * update_web_docs_svn (MANUALS): Move towards the top of the
525         script.  Reformat for easier editing/diffing.
527 2006-03-31  Tobias Burnus  <burnus@net-b.de>
529         * update_web_docs_svn: Build also gfc-internals.
531 2007-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
533         * update_version_svn (IGNORE_BRANCHES): Add 4_0-branch.
535 2007-01-29  Gerald Pfeifer  <gerald@pfeifer.com>
537         * crontab: No longer build snapshots for 4.0.x.
539 2007-01-21  Tobias Burnus  <burnus@net-b.de>
541         * update_web_docs_svn: Build also libgomp documentation.
543 2007-01-05  Gerald Pfeifer  <gerald@pfeifer.com>
545         * crontab: Spread snapshots more evenly throughout the week, and
546         in "ascending" order.  Build all at the same time of the day.
548 2006-10-20  Mark Mitchell  <mark@codesourcery.com>
550         * crontab: Add 4.2 branch.  Set trunk to 4.3.
552 2006-09-17  Gerald Pfeifer  <gerald@pfeifer.com>
554         * gcc_release (LC_ALL): Default to C.
556 2006-03-11  Gabriel Dos Reis  <gdr@integrable-solutions.net>
558         * crontab: Don't build snapshot for 3.4.x anymore.
559         * update_version_svn (IGNORE_BRANCHES): Add 3_4-branch.
561 2006-01-12  Ben Elliston  <bje@au.ibm.com>
563         * update_version_svn (ADD_BRANCHES): Remove dfp-branch.
565 2005-12-16  Joseph S. Myers  <joseph@codesourcery.com>
567         * update_web_docs_svn: Remove unnecessary files from source tree.
568         Use set -e.
569         * doc_exclude, update_web_docs, update_web_docs_libstdcxx: Remove.
571 2005-12-16  Mark Mitchell  <mark@codesourcery.com>
573         * update_web_docs_svn: Set @srcdir in gcc-vers.texi. 
574         
575 2005-11-18  Mark Mitchell  <mark@codesourcery.com>
577         * crontab: Add 4.1 branch entry.
579 2005-11-06  Joseph S. Myers  <joseph@codesourcery.com>
581         * gcc_release: Further update for SVN.  Don't set EXPORTTAG or
582         EXPORTDATE; always determine SVNREV the same way.  Correct message
583         about what sources are being retrived.  Include branch information
584         in LAST_UPDATED.
585         * crontab: Don't include initial / in branch name.
587 2005-11-05  Daniel Berlin  <dberlin@dberlin.org>
589         * gcc_release:  Always determine revision number from date or tag,
590         and use that, instead of fragile date based export.
591         Put back setting of non-local CVSROOT.
593 2005-11-05  Daniel Berlin  <dberlin@dberlin.org>
595         * gcc_release: Make tags go in /tags.
596         Don't tag for snapshots.
597         Determine revision number of export and put into snapshot
598         announcement.
600 2005-11-03  Daniel Berlin  <dberlin@dberlin.org>
602         * gcc_release: Update for SVN
603         * crontab: Update for new gcc_release
605 2005-10-26  Daniel Berlin  <dberlin@dberlin.org>
607         * update_web_docs_svn: Use -q to quiet svn.
609 2005-10-26  Daniel Berlin  <dberlin@dberlin.org>
611         * crontab: Update to reflect reality
613 2005-10-01  Mark Mitchell  <mark@codesourcery.com>
615         * gcc_release (build_sources): If trying to apply a tag that
616         already exists, issue an error message and exit.
618 2005-09-30  Joseph S. Myers  <joseph@codesourcery.com>
620         PR other/23693
621         * update_web_docs: Add PDF support.  Correct check of DEV-PHASE.
623 2005-09-30  Joseph S. Myers  <joseph@codesourcery.com>
625         * update_web_docs_old: Remove.
627 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
629         * gcc_release: Update with FSF address.
631 2005-07-26  Janis Johnson  <janis187@us.ibm.com>
633         * update_version (ADD_BRANCHES): Add dfp-branch.
635 2005-05-21  Gerald Pfeifer  <gerald@pfeifer.com>
637         * crontab: Spread snapshot building more evenly throughout the
638         week.
640 2005-05-19  Joseph S. Myers  <joseph@codesourcery.com>
642         * crontab: Don't build 3.3 branch snapshots.
643         * update_version (IGNORE_BRANCHES): Add gcc-3_3-branch.
645 2005-03-15  Zack Weinberg  <zack@codesourcery.com>
647         * README: Update.
648         * gcc_release: Update gcc/DEV-PHASE if that file exists, instead
649         of gcc/version.c.
650         * update_version: Handle updating gcc/DATESTAMP.
651         * update_web_docs: Generate gcc-vers.texi first.
653 2005-03-10  Ranjit Mathew  <rmathew@hotmail.com>
655         * gcc_release (ADA_DIRS): Add "gnattools".
657 2005-02-25  Mark Mitchell  <mark@codesourcery.com>
659         * crontab: Adjust for 4.0 branch.
661 2004-12-30  Sebastian Pop  <pop@cri.ensmp.fr>
663         * update_version (ADD_BRANCHES): Replace lno-branch with
664         autovect-branch.
666 2004-09-11  Gerald Pfeifer  <gerald@pfeifer.com>
668         * crontab: Rename GCC 3.5 snapshots to GCC 4.0 snapshots.
670 2004-08-14  Kelley Cook  <kcook@gcc.gnu.org>
672         * gcc_release (build_sources): Add comment header to generated
673         MD5SUMS.
675 2004-08-06  Kelley Cook  <kcook@gcc.gnu.org>
677         * gcc_release (snapshot_print): Accept arguments.  Don't use echo -e.
678         (announce_snapshot):  Update for above.  Don't use echo -e.
680 2004-08-03 Kelley Cook  <kcook@gcc.gnu.org>
682         * maintainer-scripts (snapshot_print): New function.
683         (announce_snapshot): Generate announcment on the fly.
684         Use a directory link for LATEST.
685         * snapshot-README: Delete.
686         * snapshot-index.html: Delete.
688 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
690         * gcc_release (build_sources): Move the libcpp gmo files
691         to the source directory.
693 2004-06-03  Joseph S. Myers  <jsm@polyomino.org.uk>
695         * gcc_release (maybe_build_tarfile): New function.
696         (build_tarfiles): Use maybe_build_tarfile.
698 2004-05-21  Paolo Carlini  <pcarlini@suse.de>
700         * gcc_release (build_sources): Generate the NEWS file in toplevel.
702 2004-05-17  Kelley Cook  <kcook@gcc.gnu.org>
704         * gcc_release (build_sources): Change CRCs from brik to md5sum.
706 2004-05-16  Gerald Pfeifer  <gerald@pfeifer.com>
708         * crontab: Add GCC 3.5 snapshots, currenty run on Sundays.
710 2004-05-13  Joseph S. Myers  <jsm@polyomino.org.uk>
712         * update_web_docs: Also remove old .gz files from subdirectories
713         on the 15th of the month.
715 2004-05-13  Joseph S. Myers  <jsm@polyomino.org.uk>
717         * update_web_docs (MANUALS): Add gfortran.
719 2004-05-13  Arnaud Charlet  <charlet@act-europe.fr>
721         * update_web_docs: Fix generation of Ada docs.
723 2004-05-13  Joseph S. Myers  <jsm@polyomino.org.uk>
725         * update_version (ADD_BRANCHES): Remove tree-ssa-20020619-branch.
727         * gcc_release (DIFF): Remove -3 option.
729 2003-07-26  Paul Brook  <paul@nowt.org>
731         * gcc_release: Add gcc-fortran.
732         * snapshot-README: Ditto.
733         * snapshot-index.html: Ditto.
735 2004-05-02  Gerald Pfeifer  <gerald@pfeifer.com>
737         * crontab: Move GCC 3.4 snapshots from Wednesday afternoon to
738         Friday night, where gcc.gnu.org has less load.
740 2004-05-02  Gerald Pfeifer  <gerald@pfeifer.com>
742         * crontab: Adjust temporary directory used for snapshot generation.
743         Move GCC 3.3 snapshots to Wednesday 22:32, where gcc.gnu.org has
744         less load.
746 2004-04-19  Mark Mitchell  <mark@codesourcery.com>
748         * gcc_release (build_sources): Do not use "-F" to tag sources.
750 2004-04-07  Mark Mitchell  <mark@codesourcery.com>
752         * gcc_release (build_sources): Do not use "-r" and "-D" at the
753         same time with "cvs export".
755 2004-03-27  Gerald Pfeifer  <gerald@pfeifer.com>
757         * gcc_release: Fix sanity check for argument of -p command-line
758         options.  In snapshot mode, only generate diffs against the previous
759         snapshot if the user did not specify any old tarball explictly.
761 2004-03-25  Gerald Pfeifer  <gerald@pfeifer.com>
763         * gcc_release (FTP_PATH): Use /var/ftp instead of ~ftp, and
764         only set at a single place.
766 2004-03-14  Gerald Pfeifer  <gerald@pfeifer.com>
768         * gcc_release (SNAPSHOTS_DIR): New variable.  Use it.
769         (announce_snapshot): Use it.
771 2004-03-14  Gerald Pfeifer  <gerald@pfeifer.com>
773         * gcc_release (announce_snapshot): Use changedir instead of
774         plain cd.
776 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>
778         * gcc_release: Add libada as part of ADA_DIRS.
780 2004-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
782         * crontab: Make 3.4 snapshots from the new 3.4 release branch.
784 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
786         * gcc_release (build_sources): Delete call to make f77.rebuilt.
788 2004-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
790         * snapshot-README: Mention how the snapshot was generated.
791         * snapshot-index.html: Ditto.  Further sync with snapshot-README.
793 2004-01-03  Joseph S. Myers  <jsm@polyomino.org.uk>
795         * update_web_docs: Create tarballs of documentation sources and
796         HTML docs.
798 2004-01-02  Gerald Pfeifer  <gp@suse.de>
800         * update_version: Add some documentation.
802 2004-01-02  Pop Sébastian  <pop@gauvain.u-strasbg.fr>
804         * update_version (ADD_BRANCHES): Add lno-branch.
806 2003-11-02  Gerald Pfeifer  <gerald@pfeifer.com>
808         * maintainer-addresses: New script.
810 2003-10-24  Kelley Cook  <kcook@gcc.gnu.org>
812         * gcc_release (build_sources): Use --enable-generated-files-in-srcdir.
814 2003-09-22  Gerald Pfeifer  <gerald@pfeifer.com>
816         * gcc_release (announce_snapshot): Restructure processing
817         of snapshot-README and snapshot-index.html and add a new
818         substitution for @EXPORT@.
820 2003-08-24  Gerald Pfeifer  <gerald@pfeifer.com>
822         * gcc_release (build_sources): Create/update the LAST_UPDATED file
823         in the source directory with information how sources were obtained.
825 2003-08-16  Gerald Pfeifer  <gerald@pfeifer.com>
827         * gcc_release (build_sources): Use two new variables EXPORTTAG and
828         EXPORTDATE to make the extraction of sources more transparent and
829         also allow snapshots (off mainline) without a tag.
831 2003-08-08  Mark Mitchell  <mark@codesourcery.com>
833         * gcc_release: Correct logic for updating version.c.  Put
834         prereleases into a subdirectory.
836 2003-07-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
838         * crontab: Update invocation of gcc_release according to the
839         previous changes there.  Add automatic 3.4 snapshots from mainline.
841 2003-07-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
843         * gcc_release (usage): Document that -s now takes symbolic name
844         and branch of the snapshot as parameters.
845         Implement this as part of command-line processing.
846         (BRANCH): Remove default initialization for snapshots.
847         (CVSBRANCH): Ditto.
848         Do not lay down a CVS tag if generating a snapshot from mainline.
850 2003-07-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
852         * gcc_release (announce_snapshot): Use ${RELEASE} instead
853         of ${BRANCH}-${DATE} to refer to the snapshot directory.
854         Put README file into the snapshot directory.
856         (RELEASE): Define as ${BRANCH}-${DATE} for snapshots.
857         (FTP_PATH): Use ${RELEASE} in case of snapshots.
858         (TAG): Ditto.
859         (OLD_TARS): Adjust to new directory scheme for snapshots.
861 2003-07-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
863         * gcc_release (announce_snapshot): Add substitution of @RELEASE@
864         for README and index.html.
865         * snapshot-README: Use it.
866         * snapshot-index.html: Ditto.
868 2003-07-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
870         * gcc_release (announce_snapshot): Add substitution of @BRANCH@
871         for README and index.html.  Remove substitution of @LONG_DATE@.
872         Put index.html into the respective snapshot directory.
873         Adjust subject of the notification mail to the new naming scheme
874         for CVS tags.
875         Adjust name of the LATEST-IS-... files to the new naming scheme
876         for snapshot directories.
877         (FTP_PATH): Ditto.
878         (LAST_DIR): Ditto.
879         (LAST_LONG_DATE): Remove.
881         * snapshot-README: Adjust to the new naming schemes for directories
882         and snapshots per se.
883         Dynamically fill in the respective branch instead of hardcoding it.
885         * snapshot-index.html: Replace individual links to diffs with a
886         general link to the diff/ subdirectory.
887         Mention the concrete snapshot in <title> and <h1>.
888         Adjust links to the new location of index.html.
890 2003-07-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
892         * gcc_release: Move handling of complex modes directly after
893         switch handling.
894         (TAG): Include the branch name as part of snapshot CVS tags.
896 2003-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
898         * gcc_release: Execute gcc.gnu.org-only operations which are
899         related to diff generation only if diffs have been requested.
900         (build_sources): Improve tracing and an error message related
901         to tagging.
903 2003-07-01  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
905         * gcc_release (BRANCH): Rename to...
906         (CVSBRANCH): ...new macro, and use BRANCH for the variant users
907         will see.
908         (FTP_BRANCH): For snapshots, include ${BRANCH} in the last part
909         of the directory name.
910         Use .snapshot_date-${BRANCH} instead of .snapshot_date.
912 2003-06-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
914         * gcc_release: Command "all" now creates .gz files only for
915         releases and pre-releases.
917 2003-06-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
919         * gcc_release (build_sources): Do not include gnats.html any longer.
920         Make an error message more descriptive.
922 2003-06-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
924         * gcc_release: Factor the updating of links and READMEs on the
925         FTP server and sending mail for snapshots into a...
926         (announce_snapshot): ...new function.
927         Add informative output for both.
929 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
931         * gcc_release: Do not update gcc_latest_snapshot tag any longer.
933 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
935         * snapshot-index.html: Use F77 instead of G77 front end.
936         Remove link to CodeSourcery snapshots which was not up-to-date.
937         Do not refer to gcc-bugs@gcc.gnu.org any longer.
939         * snapshot-README: Use F77 front end instead of G77 language.
941 2003-06-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
943         * gcc_release (build_tarfile): Build .bz2 files instead of .gz files.
944         (build_bz2): Rename to build_gzip and create .gz files from .bz2
945         files instead of the other way around.
946         (build_gzip): New function.
947         (build_diffs): Build .bz2 files instead of .gz files.
948         (build_diff): Use .bz2 files instead of .gz files.
949         Make an error message independent of the compression format.
950         (MODE_BZIP2): Rename to MODE_GZIP.  Related changes to the
951         invocation of this script.
952         (MODE_GZIP): New variable.
953         (OLD_TARS): Use .bz2 archive of the previous snapshot.
955 2003-06-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
957         * snapshot-README: Use GCC instead of gcc, C++ front end instead of
958         g++ language, and note that Java includes a run time.
959         * snapshot.index.html: Ditto.
961 2003-06-10  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
963         * gcc_release (build_diff): Properly use ${TAR} instead of
964         hard-coded tar.
966 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
968         * snapshot-index.html: Refer to .bz2 files instead of .gz files.
969         Simplify the note on not using unannounced snapshots.
971 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
973         * snapshot-README: Refer to .bz2 files instead of .gz files.
974         Add a note on where to find the diff files.
975         Simplify the note on not using unannounced snapshots.
976         Remove documentation of the gcc_latest_snapshot tag.
978 2003-05-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
980         * gcc_release (build_diffs): Add diagnostics in case we cannot
981         generate a specific diff file.
983 2003-05-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
985         * gcc_release (build_sources): Only update ChangeLog files which
986         do not yet contain the entry we are going to add.
987         Fix typo in added ChangeLog entries.
989 2003-05-20  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
991         * gcc_release (upload_files): Put diff files into a "diffs"
992         subdirectory
994 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
996         * gcc_release: GNU CC -> GCC.
998 2003-05-12  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1000         * gcc_release (usage): Print more detailed description of all
1001         command-line options.
1003 2003-05-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1005         * update_version (ADD_BRANCHES): Add, set to MAIN and
1006         tree-ssa-20020619-branch.
1007         (BRANCHES): Always consider branches given by $ADD_BRANCHES.
1009 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1011         * update_version (textstring_FILES): Only version.c needs to be
1012         updated, now that we do not consider older branches any more.
1014 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1016         * update_version (IGNORE_BRANCHES): Add.
1017         (BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.
1019 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1021         * update_version: Add a trace of which branch we are currently
1022         working on.
1024 2002-12-16  Mark Mitchell  <mark@codesourcery.com>
1026         * gcc_release: Make snapshots from the GCC 3.3 branch.
1027         * snapshot-README: Update.
1029 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
1031         * update_version: Do not check in files which are unchanged.
1032         * gcc_release: Only update the version in gcc/version.c.
1034 2002-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
1036         * update_web_docs (MANUALS): Add fastjar.
1038 2002-09-08  Joseph S. Myers  <jsm@polyomino.org.uk>
1040         * gcc_release: Make snapshots come from the mainline.
1041         * snapshot-README: Update.
1043 2002-08-28  Joseph S. Myers  <jsm@polyomino.org.uk>
1045         * update_web_docs: Remove support for generating g77_news.html and
1046         g77_bugs.html.
1047         * update_web_docs_old: Likewise.  Remove support for generating
1048         thanks.html.
1050 2002-07-28  Andreas Jaeger  <aj@suse.de>
1052         * gcc_release: Update comment.
1054         * snapshot-README: Snapshots are taken from GCC 3.2 branch.
1056 2002-07-28  Mark Mitchell  <mark@codesourcery.com>
1058         * gcc_release: Use the 3.2 branch for snapshots.
1060 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
1062         * update_web_docs (MANUALS): Include various flavours of the GNAT
1063         User Guide.
1065 2002-05-27  Joseph S. Myers  <jsm28@cam.ac.uk>
1067         * update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to
1068         gcc/gcc/ada/gnatvsn.ads.
1070 2002-05-26  Joseph S. Myers  <jsm28@cam.ac.uk>
1072         * gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which
1073         release status is updated.
1074         * update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads.
1076 2002-05-21  Joseph S. Myers  <jsm28@cam.ac.uk>
1078         * gcc_release: Do upload files when local.
1080         * snapshot-README, snapshot-index.html: Remove chill.
1082 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
1084         * gcc_release: Correct upload handling.
1086 2002-04-22  Mark Mitchell  <mark@codesourcery.com>
1088         * gcc_release (build_diffs): Remove reference to Chill.
1090 2002-04-21  Joseph S. Myers  <jsm28@cam.ac.uk>
1092         * update_web_docs (MANUALS): Remove chill.  Add gnat_rm.
1094 2002-04-19  Kelley R. Cook (kelly.r.cook@gm.com)
1096         * gcc_release: Set TZ to UTC0.
1098 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
1100         * gcc_release (build_tarfiles): Do not build Chill tarfiles.
1101         (CHILL_DIRS): Remove.
1103 2002-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
1105         * gcc_release: Build diffs for ada and chill.  Make "bzip2" a new
1106         major mode.
1108 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
1110         * update_version:  Don't indent the version string.
1112 2002-03-05  Joseph S. Myers  <jsm28@cam.ac.uk>
1114         * snapshot-README: Note that snapshots come from the 3.1 branch.
1115         Update list of files.
1117 2002-03-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1119         * gcc_release: Make snapshots come from the 3.1 branch.
1121 2002-02-25  Mark Mitchell  <mark@codesourcery.com>
1123         * update_version: Automatically update version files on all
1124         branches.
1125         * crontab: Only invoke update_version once.
1127 2002-02-23  Joseph S. Myers  <jsm28@cam.ac.uk>
1129         * gcc_release: Revert change to -p interface.  Allow for local and
1130         remote cases in creating directories.  Give an error if -p
1131         argument names a directory.
1133 2002-02-21  Mark Mitchell  <mark@codesourcery.com>
1135         * gcc_release: Correct handling of diff-generation.  Add
1136         "diffs" major mode.
1138 2002-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1140         * gcc_release: Substitute dates in snapshot-README and
1141         snapshot-index.html files rather than directly using the old files
1142         on the FTP site.  Set QMAILHOST.
1144 2002-02-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1146         * snapshot-index.html: Improve markup.
1148 2002-01-29  Joseph S. Myers  <jsm28@cam.ac.uk>
1150         * snapshot-README, snapshot-index.html: Use expressions such as
1151         @DATE@ rather than hardcoded dates.
1153         * snapshot-README, snapshot-index.html: New files.
1155 2002-01-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1157         * update_web_docs (contrib_file): Remove.
1158         Also removing special handling of thanks.html.
1160 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1162         * update_web_docs: Use makeinfo --html instead of texi2html.
1163         Remove support for pre-3.1 GCC versions.  Build online docs for
1164         gccint manual.
1166 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1168         * update_web_docs_old: Copy from update_web_docs.  Add comment
1169         that this is for GCC 3.0.x and earlier versions.
1171 2001-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
1173         * gcc_release: Add /usr/local/bin to path when local.
1175 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
1177         * update_web_docs: Set SOURCEDIR so that install manual can be
1178         found when running install.texi2html.
1180         * gcc_release: Don't require a username if running locally.
1182 2001-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
1184         * update_web_docs: Eliminate warnings about keeping files from web
1185         page preprocessing.
1187         * update_web_docs: Allow for the same file name in different
1188         directories.
1190 2001-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
1192         * update_web_docs: Generate libiberty and gnat-style manuals.
1194 2001-10-24  Joseph S. Myers  <jsm28@cam.ac.uk>
1196         * gcc_release: Build snapshots from mainline.  Generate Ada and
1197         Chill tarballs.  Correct error check when building diffs.  Check
1198         for errors when building bzip2 files.
1199         * crontab: Use /sourceware/snapshot-tmp for building snapshots.
1201 2001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1203         * crontab: Build weekly snapshots.
1205         * gcc_release: Copy from 3.0 branch.  Add support for building the
1206         weekly snapshots on gcc.gnu.org.
1208 2001-08-28  Joseph S. Myers  <jsm28@cam.ac.uk>
1210         * update_web_docs: Also check out texinfo.tex from
1211         gcc/doc/include.
1213 2001-08-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1215         * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.
1216         Preprocess the entire web site, not just the install docs.
1218 2001-06-25  Phil Edwards  <pme@sources.redhat.com>
1220         * update_version:  Add command-line argument capability, also
1221         bump version for libstdc++-v3, and exit with the return code from
1222         the cvs commit.
1223         * crontab:  Call update_version with arguments instead of
1224         calling update_branch_version.
1225         * update_branch_version:  Remove.
1227 2001-06-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1229         * update_web_docs: Only update the install documentation for the
1230         CVS HEAD.
1232 2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1234         * update_web_docs, doc_exclude: Check out files that may be in the
1235         Attic.  Check out texinfo.tex.  Don't generate anything from
1236         c-tree.texi.  Generate PostScript output from manuals.
1238 2001-06-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1240         * update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New
1241         variables.
1242         Fix a comment and add another one.
1243         Generate the installation documentation in HTML format from
1244         gcc/doc/install.texi.
1246 2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1248         * update_web_docs: Don't generate HTML from gxxint.texi.  Don't
1249         run texi2html on manuals that aren't present.
1251 2001-03-18  Phil Edwards  <pme@sources.redhat.com>
1253         * update_web_docs_libstdcxx:  New script.
1254         * crontab:  Call said script.
1256 2001-03-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1258         * update_version, update_branch_version: Check out with gcc
1259         directory instead of using egcs link.
1261 2001-03-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1263         * update_web_docs: Don't strip leading -r from argument following
1264         -r, or leading -d from argument following -d.  Bug pointed out by
1265         Matt Kraai.
1267         * update_web_docs: Handle -r and -d options to generate docs for a
1268         release or branch in a subdirectory.  Determine names of G77 news
1269         and bugs files and contributors file after updated docs have been
1270         installed, not before.  Don't remove files from a subdirectory.
1271         Don't generate manuals for gcov (included in the GCC manual) or
1272         iostream (obsolete).  Do generate manuals for cppinternals, gcj
1273         and porting.  Update regular expressions for detecting whether
1274         files have really changed when regenerated.
1276 2001-03-15  Joseph S. Myers  <jsm28@cam.ac.uk>
1278         * update_web_docs: Use /usr/local/bin/texi2html rather than
1279         gccadmin's local copy.
1281 2001-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
1283         * crontab, doc_exclude, update_branch_version, update_version,
1284         update_web_docs: New files (as currently used by gccadmin).
1285         * README: New file.