Daily bump.
[official-gcc.git] / maintainer-scripts / ChangeLog
blobd65101113b5eee3344f82008e56440ce782ad73b
1 2018-05-02  Release Manager
3         * GCC 8.1.0 released.
5 2018-01-25  Richard Biener  <rguenther@suse.de>
7         * gcc_release (build_sources): Use getconf to get at the number
8         of cores in the system and pass -jN to gcc_build.
10 2017-10-10  Jakub Jelinek  <jakub@redhat.com>
12         * update_version_svn: Ignore the GCC 5 branch.
13         * crontab: Remove entry for the GCC 5 branch.
15 2017-05-23  Matthias Klose  <doko@ubuntu.com>
17         * gcc_release (XZ): Default to xz --best.
19 2017-05-18  Matthias Klose  <doko@ubuntu.com>
21         * gcc_release (build_gzip): Build xz tarball instead of bz2 tarball.
22         (build_diffs): Handle building diffs from either bz2 or xz tarballs,
23         compress diffs using xz instead of bz2.
24         (build_diff): Likewise.
25         (upload_files): Check for *.xz files instead of *.bz2 files.
26         (announce_snapshot): Announce xz tarball instead of bz2 tarball.
27         (XZ): New definition.
28         (<toplevel>): Look for both bz2 and xz compressed old tarballs.
30 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
32         * crontab: Enable snapshots from gcc-7-branch.
34 2017-03-03  Gerald Pfeifer  <gerald@pfeifer.com>
36         * gcc_release (snapshot_print): Replace md5 checksum by sha256.
38 2017-02-28  Gerald Pfeifer  <gerald@pfeifer.com>
40         * update_web_docs_svn: Remove a reference to GCC 3.1.  Describe
41         settings to tweak if running on a host different from gcc.gnu.org.
42         (WWWBASE): Allow override via the environment.  Also check for
43         existance.
45 2017-02-08  Gerald Pfeifer  <gerald@pfeifer.com>
47         * update_web_docs_svn (MANUALS): Add libitm.
49 2016-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
51         PR documentation/50642
52         * update_web_docs_svn (CSS): Introduce.
53         Have generated files refer to it.
55 2016-08-17  Martin Liska  <mliska@suse.cz>
57         * branch_changer.py: Describe the script. Add sample usage
58         of the script.
60 2016-08-03  Martin Liska  <mliska@suse.cz>
62         * branch_changer.py: New file.
64 2016-07-26  Richard Biener  <rguenther@suse.de>
66         * update_version_svn: Ignore the GCC 4.9 branch.
68 2016-07-26  Richard Biener  <rguenther@suse.de>
70         * crontab: Remove entry for the GCC 4.9 branch.
72 2016-06-13  Jonathan Wakely  <jwakely@redhat.com>
74         * generate_libstdcxx_web_docs: Use realpath to get absolute path.
75         Add comment about LaTeX errors.
77 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
79         * crontab: Enable snapshots from gcc-6-branch.
81 2015-06-23  Richard Biener  <rguenther@suse.de>
83         * update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES.
85 2015-06-14  Richard Biener  <rguenther@suse.de>
87         * crontab: Disable snapshots from the 4.8 branch.
89 2015-04-13  Jakub Jelinek  <jakub@redhat.com>
91         * update_version_svn: Update DATESTAMP also on
92         branches/gcc-[0-9]+-branch.
94         * gcc_release: Fix up thinko in the last commit, improve error
95         message.  Commit all ChangeLog, DEV-PHASE and BASE-VER changes
96         together, rather than doing dozens of separate commits.
98 2015-04-12  Jakub Jelinek  <jakub@redhat.com>
100         * gcc_release: For RELEASE_MAJOR 5+ only use the major
101         number in branch name.  When doing final release of 5+,
102         if BASE-VER doesn't match release, but is *.*.1 for the
103         one smaller minor version, bump BASE-VER.
105         * crontab: Enable snapshots from gcc-5-branch.
107 2015-04-07  Gerald Pfeifer  <gerald@pfeifer.com>
109         * update_web_docs_libstdcxx_svn (FILTER): Introduce.
110         Use to filter output of the copying process.
112 2015-02-25  Arnaud Charlet  <charlet@adacore.com>
114         * update_web_docs_svn: Preserve gcc/ada/*.png. Update comments.
116 2015-02-25  Arnaud Charlet  <charlet@adacore.com>
118         * update_web_docs_svn: Add -I gcc/gcc/ada/doc/gnat_ugn for gnat_ugn
120 2015-02-06  David Malcolm  <dmalcolm@redhat.com>
122         PR jit/64257
123         * update_web_docs_svn: When copying up files for the built jit
124         documentation, also copy up .txt files.
126 2015-02-04  David Malcolm  <dmalcolm@redhat.com>
128         PR jit/64257
129         * update_web_docs_svn: Update build of jit docs to use EPEL6
130         variant install of sphinx 1.0.8, rather than 0.6.6.
132 2015-01-26  David Malcolm  <dmalcolm@redhat.com>
134         PR jit/64257
135         * update_web_docs_svn: Don't delete gcc/jit/docs or
136         gcc/jit/jit-common.h, gcc/jit/notes.txt. Special case the
137         building of the JIT docs (using sphinx-build).  Special case
138         copying them up.
140 2014-08-14  Richard Biener  <rguenther@suse.de>
142         * crontab: Change trunk snapshots from 4.10 to 5.
144 2014-08-01  Arnaud Charlet  <charlet@adacore.com>
146         * update_web_docs_svn: Simplify build of gnat_ugn.
148 2014-06-12  Richard Biener  <rguenther@suse.de>
150         * crontab: Remove 4.7 snapshot entry.
151         * update_version_svn: Update IGNORE_BRANCHES.
153 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
155         * generate_libstdcxx_web_docs: New script.
157 2014-04-11  Jakub Jelinek  <jakub@redhat.com>
159         * crontab: Enable snapshots from gcc-4_9-branch.
161 2014-02-01  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>
163         PR other/56653
164         * gcc_release: Avoid printing empty line to generated MD5SUMS files.
165         Bump copyright year.
167 2013-12-02  Gerald Pfeifer  <gerald@pfeifer.com>
169         * update_web_docs_svn: Work around makeinfo generated file names
170         and references with "_002d" instead of "-".
172 2013-04-12  Jakub Jelinek  <jakub@redhat.com>
174         * crontab: Disable snapshots from gcc-4_6-branch.
175         * update_version_svn: Ignore gcc-4_6-branch.
177 2013-04-07  Gerald Pfeifer  <gerald@pfeifer.com>
179         * update_web_docs_libstdcxx_svn: No longer ignore all output from
180         the actual copy process.
181         Check the exit code of the actual copy process; diagnose problems.
183 2013-03-16  Jakub Jelinek  <jakub@redhat.com>
185         * crontab: Enable snapshots from gcc-4_8-branch.
187 2012-07-02  Richard Guenther  <rguenther@suse.de>
189         * crontab: Disable snapshots from gcc-4_5-branch.
190         * update_version_svn: Ingore gcc-4_5-branch.
192 2012-03-23  Richard Guenther  <rguenther@suse.de>
194         * crontab: Enable snapshots from gcc-4_7-branch.
196 2012-03-13  Jakub Jelinek  <jakub@redhat.com>
198         * crontab: Remove 4.4 branch from the list of snapshots to make.
199         * update_version_svn (IGNORE_BRANCHES): Add gcc-4_4-branch.
201 2012-03-05  Richard Guenther  <rguenther@suse.de>
203         * crontab: Remove 4.3 branch from the list of snapshots to make.
205 2012-03-02  Richard Guenther  <rguenther@suse.de>
207         * crontab: Fix day-of-week.
209 2012-03-02  Richard Guenther  <rguenther@suse.de>
211         * crontab: Update for 4.7 branching.
213 2011-11-21  Gerald Pfeifer  <gerald@pfeifer.com>
215         * update_web_docs_svn: Make $DOCSDIR group writable after
216         creating it.
218 2011-06-27  Richard Guenther  <rguenther@suse.de>
220         * update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch.
222 2011-05-22  Joseph Myers  <joseph@codesourcery.com>
224         * gcc_release (adjust_dirs, maybe_build_tarfile): Remove.
225         (build_tarfiles): Don't build separate files for languages and
226         core.
227         (build_diffs): Only build one set of diffs.
228         (announce_snapshot): Only announce one tar file.
229         (ADA_DIRS, CPLUSPLUS_DIRS, FORTRAN95_DIRS, GO_DIRS, JAVA_DIRS,
230         OBJECTIVEC_DIRS, TESTSUITE_DIRS): Remove.  Don't adjust names
231         relative to WORKING_DIRECTORY.
233 2011-04-21  Jakub Jelinek  <jakub@redhat.com>
235         * gcc_release (maybe_build_tarfile): Don't build a tarfile if
236         the first directory doesn't exist.
238 2011-03-14  Jakub Jelinek  <jakub@redhat.com>
240         * crontab: Enable 4.7 snapshots, switch 4.6 snapshots to
241         4.6 branch.
243 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
245         * update_web_docs_svn: Generate libquadmath-vers.texi.
247 2011-01-31  Gerald Pfeifer  <gerald@pfeifer.com>
249         * update_version_svn (FILES): Merge with datestamp_FILES.
250         (SVNROOT2): Introduce and use.
251         
252 2011-01-30  Gerald Pfeifer  <gerald@pfeifer.com>
254         * update_version_svn (SVN): Remove obsolete comment.
255         (CURR_DATE): Fix description.
256         Fix description of checkout procedure.
258 2010-12-18  Tobias Burnus  <burnus@net-b.de>
260         * update_web_docs_svn (MANUALS): Add libquadmath.
262 2010-12-08  Ian Lance Taylor  <iant@google.com>
264         * gcc_release: Add support for releasing Go as a separate
265         tarball.
267 2010-12-08  Ian Lance Taylor  <iant@google.com>
269         * update_web_docs_svn (MANUALS): Add gccgo.
271 2010-12-08  Ian Lance Taylor  <iant@google.com>
273         * README: Change "CVS" to "Subversion".
275 2010-08-23  Gerald Pfeifer  <gerald@pfeifer.com>
277         * gcc_release (snapshot_print): Also include an sha1 hash for
278         every tarball.  Slightly tweak indentation.
280 2010-08-15  Gerald Pfeifer  <gerald@pfeifer.com>
282         * gcc_release (CVSROOT): Remove all occurrences.
284 2010-08-14  Gerald Pfeifer  <gerald@pfeifer.com>
286         * gcc_release (snapshot_print): Include md5 hash for every tarball
287         in the README file and notification mail.
289 2010-08-01  Gerald Pfeifer  <gerald@pfeifer.com>
291         * update_web_docs_libstdcxx_svn: Do not compress generated .html
292         files any more.
294 2010-06-24  Joseph Myers  <joseph@codesourcery.com>
296         * update_web_docs_svn: Also pass -I option pointing to ada/ source
297         directory for Ada manual.
299 2010-04-16  Joseph Myers  <joseph@codesourcery.com>
301         * crontab: Enable 4.6 snapshots.
303 2010-04-07  Joseph Myers  <joseph@codesourcery.com>
305         * crontab: Switch 4.5 snapshots to 4.5 branch.
307 2010-03-31  Joseph Myers  <joseph@codesourcery.com>
309         * gcc_release (build_tarfiles): Make directories mode 755, not
310         777.
312 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
314         * update_web_docs_svn: Update BUGURL to http://gcc.gnu.org/bugs/.
316 2009-10-03  Diego Novillo  <dnovillo@google.com>
318         * gcc_release (JAVA_DIRS): Remove zlib.
320 2009-04-23  Gerald Pfeifer  <gerald@pfeifer.com>
322         * update_web_docs_svn: Redirect output of texi2dvi to /dev/null.
324 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
326         * gcc_release: Change copyright header to refer to version
327         3 of the GNU General Public License and to point readers at the
328         COPYING3 file and the FSF's license web page.
329         * maintainer-addresses: Likewise.
331 2009-04-08  Gerald Pfeifer  <gerald@pfeifer.com>
333         * update_web_docs_svn: Run this script under plain /bin/sh
334         as opposed to /bin/sh -x.
336 2009-03-30  Joseph Myers  <joseph@codesourcery.com>
338         * update_version_svn (IGNORE_BRANCHES): Add 4.2 branch.
340 2009-03-28  Gerald Pfeifer  <gerald@pfeifer.com>
342         * crontab: Stop 4.2 snapshots.
343         Spread out 4.3, 4.4, and 4.5 snapshots more evenly.
345 2009-03-27  Mark Mitchell  <mark@codesourcery.com>
347         * crontab: Add 4.4 branch snapshots.
349 2009-02-21  Gerald Pfeifer  <gerald@pfeifer.com>
351         * update_version_svn (ADD_BRANCHES): Remove autovect-branch
352         and document format.
354 2009-01-17  Richard Guenther  <rguenther@suse.de>
356         * gcc_release (JAVA_DIRS): Remove fastjar.
358 2008-10-04  Gerald Pfeifer  <gerald@pfeifer.com>
360         * gcc_release: Fix a couple of comments.
362 2008-07-04  Joseph Myers  <joseph@codesourcery.com>
364         * crontab: Remove 4.1 snapshots job.
365         * update_version: Remove.
366         * gcc_release: Remove support for g77 and release status in
367         version.c.
368         * update_version_svn: Ignore 4.1 branch.  Remove support for
369         updating files other than DATESTAMP.
370         * update_web_docs_svn: Remove support for g77 manual.
372 2008-02-18  Jakub Jelinek  <jakub@redhat.com>
374         * crontab: Add 4.3 branch.  Set trunk to 4.4.
376 2008-01-28  Joseph Myers  <joseph@codesourcery.com>
378         * gcc_release (build_sources): Pass --disable-multilib to
379         gcc_build.
380         (SVN): Don't use full path.
382 2008-01-21  Jonathan Wakely  <jwakely.gcc@gmail.com>
384         * update_web_docs_libstdcxx_svn: "docs" dir moved to "doc".
386 2007-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
388         * gcc_release: Do not include copies of faq.html in releases,
389         and remove all the explicit support code to pull in web pages.
391 2007-08-21  Paul Brook  <paul@codesourcery.com>
392             Nathan Sidwell  <nathan@codesourcery.com>
393             Mark Mitchell  <mark@codesourcery.com>
394             Joseph Myers  <joseph@codesourcery.com>
396         * gcc_release: Do not include copies of bugs.html in releases.
397         * update_web_docs_svn: Set VERSION_PACKAGE and BUGURL in
398         gcc-vers.texi.
400 2007-07-06  Joseph Myers  <joseph@codesourcery.com>
402         * update_web_docs_svn: Use -o with makeinfo, texi2dvi and texi2pdf
403         commands.
405 2007-06-28  Mike Stump  <mrs@apple.com>
407         * gcc_release: Update for Objective-C++.
409 2007-05-28  Mark Mitchell  <mark@codesourcery.com>
411         * gcc_release: Adjust placement of release candidates.
413 2007-04-01  Gerald Pfeifer  <gerald@pfeifer.com>
415         * update_web_docs_svn (MANUALS): Move towards the top of the
416         script.  Reformat for easier editing/diffing.
418 2006-03-31  Tobias Burnus  <burnus@net-b.de>
420         * update_web_docs_svn: Build also gfc-internals.
422 2007-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
424         * update_version_svn (IGNORE_BRANCHES): Add 4_0-branch.
426 2007-01-29  Gerald Pfeifer  <gerald@pfeifer.com>
428         * crontab: No longer build snapshots for 4.0.x.
430 2007-01-21  Tobias Burnus  <burnus@net-b.de>
432         * update_web_docs_svn: Build also libgomp documentation.
434 2007-01-05  Gerald Pfeifer  <gerald@pfeifer.com>
436         * crontab: Spread snapshots more evenly throughout the week, and
437         in "ascending" order.  Build all at the same time of the day.
439 2006-10-20  Mark Mitchell  <mark@codesourcery.com>
441         * crontab: Add 4.2 branch.  Set trunk to 4.3.
443 2006-09-17  Gerald Pfeifer  <gerald@pfeifer.com>
445         * gcc_release (LC_ALL): Default to C.
447 2006-03-11  Gabriel Dos Reis  <gdr@integrable-solutions.net>
449         * crontab: Don't build snapshot for 3.4.x anymore.
450         * update_version_svn (IGNORE_BRANCHES): Add 3_4-branch.
452 2006-01-12  Ben Elliston  <bje@au.ibm.com>
454         * update_version_svn (ADD_BRANCHES): Remove dfp-branch.
456 2005-12-16  Joseph S. Myers  <joseph@codesourcery.com>
458         * update_web_docs_svn: Remove unnecessary files from source tree.
459         Use set -e.
460         * doc_exclude, update_web_docs, update_web_docs_libstdcxx: Remove.
462 2005-12-16  Mark Mitchell  <mark@codesourcery.com>
464         * update_web_docs_svn: Set @srcdir in gcc-vers.texi. 
465         
466 2005-11-18  Mark Mitchell  <mark@codesourcery.com>
468         * crontab: Add 4.1 branch entry.
470 2005-11-06  Joseph S. Myers  <joseph@codesourcery.com>
472         * gcc_release: Further update for SVN.  Don't set EXPORTTAG or
473         EXPORTDATE; always determine SVNREV the same way.  Correct message
474         about what sources are being retrived.  Include branch information
475         in LAST_UPDATED.
476         * crontab: Don't include initial / in branch name.
478 2005-11-05  Daniel Berlin  <dberlin@dberlin.org>
480         * gcc_release:  Always determine revision number from date or tag,
481         and use that, instead of fragile date based export.
482         Put back setting of non-local CVSROOT.
484 2005-11-05  Daniel Berlin  <dberlin@dberlin.org>
486         * gcc_release: Make tags go in /tags.
487         Don't tag for snapshots.
488         Determine revision number of export and put into snapshot
489         announcement.
491 2005-11-03  Daniel Berlin  <dberlin@dberlin.org>
493         * gcc_release: Update for SVN
494         * crontab: Update for new gcc_release
496 2005-10-26  Daniel Berlin  <dberlin@dberlin.org>
498         * update_web_docs_svn: Use -q to quiet svn.
500 2005-10-26  Daniel Berlin  <dberlin@dberlin.org>
502         * crontab: Update to reflect reality
504 2005-10-01  Mark Mitchell  <mark@codesourcery.com>
506         * gcc_release (build_sources): If trying to apply a tag that
507         already exists, issue an error message and exit.
509 2005-09-30  Joseph S. Myers  <joseph@codesourcery.com>
511         PR other/23693
512         * update_web_docs: Add PDF support.  Correct check of DEV-PHASE.
514 2005-09-30  Joseph S. Myers  <joseph@codesourcery.com>
516         * update_web_docs_old: Remove.
518 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
520         * gcc_release: Update with FSF address.
522 2005-07-26  Janis Johnson  <janis187@us.ibm.com>
524         * update_version (ADD_BRANCHES): Add dfp-branch.
526 2005-05-21  Gerald Pfeifer  <gerald@pfeifer.com>
528         * crontab: Spread snapshot building more evenly throughout the
529         week.
531 2005-05-19  Joseph S. Myers  <joseph@codesourcery.com>
533         * crontab: Don't build 3.3 branch snapshots.
534         * update_version (IGNORE_BRANCHES): Add gcc-3_3-branch.
536 2005-03-15  Zack Weinberg  <zack@codesourcery.com>
538         * README: Update.
539         * gcc_release: Update gcc/DEV-PHASE if that file exists, instead
540         of gcc/version.c.
541         * update_version: Handle updating gcc/DATESTAMP.
542         * update_web_docs: Generate gcc-vers.texi first.
544 2005-03-10  Ranjit Mathew  <rmathew@hotmail.com>
546         * gcc_release (ADA_DIRS): Add "gnattools".
548 2005-02-25  Mark Mitchell  <mark@codesourcery.com>
550         * crontab: Adjust for 4.0 branch.
552 2004-12-30  Sebastian Pop  <pop@cri.ensmp.fr>
554         * update_version (ADD_BRANCHES): Replace lno-branch with
555         autovect-branch.
557 2004-09-11  Gerald Pfeifer  <gerald@pfeifer.com>
559         * crontab: Rename GCC 3.5 snapshots to GCC 4.0 snapshots.
561 2004-08-14  Kelley Cook  <kcook@gcc.gnu.org>
563         * gcc_release (build_sources): Add comment header to generated
564         MD5SUMS.
566 2004-08-06  Kelley Cook  <kcook@gcc.gnu.org>
568         * gcc_release (snapshot_print): Accept arguments.  Don't use echo -e.
569         (announce_snapshot):  Update for above.  Don't use echo -e.
571 2004-08-03 Kelley Cook  <kcook@gcc.gnu.org>
573         * maintainer-scripts (snapshot_print): New function.
574         (announce_snapshot): Generate announcment on the fly.
575         Use a directory link for LATEST.
576         * snapshot-README: Delete.
577         * snapshot-index.html: Delete.
579 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
581         * gcc_release (build_sources): Move the libcpp gmo files
582         to the source directory.
584 2004-06-03  Joseph S. Myers  <jsm@polyomino.org.uk>
586         * gcc_release (maybe_build_tarfile): New function.
587         (build_tarfiles): Use maybe_build_tarfile.
589 2004-05-21  Paolo Carlini  <pcarlini@suse.de>
591         * gcc_release (build_sources): Generate the NEWS file in toplevel.
593 2004-05-17  Kelley Cook  <kcook@gcc.gnu.org>
595         * gcc_release (build_sources): Change CRCs from brik to md5sum.
597 2004-05-16  Gerald Pfeifer  <gerald@pfeifer.com>
599         * crontab: Add GCC 3.5 snapshots, currenty run on Sundays.
601 2004-05-13  Joseph S. Myers  <jsm@polyomino.org.uk>
603         * update_web_docs: Also remove old .gz files from subdirectories
604         on the 15th of the month.
606 2004-05-13  Joseph S. Myers  <jsm@polyomino.org.uk>
608         * update_web_docs (MANUALS): Add gfortran.
610 2004-05-13  Arnaud Charlet  <charlet@act-europe.fr>
612         * update_web_docs: Fix generation of Ada docs.
614 2004-05-13  Joseph S. Myers  <jsm@polyomino.org.uk>
616         * update_version (ADD_BRANCHES): Remove tree-ssa-20020619-branch.
618         * gcc_release (DIFF): Remove -3 option.
620 2003-07-26  Paul Brook  <paul@nowt.org>
622         * gcc_release: Add gcc-fortran.
623         * snapshot-README: Ditto.
624         * snapshot-index.html: Ditto.
626 2004-05-02  Gerald Pfeifer  <gerald@pfeifer.com>
628         * crontab: Move GCC 3.4 snapshots from Wednesday afternoon to
629         Friday night, where gcc.gnu.org has less load.
631 2004-05-02  Gerald Pfeifer  <gerald@pfeifer.com>
633         * crontab: Adjust temporary directory used for snapshot generation.
634         Move GCC 3.3 snapshots to Wednesday 22:32, where gcc.gnu.org has
635         less load.
637 2004-04-19  Mark Mitchell  <mark@codesourcery.com>
639         * gcc_release (build_sources): Do not use "-F" to tag sources.
641 2004-04-07  Mark Mitchell  <mark@codesourcery.com>
643         * gcc_release (build_sources): Do not use "-r" and "-D" at the
644         same time with "cvs export".
646 2004-03-27  Gerald Pfeifer  <gerald@pfeifer.com>
648         * gcc_release: Fix sanity check for argument of -p command-line
649         options.  In snapshot mode, only generate diffs against the previous
650         snapshot if the user did not specify any old tarball explictly.
652 2004-03-25  Gerald Pfeifer  <gerald@pfeifer.com>
654         * gcc_release (FTP_PATH): Use /var/ftp instead of ~ftp, and
655         only set at a single place.
657 2004-03-14  Gerald Pfeifer  <gerald@pfeifer.com>
659         * gcc_release (SNAPSHOTS_DIR): New variable.  Use it.
660         (announce_snapshot): Use it.
662 2004-03-14  Gerald Pfeifer  <gerald@pfeifer.com>
664         * gcc_release (announce_snapshot): Use changedir instead of
665         plain cd.
667 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>
669         * gcc_release: Add libada as part of ADA_DIRS.
671 2004-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
673         * crontab: Make 3.4 snapshots from the new 3.4 release branch.
675 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
677         * gcc_release (build_sources): Delete call to make f77.rebuilt.
679 2004-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
681         * snapshot-README: Mention how the snapshot was generated.
682         * snapshot-index.html: Ditto.  Further sync with snapshot-README.
684 2004-01-03  Joseph S. Myers  <jsm@polyomino.org.uk>
686         * update_web_docs: Create tarballs of documentation sources and
687         HTML docs.
689 2004-01-02  Gerald Pfeifer  <gp@suse.de>
691         * update_version: Add some documentation.
693 2004-01-02  Pop Sébastian  <pop@gauvain.u-strasbg.fr>
695         * update_version (ADD_BRANCHES): Add lno-branch.
697 2003-11-02  Gerald Pfeifer  <gerald@pfeifer.com>
699         * maintainer-addresses: New script.
701 2003-10-24  Kelley Cook  <kcook@gcc.gnu.org>
703         * gcc_release (build_sources): Use --enable-generated-files-in-srcdir.
705 2003-09-22  Gerald Pfeifer  <gerald@pfeifer.com>
707         * gcc_release (announce_snapshot): Restructure processing
708         of snapshot-README and snapshot-index.html and add a new
709         substitution for @EXPORT@.
711 2003-08-24  Gerald Pfeifer  <gerald@pfeifer.com>
713         * gcc_release (build_sources): Create/update the LAST_UPDATED file
714         in the source directory with information how sources were obtained.
716 2003-08-16  Gerald Pfeifer  <gerald@pfeifer.com>
718         * gcc_release (build_sources): Use two new variables EXPORTTAG and
719         EXPORTDATE to make the extraction of sources more transparent and
720         also allow snapshots (off mainline) without a tag.
722 2003-08-08  Mark Mitchell  <mark@codesourcery.com>
724         * gcc_release: Correct logic for updating version.c.  Put
725         prereleases into a subdirectory.
727 2003-07-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
729         * crontab: Update invocation of gcc_release according to the
730         previous changes there.  Add automatic 3.4 snapshots from mainline.
732 2003-07-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
734         * gcc_release (usage): Document that -s now takes symbolic name
735         and branch of the snapshot as parameters.
736         Implement this as part of command-line processing.
737         (BRANCH): Remove default initialization for snapshots.
738         (CVSBRANCH): Ditto.
739         Do not lay down a CVS tag if generating a snapshot from mainline.
741 2003-07-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
743         * gcc_release (announce_snapshot): Use ${RELEASE} instead
744         of ${BRANCH}-${DATE} to refer to the snapshot directory.
745         Put README file into the snapshot directory.
747         (RELEASE): Define as ${BRANCH}-${DATE} for snapshots.
748         (FTP_PATH): Use ${RELEASE} in case of snapshots.
749         (TAG): Ditto.
750         (OLD_TARS): Adjust to new directory scheme for snapshots.
752 2003-07-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
754         * gcc_release (announce_snapshot): Add substitution of @RELEASE@
755         for README and index.html.
756         * snapshot-README: Use it.
757         * snapshot-index.html: Ditto.
759 2003-07-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
761         * gcc_release (announce_snapshot): Add substitution of @BRANCH@
762         for README and index.html.  Remove substitution of @LONG_DATE@.
763         Put index.html into the respective snapshot directory.
764         Adjust subject of the notification mail to the new naming scheme
765         for CVS tags.
766         Adjust name of the LATEST-IS-... files to the new naming scheme
767         for snapshot directories.
768         (FTP_PATH): Ditto.
769         (LAST_DIR): Ditto.
770         (LAST_LONG_DATE): Remove.
772         * snapshot-README: Adjust to the new naming schemes for directories
773         and snapshots per se.
774         Dynamically fill in the respective branch instead of hardcoding it.
776         * snapshot-index.html: Replace individual links to diffs with a
777         general link to the diff/ subdirectory.
778         Mention the concrete snapshot in <title> and <h1>.
779         Adjust links to the new location of index.html.
781 2003-07-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
783         * gcc_release: Move handling of complex modes directly after
784         switch handling.
785         (TAG): Include the branch name as part of snapshot CVS tags.
787 2003-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
789         * gcc_release: Execute gcc.gnu.org-only operations which are
790         related to diff generation only if diffs have been requested.
791         (build_sources): Improve tracing and an error message related
792         to tagging.
794 2003-07-01  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
796         * gcc_release (BRANCH): Rename to...
797         (CVSBRANCH): ...new macro, and use BRANCH for the variant users
798         will see.
799         (FTP_BRANCH): For snapshots, include ${BRANCH} in the last part
800         of the directory name.
801         Use .snapshot_date-${BRANCH} instead of .snapshot_date.
803 2003-06-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
805         * gcc_release: Command "all" now creates .gz files only for
806         releases and pre-releases.
808 2003-06-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
810         * gcc_release (build_sources): Do not include gnats.html any longer.
811         Make an error message more descriptive.
813 2003-06-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
815         * gcc_release: Factor the updating of links and READMEs on the
816         FTP server and sending mail for snapshots into a...
817         (announce_snapshot): ...new function.
818         Add informative output for both.
820 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
822         * gcc_release: Do not update gcc_latest_snapshot tag any longer.
824 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
826         * snapshot-index.html: Use F77 instead of G77 front end.
827         Remove link to CodeSourcery snapshots which was not up-to-date.
828         Do not refer to gcc-bugs@gcc.gnu.org any longer.
830         * snapshot-README: Use F77 front end instead of G77 language.
832 2003-06-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
834         * gcc_release (build_tarfile): Build .bz2 files instead of .gz files.
835         (build_bz2): Rename to build_gzip and create .gz files from .bz2
836         files instead of the other way around.
837         (build_gzip): New function.
838         (build_diffs): Build .bz2 files instead of .gz files.
839         (build_diff): Use .bz2 files instead of .gz files.
840         Make an error message independent of the compression format.
841         (MODE_BZIP2): Rename to MODE_GZIP.  Related changes to the
842         invocation of this script.
843         (MODE_GZIP): New variable.
844         (OLD_TARS): Use .bz2 archive of the previous snapshot.
846 2003-06-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
848         * snapshot-README: Use GCC instead of gcc, C++ front end instead of
849         g++ language, and note that Java includes a run time.
850         * snapshot.index.html: Ditto.
852 2003-06-10  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
854         * gcc_release (build_diff): Properly use ${TAR} instead of
855         hard-coded tar.
857 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
859         * snapshot-index.html: Refer to .bz2 files instead of .gz files.
860         Simplify the note on not using unannounced snapshots.
862 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
864         * snapshot-README: Refer to .bz2 files instead of .gz files.
865         Add a note on where to find the diff files.
866         Simplify the note on not using unannounced snapshots.
867         Remove documentation of the gcc_latest_snapshot tag.
869 2003-05-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
871         * gcc_release (build_diffs): Add diagnostics in case we cannot
872         generate a specific diff file.
874 2003-05-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
876         * gcc_release (build_sources): Only update ChangeLog files which
877         do not yet contain the entry we are going to add.
878         Fix typo in added ChangeLog entries.
880 2003-05-20  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
882         * gcc_release (upload_files): Put diff files into a "diffs"
883         subdirectory
885 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
887         * gcc_release: GNU CC -> GCC.
889 2003-05-12  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
891         * gcc_release (usage): Print more detailed description of all
892         command-line options.
894 2003-05-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
896         * update_version (ADD_BRANCHES): Add, set to MAIN and
897         tree-ssa-20020619-branch.
898         (BRANCHES): Always consider branches given by $ADD_BRANCHES.
900 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
902         * update_version (textstring_FILES): Only version.c needs to be
903         updated, now that we do not consider older branches any more.
905 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
907         * update_version (IGNORE_BRANCHES): Add.
908         (BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.
910 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
912         * update_version: Add a trace of which branch we are currently
913         working on.
915 2002-12-16  Mark Mitchell  <mark@codesourcery.com>
917         * gcc_release: Make snapshots from the GCC 3.3 branch.
918         * snapshot-README: Update.
920 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
922         * update_version: Do not check in files which are unchanged.
923         * gcc_release: Only update the version in gcc/version.c.
925 2002-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
927         * update_web_docs (MANUALS): Add fastjar.
929 2002-09-08  Joseph S. Myers  <jsm@polyomino.org.uk>
931         * gcc_release: Make snapshots come from the mainline.
932         * snapshot-README: Update.
934 2002-08-28  Joseph S. Myers  <jsm@polyomino.org.uk>
936         * update_web_docs: Remove support for generating g77_news.html and
937         g77_bugs.html.
938         * update_web_docs_old: Likewise.  Remove support for generating
939         thanks.html.
941 2002-07-28  Andreas Jaeger  <aj@suse.de>
943         * gcc_release: Update comment.
945         * snapshot-README: Snapshots are taken from GCC 3.2 branch.
947 2002-07-28  Mark Mitchell  <mark@codesourcery.com>
949         * gcc_release: Use the 3.2 branch for snapshots.
951 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
953         * update_web_docs (MANUALS): Include various flavours of the GNAT
954         User Guide.
956 2002-05-27  Joseph S. Myers  <jsm28@cam.ac.uk>
958         * update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to
959         gcc/gcc/ada/gnatvsn.ads.
961 2002-05-26  Joseph S. Myers  <jsm28@cam.ac.uk>
963         * gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which
964         release status is updated.
965         * update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads.
967 2002-05-21  Joseph S. Myers  <jsm28@cam.ac.uk>
969         * gcc_release: Do upload files when local.
971         * snapshot-README, snapshot-index.html: Remove chill.
973 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
975         * gcc_release: Correct upload handling.
977 2002-04-22  Mark Mitchell  <mark@codesourcery.com>
979         * gcc_release (build_diffs): Remove reference to Chill.
981 2002-04-21  Joseph S. Myers  <jsm28@cam.ac.uk>
983         * update_web_docs (MANUALS): Remove chill.  Add gnat_rm.
985 2002-04-19  Kelley R. Cook (kelly.r.cook@gm.com)
987         * gcc_release: Set TZ to UTC0.
989 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
991         * gcc_release (build_tarfiles): Do not build Chill tarfiles.
992         (CHILL_DIRS): Remove.
994 2002-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
996         * gcc_release: Build diffs for ada and chill.  Make "bzip2" a new
997         major mode.
999 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
1001         * update_version:  Don't indent the version string.
1003 2002-03-05  Joseph S. Myers  <jsm28@cam.ac.uk>
1005         * snapshot-README: Note that snapshots come from the 3.1 branch.
1006         Update list of files.
1008 2002-03-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1010         * gcc_release: Make snapshots come from the 3.1 branch.
1012 2002-02-25  Mark Mitchell  <mark@codesourcery.com>
1014         * update_version: Automatically update version files on all
1015         branches.
1016         * crontab: Only invoke update_version once.
1018 2002-02-23  Joseph S. Myers  <jsm28@cam.ac.uk>
1020         * gcc_release: Revert change to -p interface.  Allow for local and
1021         remote cases in creating directories.  Give an error if -p
1022         argument names a directory.
1024 2002-02-21  Mark Mitchell  <mark@codesourcery.com>
1026         * gcc_release: Correct handling of diff-generation.  Add
1027         "diffs" major mode.
1029 2002-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1031         * gcc_release: Substitute dates in snapshot-README and
1032         snapshot-index.html files rather than directly using the old files
1033         on the FTP site.  Set QMAILHOST.
1035 2002-02-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1037         * snapshot-index.html: Improve markup.
1039 2002-01-29  Joseph S. Myers  <jsm28@cam.ac.uk>
1041         * snapshot-README, snapshot-index.html: Use expressions such as
1042         @DATE@ rather than hardcoded dates.
1044         * snapshot-README, snapshot-index.html: New files.
1046 2002-01-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1048         * update_web_docs (contrib_file): Remove.
1049         Also removing special handling of thanks.html.
1051 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1053         * update_web_docs: Use makeinfo --html instead of texi2html.
1054         Remove support for pre-3.1 GCC versions.  Build online docs for
1055         gccint manual.
1057 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1059         * update_web_docs_old: Copy from update_web_docs.  Add comment
1060         that this is for GCC 3.0.x and earlier versions.
1062 2001-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
1064         * gcc_release: Add /usr/local/bin to path when local.
1066 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
1068         * update_web_docs: Set SOURCEDIR so that install manual can be
1069         found when running install.texi2html.
1071         * gcc_release: Don't require a username if running locally.
1073 2001-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
1075         * update_web_docs: Eliminate warnings about keeping files from web
1076         page preprocessing.
1078         * update_web_docs: Allow for the same file name in different
1079         directories.
1081 2001-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
1083         * update_web_docs: Generate libiberty and gnat-style manuals.
1085 2001-10-24  Joseph S. Myers  <jsm28@cam.ac.uk>
1087         * gcc_release: Build snapshots from mainline.  Generate Ada and
1088         Chill tarballs.  Correct error check when building diffs.  Check
1089         for errors when building bzip2 files.
1090         * crontab: Use /sourceware/snapshot-tmp for building snapshots.
1092 2001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1094         * crontab: Build weekly snapshots.
1096         * gcc_release: Copy from 3.0 branch.  Add support for building the
1097         weekly snapshots on gcc.gnu.org.
1099 2001-08-28  Joseph S. Myers  <jsm28@cam.ac.uk>
1101         * update_web_docs: Also check out texinfo.tex from
1102         gcc/doc/include.
1104 2001-08-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1106         * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.
1107         Preprocess the entire web site, not just the install docs.
1109 2001-06-25  Phil Edwards  <pme@sources.redhat.com>
1111         * update_version:  Add command-line argument capability, also
1112         bump version for libstdc++-v3, and exit with the return code from
1113         the cvs commit.
1114         * crontab:  Call update_version with arguments instead of
1115         calling update_branch_version.
1116         * update_branch_version:  Remove.
1118 2001-06-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1120         * update_web_docs: Only update the install documentation for the
1121         CVS HEAD.
1123 2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1125         * update_web_docs, doc_exclude: Check out files that may be in the
1126         Attic.  Check out texinfo.tex.  Don't generate anything from
1127         c-tree.texi.  Generate PostScript output from manuals.
1129 2001-06-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1131         * update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New
1132         variables.
1133         Fix a comment and add another one.
1134         Generate the installation documentation in HTML format from
1135         gcc/doc/install.texi.
1137 2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1139         * update_web_docs: Don't generate HTML from gxxint.texi.  Don't
1140         run texi2html on manuals that aren't present.
1142 2001-03-18  Phil Edwards  <pme@sources.redhat.com>
1144         * update_web_docs_libstdcxx:  New script.
1145         * crontab:  Call said script.
1147 2001-03-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1149         * update_version, update_branch_version: Check out with gcc
1150         directory instead of using egcs link.
1152 2001-03-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1154         * update_web_docs: Don't strip leading -r from argument following
1155         -r, or leading -d from argument following -d.  Bug pointed out by
1156         Matt Kraai.
1158         * update_web_docs: Handle -r and -d options to generate docs for a
1159         release or branch in a subdirectory.  Determine names of G77 news
1160         and bugs files and contributors file after updated docs have been
1161         installed, not before.  Don't remove files from a subdirectory.
1162         Don't generate manuals for gcov (included in the GCC manual) or
1163         iostream (obsolete).  Do generate manuals for cppinternals, gcj
1164         and porting.  Update regular expressions for detecting whether
1165         files have really changed when regenerated.
1167 2001-03-15  Joseph S. Myers  <jsm28@cam.ac.uk>
1169         * update_web_docs: Use /usr/local/bin/texi2html rather than
1170         gccadmin's local copy.
1172 2001-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
1174         * crontab, doc_exclude, update_branch_version, update_version,
1175         update_web_docs: New files (as currently used by gccadmin).
1176         * README: New file.