Update ChangeLog and version files for release
[official-gcc.git] / maintainer-scripts / ChangeLog
blob42ef93b020eb624563f621e9da172b4bb4cf64d0
1 2023-07-07  Release Manager
3         * GCC 10.5.0 released.
5 2022-06-28  Release Manager
7         * GCC 10.4.0 released.
9 2021-04-08  Jonathan Wakely  <jwakely@redhat.com>
11         Backported from master:
12         2021-04-08  Jonathan Wakely  <jwakely@redhat.com>
14         * generate_libstdcxx_web_docs: Add --disable-multilib to
15         configure command.
17 2021-04-08  Release Manager
19         * GCC 10.3.0 released.
21 2020-07-23  Release Manager
23         * GCC 10.2.0 released.
25 2020-05-07  Release Manager
27         * GCC 10.1.0 released.
29 2020-03-12  Jakub Jelinek  <jakub@redhat.com>
31         * gcc_release (upload_files): Without -l, pass -m 755 to the mkdir
32         command invoked through ssh.
34         * update_web_docs_git: Drop SPHINXBUILD=/usr/bin/sphinx-1.0-build.
36 2020-02-27  Jakub Jelinek  <jakub@redhat.com>
38         * gcc_release: Add support for -b local-git-repo argument.
40 2020-01-13  Jonathan Wakely  <jwakely@redhat.com>
42         * update_web_docs_libstdcxx_git: New file.
43         * update_web_docs_libstdcxx_svn: Remove.
44         * crontab: Use update_web_docs_libstdcxx_git.
46 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
48         * update_web_docs_git: New file.
49         * update_web_docs_svn: Remove.
50         * crontab: Use update_web_docs_svn.
52 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
54         * gcc_release: Use git instead of SVN.
55         * crontab: Update gcc_release calls.
57 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
59         * update_version_git: New file.
60         * update_version:svn: Remove.
61         * crontab: Use update_version_git.
63 2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
65         * gcc_release: Use https for gcc.gnu.org.
67 2019-11-14  Richard Biener  <rguenther@suse.de>
69         * update_version_svn (IGNORE_BRANCHES): Add 7.
71 2019-10-05  Richard Biener  <rguenther@suse.de>
73         * crontab: Disable snapshots from gcc-7-branch.
75 2019-08-05  David Malcolm  <dmalcolm@redhat.com>
77         * update_web_docs_svn: Proceed even if the invocation of
78         sphinx fails.
80 2019-05-04  Gerald Pfeifer  <gerald@pfeifer.com>
82         * crontab: Snapshots from trunk are now GCC 10 related.
83         Add GCC 9 snapshots from the respective branch.
85 2019-02-23  Jonathan Wakely  <jwakely@redhat.com>
87         * generate_libstdcxx_web_docs: Improve error output.
89 2018-11-22  Martin Liska  <mliska@suse.cz>
91         * bugzilla-close-candidate.py: New file.
93 2018-10-26  Jakub Jelinek  <jakub@redhat.com>
95         * update_version_svn (IGNORE_BRANCHES): Add gcc-6-branch.
96         * crontab: Remove gcc-6-branch entry.
98         * gcc_release (error, inform): Use $@ instead of $1.
99         (build_sources): Check for ^[[:blank:]]*GCC in both index.html
100         and changes.html, rather than for GCC in one and ^GCC in another one.
102 2018-05-03  Jakub Jelinek  <jakub@redhat.com>
104         PR other/85622
105         * gcc_release: For -f, verify contrib/gennews has the major version
106         pages listed and both index.html and changes.html have been updated
107         for the new release.
109 2018-04-25  Jakub Jelinek  <jakub@redhat.com>
111         * crontab: Enable snapshots from gcc-8-branch.
113 2018-01-25  Richard Biener  <rguenther@suse.de>
115         * gcc_release (build_sources): Use getconf to get at the number
116         of cores in the system and pass -jN to gcc_build.
118 2017-10-10  Jakub Jelinek  <jakub@redhat.com>
120         * update_version_svn: Ignore the GCC 5 branch.
121         * crontab: Remove entry for the GCC 5 branch.
123 2017-05-23  Matthias Klose  <doko@ubuntu.com>
125         * gcc_release (XZ): Default to xz --best.
127 2017-05-18  Matthias Klose  <doko@ubuntu.com>
129         * gcc_release (build_gzip): Build xz tarball instead of bz2 tarball.
130         (build_diffs): Handle building diffs from either bz2 or xz tarballs,
131         compress diffs using xz instead of bz2.
132         (build_diff): Likewise.
133         (upload_files): Check for *.xz files instead of *.bz2 files.
134         (announce_snapshot): Announce xz tarball instead of bz2 tarball.
135         (XZ): New definition.
136         (<toplevel>): Look for both bz2 and xz compressed old tarballs.
138 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
140         * crontab: Enable snapshots from gcc-7-branch.
142 2017-03-03  Gerald Pfeifer  <gerald@pfeifer.com>
144         * gcc_release (snapshot_print): Replace md5 checksum by sha256.
146 2017-02-28  Gerald Pfeifer  <gerald@pfeifer.com>
148         * update_web_docs_svn: Remove a reference to GCC 3.1.  Describe
149         settings to tweak if running on a host different from gcc.gnu.org.
150         (WWWBASE): Allow override via the environment.  Also check for
151         existance.
153 2017-02-08  Gerald Pfeifer  <gerald@pfeifer.com>
155         * update_web_docs_svn (MANUALS): Add libitm.
157 2016-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
159         PR documentation/50642
160         * update_web_docs_svn (CSS): Introduce.
161         Have generated files refer to it.
163 2016-08-17  Martin Liska  <mliska@suse.cz>
165         * branch_changer.py: Describe the script. Add sample usage
166         of the script.
168 2016-08-03  Martin Liska  <mliska@suse.cz>
170         * branch_changer.py: New file.
172 2016-07-26  Richard Biener  <rguenther@suse.de>
174         * update_version_svn: Ignore the GCC 4.9 branch.
176 2016-07-26  Richard Biener  <rguenther@suse.de>
178         * crontab: Remove entry for the GCC 4.9 branch.
180 2016-06-13  Jonathan Wakely  <jwakely@redhat.com>
182         * generate_libstdcxx_web_docs: Use realpath to get absolute path.
183         Add comment about LaTeX errors.
185 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
187         * crontab: Enable snapshots from gcc-6-branch.
189 2015-06-23  Richard Biener  <rguenther@suse.de>
191         * update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES.
193 2015-06-14  Richard Biener  <rguenther@suse.de>
195         * crontab: Disable snapshots from the 4.8 branch.
197 2015-04-13  Jakub Jelinek  <jakub@redhat.com>
199         * update_version_svn: Update DATESTAMP also on
200         branches/gcc-[0-9]+-branch.
202         * gcc_release: Fix up thinko in the last commit, improve error
203         message.  Commit all ChangeLog, DEV-PHASE and BASE-VER changes
204         together, rather than doing dozens of separate commits.
206 2015-04-12  Jakub Jelinek  <jakub@redhat.com>
208         * gcc_release: For RELEASE_MAJOR 5+ only use the major
209         number in branch name.  When doing final release of 5+,
210         if BASE-VER doesn't match release, but is *.*.1 for the
211         one smaller minor version, bump BASE-VER.
213         * crontab: Enable snapshots from gcc-5-branch.
215 2015-04-07  Gerald Pfeifer  <gerald@pfeifer.com>
217         * update_web_docs_libstdcxx_svn (FILTER): Introduce.
218         Use to filter output of the copying process.
220 2015-02-25  Arnaud Charlet  <charlet@adacore.com>
222         * update_web_docs_svn: Preserve gcc/ada/*.png. Update comments.
224 2015-02-25  Arnaud Charlet  <charlet@adacore.com>
226         * update_web_docs_svn: Add -I gcc/gcc/ada/doc/gnat_ugn for gnat_ugn
228 2015-02-06  David Malcolm  <dmalcolm@redhat.com>
230         PR jit/64257
231         * update_web_docs_svn: When copying up files for the built jit
232         documentation, also copy up .txt files.
234 2015-02-04  David Malcolm  <dmalcolm@redhat.com>
236         PR jit/64257
237         * update_web_docs_svn: Update build of jit docs to use EPEL6
238         variant install of sphinx 1.0.8, rather than 0.6.6.
240 2015-01-26  David Malcolm  <dmalcolm@redhat.com>
242         PR jit/64257
243         * update_web_docs_svn: Don't delete gcc/jit/docs or
244         gcc/jit/jit-common.h, gcc/jit/notes.txt. Special case the
245         building of the JIT docs (using sphinx-build).  Special case
246         copying them up.
248 2014-08-14  Richard Biener  <rguenther@suse.de>
250         * crontab: Change trunk snapshots from 4.10 to 5.
252 2014-08-01  Arnaud Charlet  <charlet@adacore.com>
254         * update_web_docs_svn: Simplify build of gnat_ugn.
256 2014-06-12  Richard Biener  <rguenther@suse.de>
258         * crontab: Remove 4.7 snapshot entry.
259         * update_version_svn: Update IGNORE_BRANCHES.
261 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
263         * generate_libstdcxx_web_docs: New script.
265 2014-04-11  Jakub Jelinek  <jakub@redhat.com>
267         * crontab: Enable snapshots from gcc-4_9-branch.
269 2014-02-01  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>
271         PR other/56653
272         * gcc_release: Avoid printing empty line to generated MD5SUMS files.
273         Bump copyright year.
275 2013-12-02  Gerald Pfeifer  <gerald@pfeifer.com>
277         * update_web_docs_svn: Work around makeinfo generated file names
278         and references with "_002d" instead of "-".
280 2013-04-12  Jakub Jelinek  <jakub@redhat.com>
282         * crontab: Disable snapshots from gcc-4_6-branch.
283         * update_version_svn: Ignore gcc-4_6-branch.
285 2013-04-07  Gerald Pfeifer  <gerald@pfeifer.com>
287         * update_web_docs_libstdcxx_svn: No longer ignore all output from
288         the actual copy process.
289         Check the exit code of the actual copy process; diagnose problems.
291 2013-03-16  Jakub Jelinek  <jakub@redhat.com>
293         * crontab: Enable snapshots from gcc-4_8-branch.
295 2012-07-02  Richard Guenther  <rguenther@suse.de>
297         * crontab: Disable snapshots from gcc-4_5-branch.
298         * update_version_svn: Ingore gcc-4_5-branch.
300 2012-03-23  Richard Guenther  <rguenther@suse.de>
302         * crontab: Enable snapshots from gcc-4_7-branch.
304 2012-03-13  Jakub Jelinek  <jakub@redhat.com>
306         * crontab: Remove 4.4 branch from the list of snapshots to make.
307         * update_version_svn (IGNORE_BRANCHES): Add gcc-4_4-branch.
309 2012-03-05  Richard Guenther  <rguenther@suse.de>
311         * crontab: Remove 4.3 branch from the list of snapshots to make.
313 2012-03-02  Richard Guenther  <rguenther@suse.de>
315         * crontab: Fix day-of-week.
317 2012-03-02  Richard Guenther  <rguenther@suse.de>
319         * crontab: Update for 4.7 branching.
321 2011-11-21  Gerald Pfeifer  <gerald@pfeifer.com>
323         * update_web_docs_svn: Make $DOCSDIR group writable after
324         creating it.
326 2011-06-27  Richard Guenther  <rguenther@suse.de>
328         * update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch.
330 2011-05-22  Joseph Myers  <joseph@codesourcery.com>
332         * gcc_release (adjust_dirs, maybe_build_tarfile): Remove.
333         (build_tarfiles): Don't build separate files for languages and
334         core.
335         (build_diffs): Only build one set of diffs.
336         (announce_snapshot): Only announce one tar file.
337         (ADA_DIRS, CPLUSPLUS_DIRS, FORTRAN95_DIRS, GO_DIRS, JAVA_DIRS,
338         OBJECTIVEC_DIRS, TESTSUITE_DIRS): Remove.  Don't adjust names
339         relative to WORKING_DIRECTORY.
341 2011-04-21  Jakub Jelinek  <jakub@redhat.com>
343         * gcc_release (maybe_build_tarfile): Don't build a tarfile if
344         the first directory doesn't exist.
346 2011-03-14  Jakub Jelinek  <jakub@redhat.com>
348         * crontab: Enable 4.7 snapshots, switch 4.6 snapshots to
349         4.6 branch.
351 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
353         * update_web_docs_svn: Generate libquadmath-vers.texi.
355 2011-01-31  Gerald Pfeifer  <gerald@pfeifer.com>
357         * update_version_svn (FILES): Merge with datestamp_FILES.
358         (SVNROOT2): Introduce and use.
359         
360 2011-01-30  Gerald Pfeifer  <gerald@pfeifer.com>
362         * update_version_svn (SVN): Remove obsolete comment.
363         (CURR_DATE): Fix description.
364         Fix description of checkout procedure.
366 2010-12-18  Tobias Burnus  <burnus@net-b.de>
368         * update_web_docs_svn (MANUALS): Add libquadmath.
370 2010-12-08  Ian Lance Taylor  <iant@google.com>
372         * gcc_release: Add support for releasing Go as a separate
373         tarball.
375 2010-12-08  Ian Lance Taylor  <iant@google.com>
377         * update_web_docs_svn (MANUALS): Add gccgo.
379 2010-12-08  Ian Lance Taylor  <iant@google.com>
381         * README: Change "CVS" to "Subversion".
383 2010-08-23  Gerald Pfeifer  <gerald@pfeifer.com>
385         * gcc_release (snapshot_print): Also include an sha1 hash for
386         every tarball.  Slightly tweak indentation.
388 2010-08-15  Gerald Pfeifer  <gerald@pfeifer.com>
390         * gcc_release (CVSROOT): Remove all occurrences.
392 2010-08-14  Gerald Pfeifer  <gerald@pfeifer.com>
394         * gcc_release (snapshot_print): Include md5 hash for every tarball
395         in the README file and notification mail.
397 2010-08-01  Gerald Pfeifer  <gerald@pfeifer.com>
399         * update_web_docs_libstdcxx_svn: Do not compress generated .html
400         files any more.
402 2010-06-24  Joseph Myers  <joseph@codesourcery.com>
404         * update_web_docs_svn: Also pass -I option pointing to ada/ source
405         directory for Ada manual.
407 2010-04-16  Joseph Myers  <joseph@codesourcery.com>
409         * crontab: Enable 4.6 snapshots.
411 2010-04-07  Joseph Myers  <joseph@codesourcery.com>
413         * crontab: Switch 4.5 snapshots to 4.5 branch.
415 2010-03-31  Joseph Myers  <joseph@codesourcery.com>
417         * gcc_release (build_tarfiles): Make directories mode 755, not
418         777.
420 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
422         * update_web_docs_svn: Update BUGURL to http://gcc.gnu.org/bugs/.
424 2009-10-03  Diego Novillo  <dnovillo@google.com>
426         * gcc_release (JAVA_DIRS): Remove zlib.
428 2009-04-23  Gerald Pfeifer  <gerald@pfeifer.com>
430         * update_web_docs_svn: Redirect output of texi2dvi to /dev/null.
432 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
434         * gcc_release: Change copyright header to refer to version
435         3 of the GNU General Public License and to point readers at the
436         COPYING3 file and the FSF's license web page.
437         * maintainer-addresses: Likewise.
439 2009-04-08  Gerald Pfeifer  <gerald@pfeifer.com>
441         * update_web_docs_svn: Run this script under plain /bin/sh
442         as opposed to /bin/sh -x.
444 2009-03-30  Joseph Myers  <joseph@codesourcery.com>
446         * update_version_svn (IGNORE_BRANCHES): Add 4.2 branch.
448 2009-03-28  Gerald Pfeifer  <gerald@pfeifer.com>
450         * crontab: Stop 4.2 snapshots.
451         Spread out 4.3, 4.4, and 4.5 snapshots more evenly.
453 2009-03-27  Mark Mitchell  <mark@codesourcery.com>
455         * crontab: Add 4.4 branch snapshots.
457 2009-02-21  Gerald Pfeifer  <gerald@pfeifer.com>
459         * update_version_svn (ADD_BRANCHES): Remove autovect-branch
460         and document format.
462 2009-01-17  Richard Guenther  <rguenther@suse.de>
464         * gcc_release (JAVA_DIRS): Remove fastjar.
466 2008-10-04  Gerald Pfeifer  <gerald@pfeifer.com>
468         * gcc_release: Fix a couple of comments.
470 2008-07-04  Joseph Myers  <joseph@codesourcery.com>
472         * crontab: Remove 4.1 snapshots job.
473         * update_version: Remove.
474         * gcc_release: Remove support for g77 and release status in
475         version.c.
476         * update_version_svn: Ignore 4.1 branch.  Remove support for
477         updating files other than DATESTAMP.
478         * update_web_docs_svn: Remove support for g77 manual.
480 2008-02-18  Jakub Jelinek  <jakub@redhat.com>
482         * crontab: Add 4.3 branch.  Set trunk to 4.4.
484 2008-01-28  Joseph Myers  <joseph@codesourcery.com>
486         * gcc_release (build_sources): Pass --disable-multilib to
487         gcc_build.
488         (SVN): Don't use full path.
490 2008-01-21  Jonathan Wakely  <jwakely.gcc@gmail.com>
492         * update_web_docs_libstdcxx_svn: "docs" dir moved to "doc".
494 2007-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
496         * gcc_release: Do not include copies of faq.html in releases,
497         and remove all the explicit support code to pull in web pages.
499 2007-08-21  Paul Brook  <paul@codesourcery.com>
500             Nathan Sidwell  <nathan@codesourcery.com>
501             Mark Mitchell  <mark@codesourcery.com>
502             Joseph Myers  <joseph@codesourcery.com>
504         * gcc_release: Do not include copies of bugs.html in releases.
505         * update_web_docs_svn: Set VERSION_PACKAGE and BUGURL in
506         gcc-vers.texi.
508 2007-07-06  Joseph Myers  <joseph@codesourcery.com>
510         * update_web_docs_svn: Use -o with makeinfo, texi2dvi and texi2pdf
511         commands.
513 2007-06-28  Mike Stump  <mrs@apple.com>
515         * gcc_release: Update for Objective-C++.
517 2007-05-28  Mark Mitchell  <mark@codesourcery.com>
519         * gcc_release: Adjust placement of release candidates.
521 2007-04-01  Gerald Pfeifer  <gerald@pfeifer.com>
523         * update_web_docs_svn (MANUALS): Move towards the top of the
524         script.  Reformat for easier editing/diffing.
526 2006-03-31  Tobias Burnus  <burnus@net-b.de>
528         * update_web_docs_svn: Build also gfc-internals.
530 2007-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
532         * update_version_svn (IGNORE_BRANCHES): Add 4_0-branch.
534 2007-01-29  Gerald Pfeifer  <gerald@pfeifer.com>
536         * crontab: No longer build snapshots for 4.0.x.
538 2007-01-21  Tobias Burnus  <burnus@net-b.de>
540         * update_web_docs_svn: Build also libgomp documentation.
542 2007-01-05  Gerald Pfeifer  <gerald@pfeifer.com>
544         * crontab: Spread snapshots more evenly throughout the week, and
545         in "ascending" order.  Build all at the same time of the day.
547 2006-10-20  Mark Mitchell  <mark@codesourcery.com>
549         * crontab: Add 4.2 branch.  Set trunk to 4.3.
551 2006-09-17  Gerald Pfeifer  <gerald@pfeifer.com>
553         * gcc_release (LC_ALL): Default to C.
555 2006-03-11  Gabriel Dos Reis  <gdr@integrable-solutions.net>
557         * crontab: Don't build snapshot for 3.4.x anymore.
558         * update_version_svn (IGNORE_BRANCHES): Add 3_4-branch.
560 2006-01-12  Ben Elliston  <bje@au.ibm.com>
562         * update_version_svn (ADD_BRANCHES): Remove dfp-branch.
564 2005-12-16  Joseph S. Myers  <joseph@codesourcery.com>
566         * update_web_docs_svn: Remove unnecessary files from source tree.
567         Use set -e.
568         * doc_exclude, update_web_docs, update_web_docs_libstdcxx: Remove.
570 2005-12-16  Mark Mitchell  <mark@codesourcery.com>
572         * update_web_docs_svn: Set @srcdir in gcc-vers.texi. 
573         
574 2005-11-18  Mark Mitchell  <mark@codesourcery.com>
576         * crontab: Add 4.1 branch entry.
578 2005-11-06  Joseph S. Myers  <joseph@codesourcery.com>
580         * gcc_release: Further update for SVN.  Don't set EXPORTTAG or
581         EXPORTDATE; always determine SVNREV the same way.  Correct message
582         about what sources are being retrived.  Include branch information
583         in LAST_UPDATED.
584         * crontab: Don't include initial / in branch name.
586 2005-11-05  Daniel Berlin  <dberlin@dberlin.org>
588         * gcc_release:  Always determine revision number from date or tag,
589         and use that, instead of fragile date based export.
590         Put back setting of non-local CVSROOT.
592 2005-11-05  Daniel Berlin  <dberlin@dberlin.org>
594         * gcc_release: Make tags go in /tags.
595         Don't tag for snapshots.
596         Determine revision number of export and put into snapshot
597         announcement.
599 2005-11-03  Daniel Berlin  <dberlin@dberlin.org>
601         * gcc_release: Update for SVN
602         * crontab: Update for new gcc_release
604 2005-10-26  Daniel Berlin  <dberlin@dberlin.org>
606         * update_web_docs_svn: Use -q to quiet svn.
608 2005-10-26  Daniel Berlin  <dberlin@dberlin.org>
610         * crontab: Update to reflect reality
612 2005-10-01  Mark Mitchell  <mark@codesourcery.com>
614         * gcc_release (build_sources): If trying to apply a tag that
615         already exists, issue an error message and exit.
617 2005-09-30  Joseph S. Myers  <joseph@codesourcery.com>
619         PR other/23693
620         * update_web_docs: Add PDF support.  Correct check of DEV-PHASE.
622 2005-09-30  Joseph S. Myers  <joseph@codesourcery.com>
624         * update_web_docs_old: Remove.
626 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
628         * gcc_release: Update with FSF address.
630 2005-07-26  Janis Johnson  <janis187@us.ibm.com>
632         * update_version (ADD_BRANCHES): Add dfp-branch.
634 2005-05-21  Gerald Pfeifer  <gerald@pfeifer.com>
636         * crontab: Spread snapshot building more evenly throughout the
637         week.
639 2005-05-19  Joseph S. Myers  <joseph@codesourcery.com>
641         * crontab: Don't build 3.3 branch snapshots.
642         * update_version (IGNORE_BRANCHES): Add gcc-3_3-branch.
644 2005-03-15  Zack Weinberg  <zack@codesourcery.com>
646         * README: Update.
647         * gcc_release: Update gcc/DEV-PHASE if that file exists, instead
648         of gcc/version.c.
649         * update_version: Handle updating gcc/DATESTAMP.
650         * update_web_docs: Generate gcc-vers.texi first.
652 2005-03-10  Ranjit Mathew  <rmathew@hotmail.com>
654         * gcc_release (ADA_DIRS): Add "gnattools".
656 2005-02-25  Mark Mitchell  <mark@codesourcery.com>
658         * crontab: Adjust for 4.0 branch.
660 2004-12-30  Sebastian Pop  <pop@cri.ensmp.fr>
662         * update_version (ADD_BRANCHES): Replace lno-branch with
663         autovect-branch.
665 2004-09-11  Gerald Pfeifer  <gerald@pfeifer.com>
667         * crontab: Rename GCC 3.5 snapshots to GCC 4.0 snapshots.
669 2004-08-14  Kelley Cook  <kcook@gcc.gnu.org>
671         * gcc_release (build_sources): Add comment header to generated
672         MD5SUMS.
674 2004-08-06  Kelley Cook  <kcook@gcc.gnu.org>
676         * gcc_release (snapshot_print): Accept arguments.  Don't use echo -e.
677         (announce_snapshot):  Update for above.  Don't use echo -e.
679 2004-08-03 Kelley Cook  <kcook@gcc.gnu.org>
681         * maintainer-scripts (snapshot_print): New function.
682         (announce_snapshot): Generate announcment on the fly.
683         Use a directory link for LATEST.
684         * snapshot-README: Delete.
685         * snapshot-index.html: Delete.
687 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
689         * gcc_release (build_sources): Move the libcpp gmo files
690         to the source directory.
692 2004-06-03  Joseph S. Myers  <jsm@polyomino.org.uk>
694         * gcc_release (maybe_build_tarfile): New function.
695         (build_tarfiles): Use maybe_build_tarfile.
697 2004-05-21  Paolo Carlini  <pcarlini@suse.de>
699         * gcc_release (build_sources): Generate the NEWS file in toplevel.
701 2004-05-17  Kelley Cook  <kcook@gcc.gnu.org>
703         * gcc_release (build_sources): Change CRCs from brik to md5sum.
705 2004-05-16  Gerald Pfeifer  <gerald@pfeifer.com>
707         * crontab: Add GCC 3.5 snapshots, currenty run on Sundays.
709 2004-05-13  Joseph S. Myers  <jsm@polyomino.org.uk>
711         * update_web_docs: Also remove old .gz files from subdirectories
712         on the 15th of the month.
714 2004-05-13  Joseph S. Myers  <jsm@polyomino.org.uk>
716         * update_web_docs (MANUALS): Add gfortran.
718 2004-05-13  Arnaud Charlet  <charlet@act-europe.fr>
720         * update_web_docs: Fix generation of Ada docs.
722 2004-05-13  Joseph S. Myers  <jsm@polyomino.org.uk>
724         * update_version (ADD_BRANCHES): Remove tree-ssa-20020619-branch.
726         * gcc_release (DIFF): Remove -3 option.
728 2003-07-26  Paul Brook  <paul@nowt.org>
730         * gcc_release: Add gcc-fortran.
731         * snapshot-README: Ditto.
732         * snapshot-index.html: Ditto.
734 2004-05-02  Gerald Pfeifer  <gerald@pfeifer.com>
736         * crontab: Move GCC 3.4 snapshots from Wednesday afternoon to
737         Friday night, where gcc.gnu.org has less load.
739 2004-05-02  Gerald Pfeifer  <gerald@pfeifer.com>
741         * crontab: Adjust temporary directory used for snapshot generation.
742         Move GCC 3.3 snapshots to Wednesday 22:32, where gcc.gnu.org has
743         less load.
745 2004-04-19  Mark Mitchell  <mark@codesourcery.com>
747         * gcc_release (build_sources): Do not use "-F" to tag sources.
749 2004-04-07  Mark Mitchell  <mark@codesourcery.com>
751         * gcc_release (build_sources): Do not use "-r" and "-D" at the
752         same time with "cvs export".
754 2004-03-27  Gerald Pfeifer  <gerald@pfeifer.com>
756         * gcc_release: Fix sanity check for argument of -p command-line
757         options.  In snapshot mode, only generate diffs against the previous
758         snapshot if the user did not specify any old tarball explictly.
760 2004-03-25  Gerald Pfeifer  <gerald@pfeifer.com>
762         * gcc_release (FTP_PATH): Use /var/ftp instead of ~ftp, and
763         only set at a single place.
765 2004-03-14  Gerald Pfeifer  <gerald@pfeifer.com>
767         * gcc_release (SNAPSHOTS_DIR): New variable.  Use it.
768         (announce_snapshot): Use it.
770 2004-03-14  Gerald Pfeifer  <gerald@pfeifer.com>
772         * gcc_release (announce_snapshot): Use changedir instead of
773         plain cd.
775 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>
777         * gcc_release: Add libada as part of ADA_DIRS.
779 2004-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
781         * crontab: Make 3.4 snapshots from the new 3.4 release branch.
783 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
785         * gcc_release (build_sources): Delete call to make f77.rebuilt.
787 2004-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
789         * snapshot-README: Mention how the snapshot was generated.
790         * snapshot-index.html: Ditto.  Further sync with snapshot-README.
792 2004-01-03  Joseph S. Myers  <jsm@polyomino.org.uk>
794         * update_web_docs: Create tarballs of documentation sources and
795         HTML docs.
797 2004-01-02  Gerald Pfeifer  <gp@suse.de>
799         * update_version: Add some documentation.
801 2004-01-02  Pop Sébastian  <pop@gauvain.u-strasbg.fr>
803         * update_version (ADD_BRANCHES): Add lno-branch.
805 2003-11-02  Gerald Pfeifer  <gerald@pfeifer.com>
807         * maintainer-addresses: New script.
809 2003-10-24  Kelley Cook  <kcook@gcc.gnu.org>
811         * gcc_release (build_sources): Use --enable-generated-files-in-srcdir.
813 2003-09-22  Gerald Pfeifer  <gerald@pfeifer.com>
815         * gcc_release (announce_snapshot): Restructure processing
816         of snapshot-README and snapshot-index.html and add a new
817         substitution for @EXPORT@.
819 2003-08-24  Gerald Pfeifer  <gerald@pfeifer.com>
821         * gcc_release (build_sources): Create/update the LAST_UPDATED file
822         in the source directory with information how sources were obtained.
824 2003-08-16  Gerald Pfeifer  <gerald@pfeifer.com>
826         * gcc_release (build_sources): Use two new variables EXPORTTAG and
827         EXPORTDATE to make the extraction of sources more transparent and
828         also allow snapshots (off mainline) without a tag.
830 2003-08-08  Mark Mitchell  <mark@codesourcery.com>
832         * gcc_release: Correct logic for updating version.c.  Put
833         prereleases into a subdirectory.
835 2003-07-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
837         * crontab: Update invocation of gcc_release according to the
838         previous changes there.  Add automatic 3.4 snapshots from mainline.
840 2003-07-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
842         * gcc_release (usage): Document that -s now takes symbolic name
843         and branch of the snapshot as parameters.
844         Implement this as part of command-line processing.
845         (BRANCH): Remove default initialization for snapshots.
846         (CVSBRANCH): Ditto.
847         Do not lay down a CVS tag if generating a snapshot from mainline.
849 2003-07-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
851         * gcc_release (announce_snapshot): Use ${RELEASE} instead
852         of ${BRANCH}-${DATE} to refer to the snapshot directory.
853         Put README file into the snapshot directory.
855         (RELEASE): Define as ${BRANCH}-${DATE} for snapshots.
856         (FTP_PATH): Use ${RELEASE} in case of snapshots.
857         (TAG): Ditto.
858         (OLD_TARS): Adjust to new directory scheme for snapshots.
860 2003-07-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
862         * gcc_release (announce_snapshot): Add substitution of @RELEASE@
863         for README and index.html.
864         * snapshot-README: Use it.
865         * snapshot-index.html: Ditto.
867 2003-07-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
869         * gcc_release (announce_snapshot): Add substitution of @BRANCH@
870         for README and index.html.  Remove substitution of @LONG_DATE@.
871         Put index.html into the respective snapshot directory.
872         Adjust subject of the notification mail to the new naming scheme
873         for CVS tags.
874         Adjust name of the LATEST-IS-... files to the new naming scheme
875         for snapshot directories.
876         (FTP_PATH): Ditto.
877         (LAST_DIR): Ditto.
878         (LAST_LONG_DATE): Remove.
880         * snapshot-README: Adjust to the new naming schemes for directories
881         and snapshots per se.
882         Dynamically fill in the respective branch instead of hardcoding it.
884         * snapshot-index.html: Replace individual links to diffs with a
885         general link to the diff/ subdirectory.
886         Mention the concrete snapshot in <title> and <h1>.
887         Adjust links to the new location of index.html.
889 2003-07-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
891         * gcc_release: Move handling of complex modes directly after
892         switch handling.
893         (TAG): Include the branch name as part of snapshot CVS tags.
895 2003-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
897         * gcc_release: Execute gcc.gnu.org-only operations which are
898         related to diff generation only if diffs have been requested.
899         (build_sources): Improve tracing and an error message related
900         to tagging.
902 2003-07-01  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
904         * gcc_release (BRANCH): Rename to...
905         (CVSBRANCH): ...new macro, and use BRANCH for the variant users
906         will see.
907         (FTP_BRANCH): For snapshots, include ${BRANCH} in the last part
908         of the directory name.
909         Use .snapshot_date-${BRANCH} instead of .snapshot_date.
911 2003-06-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
913         * gcc_release: Command "all" now creates .gz files only for
914         releases and pre-releases.
916 2003-06-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
918         * gcc_release (build_sources): Do not include gnats.html any longer.
919         Make an error message more descriptive.
921 2003-06-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
923         * gcc_release: Factor the updating of links and READMEs on the
924         FTP server and sending mail for snapshots into a...
925         (announce_snapshot): ...new function.
926         Add informative output for both.
928 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
930         * gcc_release: Do not update gcc_latest_snapshot tag any longer.
932 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
934         * snapshot-index.html: Use F77 instead of G77 front end.
935         Remove link to CodeSourcery snapshots which was not up-to-date.
936         Do not refer to gcc-bugs@gcc.gnu.org any longer.
938         * snapshot-README: Use F77 front end instead of G77 language.
940 2003-06-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
942         * gcc_release (build_tarfile): Build .bz2 files instead of .gz files.
943         (build_bz2): Rename to build_gzip and create .gz files from .bz2
944         files instead of the other way around.
945         (build_gzip): New function.
946         (build_diffs): Build .bz2 files instead of .gz files.
947         (build_diff): Use .bz2 files instead of .gz files.
948         Make an error message independent of the compression format.
949         (MODE_BZIP2): Rename to MODE_GZIP.  Related changes to the
950         invocation of this script.
951         (MODE_GZIP): New variable.
952         (OLD_TARS): Use .bz2 archive of the previous snapshot.
954 2003-06-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
956         * snapshot-README: Use GCC instead of gcc, C++ front end instead of
957         g++ language, and note that Java includes a run time.
958         * snapshot.index.html: Ditto.
960 2003-06-10  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
962         * gcc_release (build_diff): Properly use ${TAR} instead of
963         hard-coded tar.
965 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
967         * snapshot-index.html: Refer to .bz2 files instead of .gz files.
968         Simplify the note on not using unannounced snapshots.
970 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
972         * snapshot-README: Refer to .bz2 files instead of .gz files.
973         Add a note on where to find the diff files.
974         Simplify the note on not using unannounced snapshots.
975         Remove documentation of the gcc_latest_snapshot tag.
977 2003-05-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
979         * gcc_release (build_diffs): Add diagnostics in case we cannot
980         generate a specific diff file.
982 2003-05-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
984         * gcc_release (build_sources): Only update ChangeLog files which
985         do not yet contain the entry we are going to add.
986         Fix typo in added ChangeLog entries.
988 2003-05-20  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
990         * gcc_release (upload_files): Put diff files into a "diffs"
991         subdirectory
993 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
995         * gcc_release: GNU CC -> GCC.
997 2003-05-12  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
999         * gcc_release (usage): Print more detailed description of all
1000         command-line options.
1002 2003-05-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1004         * update_version (ADD_BRANCHES): Add, set to MAIN and
1005         tree-ssa-20020619-branch.
1006         (BRANCHES): Always consider branches given by $ADD_BRANCHES.
1008 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1010         * update_version (textstring_FILES): Only version.c needs to be
1011         updated, now that we do not consider older branches any more.
1013 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1015         * update_version (IGNORE_BRANCHES): Add.
1016         (BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.
1018 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1020         * update_version: Add a trace of which branch we are currently
1021         working on.
1023 2002-12-16  Mark Mitchell  <mark@codesourcery.com>
1025         * gcc_release: Make snapshots from the GCC 3.3 branch.
1026         * snapshot-README: Update.
1028 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
1030         * update_version: Do not check in files which are unchanged.
1031         * gcc_release: Only update the version in gcc/version.c.
1033 2002-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
1035         * update_web_docs (MANUALS): Add fastjar.
1037 2002-09-08  Joseph S. Myers  <jsm@polyomino.org.uk>
1039         * gcc_release: Make snapshots come from the mainline.
1040         * snapshot-README: Update.
1042 2002-08-28  Joseph S. Myers  <jsm@polyomino.org.uk>
1044         * update_web_docs: Remove support for generating g77_news.html and
1045         g77_bugs.html.
1046         * update_web_docs_old: Likewise.  Remove support for generating
1047         thanks.html.
1049 2002-07-28  Andreas Jaeger  <aj@suse.de>
1051         * gcc_release: Update comment.
1053         * snapshot-README: Snapshots are taken from GCC 3.2 branch.
1055 2002-07-28  Mark Mitchell  <mark@codesourcery.com>
1057         * gcc_release: Use the 3.2 branch for snapshots.
1059 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
1061         * update_web_docs (MANUALS): Include various flavours of the GNAT
1062         User Guide.
1064 2002-05-27  Joseph S. Myers  <jsm28@cam.ac.uk>
1066         * update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to
1067         gcc/gcc/ada/gnatvsn.ads.
1069 2002-05-26  Joseph S. Myers  <jsm28@cam.ac.uk>
1071         * gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which
1072         release status is updated.
1073         * update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads.
1075 2002-05-21  Joseph S. Myers  <jsm28@cam.ac.uk>
1077         * gcc_release: Do upload files when local.
1079         * snapshot-README, snapshot-index.html: Remove chill.
1081 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
1083         * gcc_release: Correct upload handling.
1085 2002-04-22  Mark Mitchell  <mark@codesourcery.com>
1087         * gcc_release (build_diffs): Remove reference to Chill.
1089 2002-04-21  Joseph S. Myers  <jsm28@cam.ac.uk>
1091         * update_web_docs (MANUALS): Remove chill.  Add gnat_rm.
1093 2002-04-19  Kelley R. Cook (kelly.r.cook@gm.com)
1095         * gcc_release: Set TZ to UTC0.
1097 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
1099         * gcc_release (build_tarfiles): Do not build Chill tarfiles.
1100         (CHILL_DIRS): Remove.
1102 2002-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
1104         * gcc_release: Build diffs for ada and chill.  Make "bzip2" a new
1105         major mode.
1107 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
1109         * update_version:  Don't indent the version string.
1111 2002-03-05  Joseph S. Myers  <jsm28@cam.ac.uk>
1113         * snapshot-README: Note that snapshots come from the 3.1 branch.
1114         Update list of files.
1116 2002-03-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1118         * gcc_release: Make snapshots come from the 3.1 branch.
1120 2002-02-25  Mark Mitchell  <mark@codesourcery.com>
1122         * update_version: Automatically update version files on all
1123         branches.
1124         * crontab: Only invoke update_version once.
1126 2002-02-23  Joseph S. Myers  <jsm28@cam.ac.uk>
1128         * gcc_release: Revert change to -p interface.  Allow for local and
1129         remote cases in creating directories.  Give an error if -p
1130         argument names a directory.
1132 2002-02-21  Mark Mitchell  <mark@codesourcery.com>
1134         * gcc_release: Correct handling of diff-generation.  Add
1135         "diffs" major mode.
1137 2002-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1139         * gcc_release: Substitute dates in snapshot-README and
1140         snapshot-index.html files rather than directly using the old files
1141         on the FTP site.  Set QMAILHOST.
1143 2002-02-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1145         * snapshot-index.html: Improve markup.
1147 2002-01-29  Joseph S. Myers  <jsm28@cam.ac.uk>
1149         * snapshot-README, snapshot-index.html: Use expressions such as
1150         @DATE@ rather than hardcoded dates.
1152         * snapshot-README, snapshot-index.html: New files.
1154 2002-01-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1156         * update_web_docs (contrib_file): Remove.
1157         Also removing special handling of thanks.html.
1159 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1161         * update_web_docs: Use makeinfo --html instead of texi2html.
1162         Remove support for pre-3.1 GCC versions.  Build online docs for
1163         gccint manual.
1165 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1167         * update_web_docs_old: Copy from update_web_docs.  Add comment
1168         that this is for GCC 3.0.x and earlier versions.
1170 2001-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
1172         * gcc_release: Add /usr/local/bin to path when local.
1174 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
1176         * update_web_docs: Set SOURCEDIR so that install manual can be
1177         found when running install.texi2html.
1179         * gcc_release: Don't require a username if running locally.
1181 2001-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
1183         * update_web_docs: Eliminate warnings about keeping files from web
1184         page preprocessing.
1186         * update_web_docs: Allow for the same file name in different
1187         directories.
1189 2001-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
1191         * update_web_docs: Generate libiberty and gnat-style manuals.
1193 2001-10-24  Joseph S. Myers  <jsm28@cam.ac.uk>
1195         * gcc_release: Build snapshots from mainline.  Generate Ada and
1196         Chill tarballs.  Correct error check when building diffs.  Check
1197         for errors when building bzip2 files.
1198         * crontab: Use /sourceware/snapshot-tmp for building snapshots.
1200 2001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1202         * crontab: Build weekly snapshots.
1204         * gcc_release: Copy from 3.0 branch.  Add support for building the
1205         weekly snapshots on gcc.gnu.org.
1207 2001-08-28  Joseph S. Myers  <jsm28@cam.ac.uk>
1209         * update_web_docs: Also check out texinfo.tex from
1210         gcc/doc/include.
1212 2001-08-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1214         * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.
1215         Preprocess the entire web site, not just the install docs.
1217 2001-06-25  Phil Edwards  <pme@sources.redhat.com>
1219         * update_version:  Add command-line argument capability, also
1220         bump version for libstdc++-v3, and exit with the return code from
1221         the cvs commit.
1222         * crontab:  Call update_version with arguments instead of
1223         calling update_branch_version.
1224         * update_branch_version:  Remove.
1226 2001-06-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1228         * update_web_docs: Only update the install documentation for the
1229         CVS HEAD.
1231 2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1233         * update_web_docs, doc_exclude: Check out files that may be in the
1234         Attic.  Check out texinfo.tex.  Don't generate anything from
1235         c-tree.texi.  Generate PostScript output from manuals.
1237 2001-06-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1239         * update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New
1240         variables.
1241         Fix a comment and add another one.
1242         Generate the installation documentation in HTML format from
1243         gcc/doc/install.texi.
1245 2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1247         * update_web_docs: Don't generate HTML from gxxint.texi.  Don't
1248         run texi2html on manuals that aren't present.
1250 2001-03-18  Phil Edwards  <pme@sources.redhat.com>
1252         * update_web_docs_libstdcxx:  New script.
1253         * crontab:  Call said script.
1255 2001-03-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1257         * update_version, update_branch_version: Check out with gcc
1258         directory instead of using egcs link.
1260 2001-03-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1262         * update_web_docs: Don't strip leading -r from argument following
1263         -r, or leading -d from argument following -d.  Bug pointed out by
1264         Matt Kraai.
1266         * update_web_docs: Handle -r and -d options to generate docs for a
1267         release or branch in a subdirectory.  Determine names of G77 news
1268         and bugs files and contributors file after updated docs have been
1269         installed, not before.  Don't remove files from a subdirectory.
1270         Don't generate manuals for gcov (included in the GCC manual) or
1271         iostream (obsolete).  Do generate manuals for cppinternals, gcj
1272         and porting.  Update regular expressions for detecting whether
1273         files have really changed when regenerated.
1275 2001-03-15  Joseph S. Myers  <jsm28@cam.ac.uk>
1277         * update_web_docs: Use /usr/local/bin/texi2html rather than
1278         gccadmin's local copy.
1280 2001-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
1282         * crontab, doc_exclude, update_branch_version, update_version,
1283         update_web_docs: New files (as currently used by gccadmin).
1284         * README: New file.