1 2022-05-20 Richard Biener <rguenther@suse.de>
3 * crontab: Disable snapshots from the gcc-9 branch.
5 2022-04-28 Jakub Jelinek <jakub@redhat.com>
7 * crontab: Snapshots from trunk are now GCC 13 related.
8 Add GCC 12 snapshots from the respective branch.
10 2021-05-14 Jakub Jelinek <jakub@redhat.com>
12 * crontab: Stop doing gcc-8 snapshots.
14 2021-04-20 Jakub Jelinek <jakub@redhat.com>
16 * crontab: Snapshots from trunk are now GCC 12 related.
17 Add GCC 11 snapshots from the respective branch.
19 2021-04-09 Martin Liska <mliska@suse.cz>
21 * branch_changer.py: Generate URL only when emitting
24 2021-04-09 Martin Liska <mliska@suse.cz>
26 * branch_changer.py: Mention closing candidates and emit
27 console links to bugzilla.
29 2021-04-09 Martin Liska <mliska@suse.cz>
31 * branch_changer.py: Document more how the script behaves.
33 2021-04-09 Martin Liska <mliska@suse.cz>
35 * branch_changer.py: Fix usage of Version class.
37 2021-04-09 Martin Liska <mliska@suse.cz>
39 * branch_changer.py: Use new version scheme in --help output.
41 2021-04-08 Jonathan Wakely <jwakely@redhat.com>
43 * generate_libstdcxx_web_docs: Add --disable-multilib to
46 2021-04-08 Martin Liska <mliska@suse.cz>
48 * branch_changer.py: Fix wrongly converted assert.
50 2021-04-08 Martin Liska <mliska@suse.cz>
52 * branch_changer.py: Modernize and fix flake8 issues.
53 * setup.cfg: New file.
55 2020-12-16 Jakub Jelinek <jakub@redhat.com>
57 * update_version_git: Put BASEDIR into /sourceware/snapshot-tmp/gcc
60 2020-05-29 Martin Liska <mliska@suse.cz>
62 * bugzilla-close-candidate.py: Fix sorting of branches.
64 2020-05-29 Martin Liska <mliska@suse.cz>
66 * bugzilla-close-candidate.py: Fix parsing of SVN revisions.
67 Fix skipping of PRs that contain Can be closed message.
69 2020-05-29 Martin Liska <mliska@suse.cz>
71 * bugzilla-close-candidate.py: Support both SVN and GIT messages
72 in PRs. Remove need of usage of the bugzilla API key.
74 2020-05-27 Jakub Jelinek <jakub@redhat.com>
76 * update_version_git: Rewrite using
77 contrib/gcc-changelog/git_update_version.py.
79 2020-04-30 Jakub Jelinek <jakub@redhat.com>
81 * crontab: Snapshots from trunk are now GCC 11 related.
82 Add GCC 10 snapshots from the respective branch.
84 2020-03-12 Jakub Jelinek <jakub@redhat.com>
86 * gcc_release (upload_files): Without -l, pass -m 755 to the mkdir
87 command invoked through ssh.
89 * update_web_docs_git: Drop SPHINXBUILD=/usr/bin/sphinx-1.0-build.
91 2020-02-27 Jakub Jelinek <jakub@redhat.com>
93 * gcc_release: Add support for -b local-git-repo argument.
95 2020-01-13 Jonathan Wakely <jwakely@redhat.com>
97 * update_web_docs_libstdcxx_git: New file.
98 * update_web_docs_libstdcxx_svn: Remove.
99 * crontab: Use update_web_docs_libstdcxx_git.
101 2020-01-13 Joseph Myers <joseph@codesourcery.com>
103 * update_web_docs_git: New file.
104 * update_web_docs_svn: Remove.
105 * crontab: Use update_web_docs_svn.
107 2020-01-13 Joseph Myers <joseph@codesourcery.com>
109 * gcc_release: Use git instead of SVN.
110 * crontab: Update gcc_release calls.
112 2020-01-13 Joseph Myers <joseph@codesourcery.com>
114 * update_version_git: New file.
115 * update_version:svn: Remove.
116 * crontab: Use update_version_git.
118 2019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
120 * gcc_release: Use https for gcc.gnu.org.
122 2019-11-14 Richard Biener <rguenther@suse.de>
124 * update_version_svn (IGNORE_BRANCHES): Add 7.
126 2019-10-05 Richard Biener <rguenther@suse.de>
128 * crontab: Disable snapshots from gcc-7-branch.
130 2019-08-05 David Malcolm <dmalcolm@redhat.com>
132 * update_web_docs_svn: Proceed even if the invocation of
135 2019-05-04 Gerald Pfeifer <gerald@pfeifer.com>
137 * crontab: Snapshots from trunk are now GCC 10 related.
138 Add GCC 9 snapshots from the respective branch.
140 2019-02-23 Jonathan Wakely <jwakely@redhat.com>
142 * generate_libstdcxx_web_docs: Improve error output.
144 2018-11-22 Martin Liska <mliska@suse.cz>
146 * bugzilla-close-candidate.py: New file.
148 2018-10-26 Jakub Jelinek <jakub@redhat.com>
150 * update_version_svn (IGNORE_BRANCHES): Add gcc-6-branch.
151 * crontab: Remove gcc-6-branch entry.
153 * gcc_release (error, inform): Use $@ instead of $1.
154 (build_sources): Check for ^[[:blank:]]*GCC in both index.html
155 and changes.html, rather than for GCC in one and ^GCC in another one.
157 2018-05-03 Jakub Jelinek <jakub@redhat.com>
160 * gcc_release: For -f, verify contrib/gennews has the major version
161 pages listed and both index.html and changes.html have been updated
164 2018-04-25 Jakub Jelinek <jakub@redhat.com>
166 * crontab: Enable snapshots from gcc-8-branch.
168 2018-01-25 Richard Biener <rguenther@suse.de>
170 * gcc_release (build_sources): Use getconf to get at the number
171 of cores in the system and pass -jN to gcc_build.
173 2017-10-10 Jakub Jelinek <jakub@redhat.com>
175 * update_version_svn: Ignore the GCC 5 branch.
176 * crontab: Remove entry for the GCC 5 branch.
178 2017-05-23 Matthias Klose <doko@ubuntu.com>
180 * gcc_release (XZ): Default to xz --best.
182 2017-05-18 Matthias Klose <doko@ubuntu.com>
184 * gcc_release (build_gzip): Build xz tarball instead of bz2 tarball.
185 (build_diffs): Handle building diffs from either bz2 or xz tarballs,
186 compress diffs using xz instead of bz2.
187 (build_diff): Likewise.
188 (upload_files): Check for *.xz files instead of *.bz2 files.
189 (announce_snapshot): Announce xz tarball instead of bz2 tarball.
190 (XZ): New definition.
191 (<toplevel>): Look for both bz2 and xz compressed old tarballs.
193 2017-04-20 Jakub Jelinek <jakub@redhat.com>
195 * crontab: Enable snapshots from gcc-7-branch.
197 2017-03-03 Gerald Pfeifer <gerald@pfeifer.com>
199 * gcc_release (snapshot_print): Replace md5 checksum by sha256.
201 2017-02-28 Gerald Pfeifer <gerald@pfeifer.com>
203 * update_web_docs_svn: Remove a reference to GCC 3.1. Describe
204 settings to tweak if running on a host different from gcc.gnu.org.
205 (WWWBASE): Allow override via the environment. Also check for
208 2017-02-08 Gerald Pfeifer <gerald@pfeifer.com>
210 * update_web_docs_svn (MANUALS): Add libitm.
212 2016-09-04 Gerald Pfeifer <gerald@pfeifer.com>
214 PR documentation/50642
215 * update_web_docs_svn (CSS): Introduce.
216 Have generated files refer to it.
218 2016-08-17 Martin Liska <mliska@suse.cz>
220 * branch_changer.py: Describe the script. Add sample usage
223 2016-08-03 Martin Liska <mliska@suse.cz>
225 * branch_changer.py: New file.
227 2016-07-26 Richard Biener <rguenther@suse.de>
229 * update_version_svn: Ignore the GCC 4.9 branch.
231 2016-07-26 Richard Biener <rguenther@suse.de>
233 * crontab: Remove entry for the GCC 4.9 branch.
235 2016-06-13 Jonathan Wakely <jwakely@redhat.com>
237 * generate_libstdcxx_web_docs: Use realpath to get absolute path.
238 Add comment about LaTeX errors.
240 2016-04-15 Jakub Jelinek <jakub@redhat.com>
242 * crontab: Enable snapshots from gcc-6-branch.
244 2015-06-23 Richard Biener <rguenther@suse.de>
246 * update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES.
248 2015-06-14 Richard Biener <rguenther@suse.de>
250 * crontab: Disable snapshots from the 4.8 branch.
252 2015-04-13 Jakub Jelinek <jakub@redhat.com>
254 * update_version_svn: Update DATESTAMP also on
255 branches/gcc-[0-9]+-branch.
257 * gcc_release: Fix up thinko in the last commit, improve error
258 message. Commit all ChangeLog, DEV-PHASE and BASE-VER changes
259 together, rather than doing dozens of separate commits.
261 2015-04-12 Jakub Jelinek <jakub@redhat.com>
263 * gcc_release: For RELEASE_MAJOR 5+ only use the major
264 number in branch name. When doing final release of 5+,
265 if BASE-VER doesn't match release, but is *.*.1 for the
266 one smaller minor version, bump BASE-VER.
268 * crontab: Enable snapshots from gcc-5-branch.
270 2015-04-07 Gerald Pfeifer <gerald@pfeifer.com>
272 * update_web_docs_libstdcxx_svn (FILTER): Introduce.
273 Use to filter output of the copying process.
275 2015-02-25 Arnaud Charlet <charlet@adacore.com>
277 * update_web_docs_svn: Preserve gcc/ada/*.png. Update comments.
279 2015-02-25 Arnaud Charlet <charlet@adacore.com>
281 * update_web_docs_svn: Add -I gcc/gcc/ada/doc/gnat_ugn for gnat_ugn
283 2015-02-06 David Malcolm <dmalcolm@redhat.com>
286 * update_web_docs_svn: When copying up files for the built jit
287 documentation, also copy up .txt files.
289 2015-02-04 David Malcolm <dmalcolm@redhat.com>
292 * update_web_docs_svn: Update build of jit docs to use EPEL6
293 variant install of sphinx 1.0.8, rather than 0.6.6.
295 2015-01-26 David Malcolm <dmalcolm@redhat.com>
298 * update_web_docs_svn: Don't delete gcc/jit/docs or
299 gcc/jit/jit-common.h, gcc/jit/notes.txt. Special case the
300 building of the JIT docs (using sphinx-build). Special case
303 2014-08-14 Richard Biener <rguenther@suse.de>
305 * crontab: Change trunk snapshots from 4.10 to 5.
307 2014-08-01 Arnaud Charlet <charlet@adacore.com>
309 * update_web_docs_svn: Simplify build of gnat_ugn.
311 2014-06-12 Richard Biener <rguenther@suse.de>
313 * crontab: Remove 4.7 snapshot entry.
314 * update_version_svn: Update IGNORE_BRANCHES.
316 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
318 * generate_libstdcxx_web_docs: New script.
320 2014-04-11 Jakub Jelinek <jakub@redhat.com>
322 * crontab: Enable snapshots from gcc-4_9-branch.
324 2014-02-01 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
327 * gcc_release: Avoid printing empty line to generated MD5SUMS files.
330 2013-12-02 Gerald Pfeifer <gerald@pfeifer.com>
332 * update_web_docs_svn: Work around makeinfo generated file names
333 and references with "_002d" instead of "-".
335 2013-04-12 Jakub Jelinek <jakub@redhat.com>
337 * crontab: Disable snapshots from gcc-4_6-branch.
338 * update_version_svn: Ignore gcc-4_6-branch.
340 2013-04-07 Gerald Pfeifer <gerald@pfeifer.com>
342 * update_web_docs_libstdcxx_svn: No longer ignore all output from
343 the actual copy process.
344 Check the exit code of the actual copy process; diagnose problems.
346 2013-03-16 Jakub Jelinek <jakub@redhat.com>
348 * crontab: Enable snapshots from gcc-4_8-branch.
350 2012-07-02 Richard Guenther <rguenther@suse.de>
352 * crontab: Disable snapshots from gcc-4_5-branch.
353 * update_version_svn: Ingore gcc-4_5-branch.
355 2012-03-23 Richard Guenther <rguenther@suse.de>
357 * crontab: Enable snapshots from gcc-4_7-branch.
359 2012-03-13 Jakub Jelinek <jakub@redhat.com>
361 * crontab: Remove 4.4 branch from the list of snapshots to make.
362 * update_version_svn (IGNORE_BRANCHES): Add gcc-4_4-branch.
364 2012-03-05 Richard Guenther <rguenther@suse.de>
366 * crontab: Remove 4.3 branch from the list of snapshots to make.
368 2012-03-02 Richard Guenther <rguenther@suse.de>
370 * crontab: Fix day-of-week.
372 2012-03-02 Richard Guenther <rguenther@suse.de>
374 * crontab: Update for 4.7 branching.
376 2011-11-21 Gerald Pfeifer <gerald@pfeifer.com>
378 * update_web_docs_svn: Make $DOCSDIR group writable after
381 2011-06-27 Richard Guenther <rguenther@suse.de>
383 * update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch.
385 2011-05-22 Joseph Myers <joseph@codesourcery.com>
387 * gcc_release (adjust_dirs, maybe_build_tarfile): Remove.
388 (build_tarfiles): Don't build separate files for languages and
390 (build_diffs): Only build one set of diffs.
391 (announce_snapshot): Only announce one tar file.
392 (ADA_DIRS, CPLUSPLUS_DIRS, FORTRAN95_DIRS, GO_DIRS, JAVA_DIRS,
393 OBJECTIVEC_DIRS, TESTSUITE_DIRS): Remove. Don't adjust names
394 relative to WORKING_DIRECTORY.
396 2011-04-21 Jakub Jelinek <jakub@redhat.com>
398 * gcc_release (maybe_build_tarfile): Don't build a tarfile if
399 the first directory doesn't exist.
401 2011-03-14 Jakub Jelinek <jakub@redhat.com>
403 * crontab: Enable 4.7 snapshots, switch 4.6 snapshots to
406 2011-02-07 Joseph Myers <joseph@codesourcery.com>
408 * update_web_docs_svn: Generate libquadmath-vers.texi.
410 2011-01-31 Gerald Pfeifer <gerald@pfeifer.com>
412 * update_version_svn (FILES): Merge with datestamp_FILES.
413 (SVNROOT2): Introduce and use.
415 2011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
417 * update_version_svn (SVN): Remove obsolete comment.
418 (CURR_DATE): Fix description.
419 Fix description of checkout procedure.
421 2010-12-18 Tobias Burnus <burnus@net-b.de>
423 * update_web_docs_svn (MANUALS): Add libquadmath.
425 2010-12-08 Ian Lance Taylor <iant@google.com>
427 * gcc_release: Add support for releasing Go as a separate
430 2010-12-08 Ian Lance Taylor <iant@google.com>
432 * update_web_docs_svn (MANUALS): Add gccgo.
434 2010-12-08 Ian Lance Taylor <iant@google.com>
436 * README: Change "CVS" to "Subversion".
438 2010-08-23 Gerald Pfeifer <gerald@pfeifer.com>
440 * gcc_release (snapshot_print): Also include an sha1 hash for
441 every tarball. Slightly tweak indentation.
443 2010-08-15 Gerald Pfeifer <gerald@pfeifer.com>
445 * gcc_release (CVSROOT): Remove all occurrences.
447 2010-08-14 Gerald Pfeifer <gerald@pfeifer.com>
449 * gcc_release (snapshot_print): Include md5 hash for every tarball
450 in the README file and notification mail.
452 2010-08-01 Gerald Pfeifer <gerald@pfeifer.com>
454 * update_web_docs_libstdcxx_svn: Do not compress generated .html
457 2010-06-24 Joseph Myers <joseph@codesourcery.com>
459 * update_web_docs_svn: Also pass -I option pointing to ada/ source
460 directory for Ada manual.
462 2010-04-16 Joseph Myers <joseph@codesourcery.com>
464 * crontab: Enable 4.6 snapshots.
466 2010-04-07 Joseph Myers <joseph@codesourcery.com>
468 * crontab: Switch 4.5 snapshots to 4.5 branch.
470 2010-03-31 Joseph Myers <joseph@codesourcery.com>
472 * gcc_release (build_tarfiles): Make directories mode 755, not
475 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
477 * update_web_docs_svn: Update BUGURL to http://gcc.gnu.org/bugs/.
479 2009-10-03 Diego Novillo <dnovillo@google.com>
481 * gcc_release (JAVA_DIRS): Remove zlib.
483 2009-04-23 Gerald Pfeifer <gerald@pfeifer.com>
485 * update_web_docs_svn: Redirect output of texi2dvi to /dev/null.
487 2009-04-09 Jakub Jelinek <jakub@redhat.com>
489 * gcc_release: Change copyright header to refer to version
490 3 of the GNU General Public License and to point readers at the
491 COPYING3 file and the FSF's license web page.
492 * maintainer-addresses: Likewise.
494 2009-04-08 Gerald Pfeifer <gerald@pfeifer.com>
496 * update_web_docs_svn: Run this script under plain /bin/sh
497 as opposed to /bin/sh -x.
499 2009-03-30 Joseph Myers <joseph@codesourcery.com>
501 * update_version_svn (IGNORE_BRANCHES): Add 4.2 branch.
503 2009-03-28 Gerald Pfeifer <gerald@pfeifer.com>
505 * crontab: Stop 4.2 snapshots.
506 Spread out 4.3, 4.4, and 4.5 snapshots more evenly.
508 2009-03-27 Mark Mitchell <mark@codesourcery.com>
510 * crontab: Add 4.4 branch snapshots.
512 2009-02-21 Gerald Pfeifer <gerald@pfeifer.com>
514 * update_version_svn (ADD_BRANCHES): Remove autovect-branch
517 2009-01-17 Richard Guenther <rguenther@suse.de>
519 * gcc_release (JAVA_DIRS): Remove fastjar.
521 2008-10-04 Gerald Pfeifer <gerald@pfeifer.com>
523 * gcc_release: Fix a couple of comments.
525 2008-07-04 Joseph Myers <joseph@codesourcery.com>
527 * crontab: Remove 4.1 snapshots job.
528 * update_version: Remove.
529 * gcc_release: Remove support for g77 and release status in
531 * update_version_svn: Ignore 4.1 branch. Remove support for
532 updating files other than DATESTAMP.
533 * update_web_docs_svn: Remove support for g77 manual.
535 2008-02-18 Jakub Jelinek <jakub@redhat.com>
537 * crontab: Add 4.3 branch. Set trunk to 4.4.
539 2008-01-28 Joseph Myers <joseph@codesourcery.com>
541 * gcc_release (build_sources): Pass --disable-multilib to
543 (SVN): Don't use full path.
545 2008-01-21 Jonathan Wakely <jwakely.gcc@gmail.com>
547 * update_web_docs_libstdcxx_svn: "docs" dir moved to "doc".
549 2007-10-01 Gerald Pfeifer <gerald@pfeifer.com>
551 * gcc_release: Do not include copies of faq.html in releases,
552 and remove all the explicit support code to pull in web pages.
554 2007-08-21 Paul Brook <paul@codesourcery.com>
555 Nathan Sidwell <nathan@codesourcery.com>
556 Mark Mitchell <mark@codesourcery.com>
557 Joseph Myers <joseph@codesourcery.com>
559 * gcc_release: Do not include copies of bugs.html in releases.
560 * update_web_docs_svn: Set VERSION_PACKAGE and BUGURL in
563 2007-07-06 Joseph Myers <joseph@codesourcery.com>
565 * update_web_docs_svn: Use -o with makeinfo, texi2dvi and texi2pdf
568 2007-06-28 Mike Stump <mrs@apple.com>
570 * gcc_release: Update for Objective-C++.
572 2007-05-28 Mark Mitchell <mark@codesourcery.com>
574 * gcc_release: Adjust placement of release candidates.
576 2007-04-01 Gerald Pfeifer <gerald@pfeifer.com>
578 * update_web_docs_svn (MANUALS): Move towards the top of the
579 script. Reformat for easier editing/diffing.
581 2006-03-31 Tobias Burnus <burnus@net-b.de>
583 * update_web_docs_svn: Build also gfc-internals.
585 2007-02-25 Gerald Pfeifer <gerald@pfeifer.com>
587 * update_version_svn (IGNORE_BRANCHES): Add 4_0-branch.
589 2007-01-29 Gerald Pfeifer <gerald@pfeifer.com>
591 * crontab: No longer build snapshots for 4.0.x.
593 2007-01-21 Tobias Burnus <burnus@net-b.de>
595 * update_web_docs_svn: Build also libgomp documentation.
597 2007-01-05 Gerald Pfeifer <gerald@pfeifer.com>
599 * crontab: Spread snapshots more evenly throughout the week, and
600 in "ascending" order. Build all at the same time of the day.
602 2006-10-20 Mark Mitchell <mark@codesourcery.com>
604 * crontab: Add 4.2 branch. Set trunk to 4.3.
606 2006-09-17 Gerald Pfeifer <gerald@pfeifer.com>
608 * gcc_release (LC_ALL): Default to C.
610 2006-03-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
612 * crontab: Don't build snapshot for 3.4.x anymore.
613 * update_version_svn (IGNORE_BRANCHES): Add 3_4-branch.
615 2006-01-12 Ben Elliston <bje@au.ibm.com>
617 * update_version_svn (ADD_BRANCHES): Remove dfp-branch.
619 2005-12-16 Joseph S. Myers <joseph@codesourcery.com>
621 * update_web_docs_svn: Remove unnecessary files from source tree.
623 * doc_exclude, update_web_docs, update_web_docs_libstdcxx: Remove.
625 2005-12-16 Mark Mitchell <mark@codesourcery.com>
627 * update_web_docs_svn: Set @srcdir in gcc-vers.texi.
629 2005-11-18 Mark Mitchell <mark@codesourcery.com>
631 * crontab: Add 4.1 branch entry.
633 2005-11-06 Joseph S. Myers <joseph@codesourcery.com>
635 * gcc_release: Further update for SVN. Don't set EXPORTTAG or
636 EXPORTDATE; always determine SVNREV the same way. Correct message
637 about what sources are being retrived. Include branch information
639 * crontab: Don't include initial / in branch name.
641 2005-11-05 Daniel Berlin <dberlin@dberlin.org>
643 * gcc_release: Always determine revision number from date or tag,
644 and use that, instead of fragile date based export.
645 Put back setting of non-local CVSROOT.
647 2005-11-05 Daniel Berlin <dberlin@dberlin.org>
649 * gcc_release: Make tags go in /tags.
650 Don't tag for snapshots.
651 Determine revision number of export and put into snapshot
654 2005-11-03 Daniel Berlin <dberlin@dberlin.org>
656 * gcc_release: Update for SVN
657 * crontab: Update for new gcc_release
659 2005-10-26 Daniel Berlin <dberlin@dberlin.org>
661 * update_web_docs_svn: Use -q to quiet svn.
663 2005-10-26 Daniel Berlin <dberlin@dberlin.org>
665 * crontab: Update to reflect reality
667 2005-10-01 Mark Mitchell <mark@codesourcery.com>
669 * gcc_release (build_sources): If trying to apply a tag that
670 already exists, issue an error message and exit.
672 2005-09-30 Joseph S. Myers <joseph@codesourcery.com>
675 * update_web_docs: Add PDF support. Correct check of DEV-PHASE.
677 2005-09-30 Joseph S. Myers <joseph@codesourcery.com>
679 * update_web_docs_old: Remove.
681 2005-08-14 Kelley Cook <kcook@gcc.gnu.org>
683 * gcc_release: Update with FSF address.
685 2005-07-26 Janis Johnson <janis187@us.ibm.com>
687 * update_version (ADD_BRANCHES): Add dfp-branch.
689 2005-05-21 Gerald Pfeifer <gerald@pfeifer.com>
691 * crontab: Spread snapshot building more evenly throughout the
694 2005-05-19 Joseph S. Myers <joseph@codesourcery.com>
696 * crontab: Don't build 3.3 branch snapshots.
697 * update_version (IGNORE_BRANCHES): Add gcc-3_3-branch.
699 2005-03-15 Zack Weinberg <zack@codesourcery.com>
702 * gcc_release: Update gcc/DEV-PHASE if that file exists, instead
704 * update_version: Handle updating gcc/DATESTAMP.
705 * update_web_docs: Generate gcc-vers.texi first.
707 2005-03-10 Ranjit Mathew <rmathew@hotmail.com>
709 * gcc_release (ADA_DIRS): Add "gnattools".
711 2005-02-25 Mark Mitchell <mark@codesourcery.com>
713 * crontab: Adjust for 4.0 branch.
715 2004-12-30 Sebastian Pop <pop@cri.ensmp.fr>
717 * update_version (ADD_BRANCHES): Replace lno-branch with
720 2004-09-11 Gerald Pfeifer <gerald@pfeifer.com>
722 * crontab: Rename GCC 3.5 snapshots to GCC 4.0 snapshots.
724 2004-08-14 Kelley Cook <kcook@gcc.gnu.org>
726 * gcc_release (build_sources): Add comment header to generated
729 2004-08-06 Kelley Cook <kcook@gcc.gnu.org>
731 * gcc_release (snapshot_print): Accept arguments. Don't use echo -e.
732 (announce_snapshot): Update for above. Don't use echo -e.
734 2004-08-03 Kelley Cook <kcook@gcc.gnu.org>
736 * maintainer-scripts (snapshot_print): New function.
737 (announce_snapshot): Generate announcment on the fly.
738 Use a directory link for LATEST.
739 * snapshot-README: Delete.
740 * snapshot-index.html: Delete.
742 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
744 * gcc_release (build_sources): Move the libcpp gmo files
745 to the source directory.
747 2004-06-03 Joseph S. Myers <jsm@polyomino.org.uk>
749 * gcc_release (maybe_build_tarfile): New function.
750 (build_tarfiles): Use maybe_build_tarfile.
752 2004-05-21 Paolo Carlini <pcarlini@suse.de>
754 * gcc_release (build_sources): Generate the NEWS file in toplevel.
756 2004-05-17 Kelley Cook <kcook@gcc.gnu.org>
758 * gcc_release (build_sources): Change CRCs from brik to md5sum.
760 2004-05-16 Gerald Pfeifer <gerald@pfeifer.com>
762 * crontab: Add GCC 3.5 snapshots, currenty run on Sundays.
764 2004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
766 * update_web_docs: Also remove old .gz files from subdirectories
767 on the 15th of the month.
769 2004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
771 * update_web_docs (MANUALS): Add gfortran.
773 2004-05-13 Arnaud Charlet <charlet@act-europe.fr>
775 * update_web_docs: Fix generation of Ada docs.
777 2004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
779 * update_version (ADD_BRANCHES): Remove tree-ssa-20020619-branch.
781 * gcc_release (DIFF): Remove -3 option.
783 2003-07-26 Paul Brook <paul@nowt.org>
785 * gcc_release: Add gcc-fortran.
786 * snapshot-README: Ditto.
787 * snapshot-index.html: Ditto.
789 2004-05-02 Gerald Pfeifer <gerald@pfeifer.com>
791 * crontab: Move GCC 3.4 snapshots from Wednesday afternoon to
792 Friday night, where gcc.gnu.org has less load.
794 2004-05-02 Gerald Pfeifer <gerald@pfeifer.com>
796 * crontab: Adjust temporary directory used for snapshot generation.
797 Move GCC 3.3 snapshots to Wednesday 22:32, where gcc.gnu.org has
800 2004-04-19 Mark Mitchell <mark@codesourcery.com>
802 * gcc_release (build_sources): Do not use "-F" to tag sources.
804 2004-04-07 Mark Mitchell <mark@codesourcery.com>
806 * gcc_release (build_sources): Do not use "-r" and "-D" at the
807 same time with "cvs export".
809 2004-03-27 Gerald Pfeifer <gerald@pfeifer.com>
811 * gcc_release: Fix sanity check for argument of -p command-line
812 options. In snapshot mode, only generate diffs against the previous
813 snapshot if the user did not specify any old tarball explictly.
815 2004-03-25 Gerald Pfeifer <gerald@pfeifer.com>
817 * gcc_release (FTP_PATH): Use /var/ftp instead of ~ftp, and
818 only set at a single place.
820 2004-03-14 Gerald Pfeifer <gerald@pfeifer.com>
822 * gcc_release (SNAPSHOTS_DIR): New variable. Use it.
823 (announce_snapshot): Use it.
825 2004-03-14 Gerald Pfeifer <gerald@pfeifer.com>
827 * gcc_release (announce_snapshot): Use changedir instead of
830 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>
832 * gcc_release: Add libada as part of ADA_DIRS.
834 2004-01-21 Gerald Pfeifer <gerald@pfeifer.com>
836 * crontab: Make 3.4 snapshots from the new 3.4 release branch.
838 2004-01-20 Kelley Cook <kcook@gcc.gnu.org>
840 * gcc_release (build_sources): Delete call to make f77.rebuilt.
842 2004-01-17 Gerald Pfeifer <gerald@pfeifer.com>
844 * snapshot-README: Mention how the snapshot was generated.
845 * snapshot-index.html: Ditto. Further sync with snapshot-README.
847 2004-01-03 Joseph S. Myers <jsm@polyomino.org.uk>
849 * update_web_docs: Create tarballs of documentation sources and
852 2004-01-02 Gerald Pfeifer <gp@suse.de>
854 * update_version: Add some documentation.
856 2004-01-02 Pop Sébastian <pop@gauvain.u-strasbg.fr>
858 * update_version (ADD_BRANCHES): Add lno-branch.
860 2003-11-02 Gerald Pfeifer <gerald@pfeifer.com>
862 * maintainer-addresses: New script.
864 2003-10-24 Kelley Cook <kcook@gcc.gnu.org>
866 * gcc_release (build_sources): Use --enable-generated-files-in-srcdir.
868 2003-09-22 Gerald Pfeifer <gerald@pfeifer.com>
870 * gcc_release (announce_snapshot): Restructure processing
871 of snapshot-README and snapshot-index.html and add a new
872 substitution for @EXPORT@.
874 2003-08-24 Gerald Pfeifer <gerald@pfeifer.com>
876 * gcc_release (build_sources): Create/update the LAST_UPDATED file
877 in the source directory with information how sources were obtained.
879 2003-08-16 Gerald Pfeifer <gerald@pfeifer.com>
881 * gcc_release (build_sources): Use two new variables EXPORTTAG and
882 EXPORTDATE to make the extraction of sources more transparent and
883 also allow snapshots (off mainline) without a tag.
885 2003-08-08 Mark Mitchell <mark@codesourcery.com>
887 * gcc_release: Correct logic for updating version.c. Put
888 prereleases into a subdirectory.
890 2003-07-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
892 * crontab: Update invocation of gcc_release according to the
893 previous changes there. Add automatic 3.4 snapshots from mainline.
895 2003-07-23 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
897 * gcc_release (usage): Document that -s now takes symbolic name
898 and branch of the snapshot as parameters.
899 Implement this as part of command-line processing.
900 (BRANCH): Remove default initialization for snapshots.
902 Do not lay down a CVS tag if generating a snapshot from mainline.
904 2003-07-19 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
906 * gcc_release (announce_snapshot): Use ${RELEASE} instead
907 of ${BRANCH}-${DATE} to refer to the snapshot directory.
908 Put README file into the snapshot directory.
910 (RELEASE): Define as ${BRANCH}-${DATE} for snapshots.
911 (FTP_PATH): Use ${RELEASE} in case of snapshots.
913 (OLD_TARS): Adjust to new directory scheme for snapshots.
915 2003-07-14 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
917 * gcc_release (announce_snapshot): Add substitution of @RELEASE@
918 for README and index.html.
919 * snapshot-README: Use it.
920 * snapshot-index.html: Ditto.
922 2003-07-09 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
924 * gcc_release (announce_snapshot): Add substitution of @BRANCH@
925 for README and index.html. Remove substitution of @LONG_DATE@.
926 Put index.html into the respective snapshot directory.
927 Adjust subject of the notification mail to the new naming scheme
929 Adjust name of the LATEST-IS-... files to the new naming scheme
930 for snapshot directories.
933 (LAST_LONG_DATE): Remove.
935 * snapshot-README: Adjust to the new naming schemes for directories
936 and snapshots per se.
937 Dynamically fill in the respective branch instead of hardcoding it.
939 * snapshot-index.html: Replace individual links to diffs with a
940 general link to the diff/ subdirectory.
941 Mention the concrete snapshot in <title> and <h1>.
942 Adjust links to the new location of index.html.
944 2003-07-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
946 * gcc_release: Move handling of complex modes directly after
948 (TAG): Include the branch name as part of snapshot CVS tags.
950 2003-07-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
952 * gcc_release: Execute gcc.gnu.org-only operations which are
953 related to diff generation only if diffs have been requested.
954 (build_sources): Improve tracing and an error message related
957 2003-07-01 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
959 * gcc_release (BRANCH): Rename to...
960 (CVSBRANCH): ...new macro, and use BRANCH for the variant users
962 (FTP_BRANCH): For snapshots, include ${BRANCH} in the last part
963 of the directory name.
964 Use .snapshot_date-${BRANCH} instead of .snapshot_date.
966 2003-06-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
968 * gcc_release: Command "all" now creates .gz files only for
969 releases and pre-releases.
971 2003-06-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
973 * gcc_release (build_sources): Do not include gnats.html any longer.
974 Make an error message more descriptive.
976 2003-06-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
978 * gcc_release: Factor the updating of links and READMEs on the
979 FTP server and sending mail for snapshots into a...
980 (announce_snapshot): ...new function.
981 Add informative output for both.
983 2003-06-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
985 * gcc_release: Do not update gcc_latest_snapshot tag any longer.
987 2003-06-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
989 * snapshot-index.html: Use F77 instead of G77 front end.
990 Remove link to CodeSourcery snapshots which was not up-to-date.
991 Do not refer to gcc-bugs@gcc.gnu.org any longer.
993 * snapshot-README: Use F77 front end instead of G77 language.
995 2003-06-17 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
997 * gcc_release (build_tarfile): Build .bz2 files instead of .gz files.
998 (build_bz2): Rename to build_gzip and create .gz files from .bz2
999 files instead of the other way around.
1000 (build_gzip): New function.
1001 (build_diffs): Build .bz2 files instead of .gz files.
1002 (build_diff): Use .bz2 files instead of .gz files.
1003 Make an error message independent of the compression format.
1004 (MODE_BZIP2): Rename to MODE_GZIP. Related changes to the
1005 invocation of this script.
1006 (MODE_GZIP): New variable.
1007 (OLD_TARS): Use .bz2 archive of the previous snapshot.
1009 2003-06-14 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1011 * snapshot-README: Use GCC instead of gcc, C++ front end instead of
1012 g++ language, and note that Java includes a run time.
1013 * snapshot.index.html: Ditto.
1015 2003-06-10 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1017 * gcc_release (build_diff): Properly use ${TAR} instead of
1020 2003-05-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1022 * snapshot-index.html: Refer to .bz2 files instead of .gz files.
1023 Simplify the note on not using unannounced snapshots.
1025 2003-05-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1027 * snapshot-README: Refer to .bz2 files instead of .gz files.
1028 Add a note on where to find the diff files.
1029 Simplify the note on not using unannounced snapshots.
1030 Remove documentation of the gcc_latest_snapshot tag.
1032 2003-05-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1034 * gcc_release (build_diffs): Add diagnostics in case we cannot
1035 generate a specific diff file.
1037 2003-05-24 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1039 * gcc_release (build_sources): Only update ChangeLog files which
1040 do not yet contain the entry we are going to add.
1041 Fix typo in added ChangeLog entries.
1043 2003-05-20 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1045 * gcc_release (upload_files): Put diff files into a "diffs"
1048 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
1050 * gcc_release: GNU CC -> GCC.
1052 2003-05-12 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1054 * gcc_release (usage): Print more detailed description of all
1055 command-line options.
1057 2003-05-09 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1059 * update_version (ADD_BRANCHES): Add, set to MAIN and
1060 tree-ssa-20020619-branch.
1061 (BRANCHES): Always consider branches given by $ADD_BRANCHES.
1063 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1065 * update_version (textstring_FILES): Only version.c needs to be
1066 updated, now that we do not consider older branches any more.
1068 2003-05-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1070 * update_version (IGNORE_BRANCHES): Add.
1071 (BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.
1073 2003-05-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1075 * update_version: Add a trace of which branch we are currently
1078 2002-12-16 Mark Mitchell <mark@codesourcery.com>
1080 * gcc_release: Make snapshots from the GCC 3.3 branch.
1081 * snapshot-README: Update.
1083 2002-09-23 Zack Weinberg <zack@codesourcery.com>
1085 * update_version: Do not check in files which are unchanged.
1086 * gcc_release: Only update the version in gcc/version.c.
1088 2002-09-17 Joseph S. Myers <jsm@polyomino.org.uk>
1090 * update_web_docs (MANUALS): Add fastjar.
1092 2002-09-08 Joseph S. Myers <jsm@polyomino.org.uk>
1094 * gcc_release: Make snapshots come from the mainline.
1095 * snapshot-README: Update.
1097 2002-08-28 Joseph S. Myers <jsm@polyomino.org.uk>
1099 * update_web_docs: Remove support for generating g77_news.html and
1101 * update_web_docs_old: Likewise. Remove support for generating
1104 2002-07-28 Andreas Jaeger <aj@suse.de>
1106 * gcc_release: Update comment.
1108 * snapshot-README: Snapshots are taken from GCC 3.2 branch.
1110 2002-07-28 Mark Mitchell <mark@codesourcery.com>
1112 * gcc_release: Use the 3.2 branch for snapshots.
1114 2002-05-31 Florian Weimer <fw@deneb.enyo.de>
1116 * update_web_docs (MANUALS): Include various flavours of the GNAT
1119 2002-05-27 Joseph S. Myers <jsm28@cam.ac.uk>
1121 * update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to
1122 gcc/gcc/ada/gnatvsn.ads.
1124 2002-05-26 Joseph S. Myers <jsm28@cam.ac.uk>
1126 * gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which
1127 release status is updated.
1128 * update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads.
1130 2002-05-21 Joseph S. Myers <jsm28@cam.ac.uk>
1132 * gcc_release: Do upload files when local.
1134 * snapshot-README, snapshot-index.html: Remove chill.
1136 2002-05-08 Mark Mitchell <mark@codesourcery.com>
1138 * gcc_release: Correct upload handling.
1140 2002-04-22 Mark Mitchell <mark@codesourcery.com>
1142 * gcc_release (build_diffs): Remove reference to Chill.
1144 2002-04-21 Joseph S. Myers <jsm28@cam.ac.uk>
1146 * update_web_docs (MANUALS): Remove chill. Add gnat_rm.
1148 2002-04-19 Kelley R. Cook (kelly.r.cook@gm.com)
1150 * gcc_release: Set TZ to UTC0.
1152 2002-04-15 Mark Mitchell <mark@codesourcery.com>
1154 * gcc_release (build_tarfiles): Do not build Chill tarfiles.
1155 (CHILL_DIRS): Remove.
1157 2002-03-10 Joseph S. Myers <jsm28@cam.ac.uk>
1159 * gcc_release: Build diffs for ada and chill. Make "bzip2" a new
1162 2002-03-06 Phil Edwards <pme@gcc.gnu.org>
1164 * update_version: Don't indent the version string.
1166 2002-03-05 Joseph S. Myers <jsm28@cam.ac.uk>
1168 * snapshot-README: Note that snapshots come from the 3.1 branch.
1169 Update list of files.
1171 2002-03-03 Joseph S. Myers <jsm28@cam.ac.uk>
1173 * gcc_release: Make snapshots come from the 3.1 branch.
1175 2002-02-25 Mark Mitchell <mark@codesourcery.com>
1177 * update_version: Automatically update version files on all
1179 * crontab: Only invoke update_version once.
1181 2002-02-23 Joseph S. Myers <jsm28@cam.ac.uk>
1183 * gcc_release: Revert change to -p interface. Allow for local and
1184 remote cases in creating directories. Give an error if -p
1185 argument names a directory.
1187 2002-02-21 Mark Mitchell <mark@codesourcery.com>
1189 * gcc_release: Correct handling of diff-generation. Add
1192 2002-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
1194 * gcc_release: Substitute dates in snapshot-README and
1195 snapshot-index.html files rather than directly using the old files
1196 on the FTP site. Set QMAILHOST.
1198 2002-02-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1200 * snapshot-index.html: Improve markup.
1202 2002-01-29 Joseph S. Myers <jsm28@cam.ac.uk>
1204 * snapshot-README, snapshot-index.html: Use expressions such as
1205 @DATE@ rather than hardcoded dates.
1207 * snapshot-README, snapshot-index.html: New files.
1209 2002-01-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1211 * update_web_docs (contrib_file): Remove.
1212 Also removing special handling of thanks.html.
1214 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
1216 * update_web_docs: Use makeinfo --html instead of texi2html.
1217 Remove support for pre-3.1 GCC versions. Build online docs for
1220 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
1222 * update_web_docs_old: Copy from update_web_docs. Add comment
1223 that this is for GCC 3.0.x and earlier versions.
1225 2001-11-19 Joseph S. Myers <jsm28@cam.ac.uk>
1227 * gcc_release: Add /usr/local/bin to path when local.
1229 2001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
1231 * update_web_docs: Set SOURCEDIR so that install manual can be
1232 found when running install.texi2html.
1234 * gcc_release: Don't require a username if running locally.
1236 2001-11-05 Joseph S. Myers <jsm28@cam.ac.uk>
1238 * update_web_docs: Eliminate warnings about keeping files from web
1241 * update_web_docs: Allow for the same file name in different
1244 2001-10-29 Joseph S. Myers <jsm28@cam.ac.uk>
1246 * update_web_docs: Generate libiberty and gnat-style manuals.
1248 2001-10-24 Joseph S. Myers <jsm28@cam.ac.uk>
1250 * gcc_release: Build snapshots from mainline. Generate Ada and
1251 Chill tarballs. Correct error check when building diffs. Check
1252 for errors when building bzip2 files.
1253 * crontab: Use /sourceware/snapshot-tmp for building snapshots.
1255 2001-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
1257 * crontab: Build weekly snapshots.
1259 * gcc_release: Copy from 3.0 branch. Add support for building the
1260 weekly snapshots on gcc.gnu.org.
1262 2001-08-28 Joseph S. Myers <jsm28@cam.ac.uk>
1264 * update_web_docs: Also check out texinfo.tex from
1267 2001-08-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1269 * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.
1270 Preprocess the entire web site, not just the install docs.
1272 2001-06-25 Phil Edwards <pme@sources.redhat.com>
1274 * update_version: Add command-line argument capability, also
1275 bump version for libstdc++-v3, and exit with the return code from
1277 * crontab: Call update_version with arguments instead of
1278 calling update_branch_version.
1279 * update_branch_version: Remove.
1281 2001-06-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1283 * update_web_docs: Only update the install documentation for the
1286 2001-06-07 Joseph S. Myers <jsm28@cam.ac.uk>
1288 * update_web_docs, doc_exclude: Check out files that may be in the
1289 Attic. Check out texinfo.tex. Don't generate anything from
1290 c-tree.texi. Generate PostScript output from manuals.
1292 2001-06-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1294 * update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New
1296 Fix a comment and add another one.
1297 Generate the installation documentation in HTML format from
1298 gcc/doc/install.texi.
1300 2001-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
1302 * update_web_docs: Don't generate HTML from gxxint.texi. Don't
1303 run texi2html on manuals that aren't present.
1305 2001-03-18 Phil Edwards <pme@sources.redhat.com>
1307 * update_web_docs_libstdcxx: New script.
1308 * crontab: Call said script.
1310 2001-03-18 Joseph S. Myers <jsm28@cam.ac.uk>
1312 * update_version, update_branch_version: Check out with gcc
1313 directory instead of using egcs link.
1315 2001-03-17 Joseph S. Myers <jsm28@cam.ac.uk>
1317 * update_web_docs: Don't strip leading -r from argument following
1318 -r, or leading -d from argument following -d. Bug pointed out by
1321 * update_web_docs: Handle -r and -d options to generate docs for a
1322 release or branch in a subdirectory. Determine names of G77 news
1323 and bugs files and contributors file after updated docs have been
1324 installed, not before. Don't remove files from a subdirectory.
1325 Don't generate manuals for gcov (included in the GCC manual) or
1326 iostream (obsolete). Do generate manuals for cppinternals, gcj
1327 and porting. Update regular expressions for detecting whether
1328 files have really changed when regenerated.
1330 2001-03-15 Joseph S. Myers <jsm28@cam.ac.uk>
1332 * update_web_docs: Use /usr/local/bin/texi2html rather than
1333 gccadmin's local copy.
1335 2001-03-10 Joseph S. Myers <jsm28@cam.ac.uk>
1337 * crontab, doc_exclude, update_branch_version, update_version,
1338 update_web_docs: New files (as currently used by gccadmin).