[RS6000] Replace -mcpu with -mdejagnu-cpu
[official-gcc.git] / maintainer-scripts / ChangeLog
blobd65a2dedc94a7346f3c41fed34a3aa306fb6d596
1 2020-05-29  Martin Liska  <mliska@suse.cz>
3         * bugzilla-close-candidate.py: Fix sorting of branches.
5 2020-05-29  Martin Liska  <mliska@suse.cz>
7         * bugzilla-close-candidate.py: Fix parsing of SVN revisions.
8         Fix skipping of PRs that contain Can be closed message.
10 2020-05-29  Martin Liska  <mliska@suse.cz>
12         * bugzilla-close-candidate.py: Support both SVN and GIT messages
13         in PRs. Remove need of usage of the bugzilla API key.
15 2020-05-27  Jakub Jelinek  <jakub@redhat.com>
17         * update_version_git: Rewrite using
18         contrib/gcc-changelog/git_update_version.py.
20 2020-04-30  Jakub Jelinek  <jakub@redhat.com>
22         * crontab: Snapshots from trunk are now GCC 11 related.
23         Add GCC 10 snapshots from the respective branch.
25 2020-03-12  Jakub Jelinek  <jakub@redhat.com>
27         * gcc_release (upload_files): Without -l, pass -m 755 to the mkdir
28         command invoked through ssh.
30         * update_web_docs_git: Drop SPHINXBUILD=/usr/bin/sphinx-1.0-build.
32 2020-02-27  Jakub Jelinek  <jakub@redhat.com>
34         * gcc_release: Add support for -b local-git-repo argument.
36 2020-01-13  Jonathan Wakely  <jwakely@redhat.com>
38         * update_web_docs_libstdcxx_git: New file.
39         * update_web_docs_libstdcxx_svn: Remove.
40         * crontab: Use update_web_docs_libstdcxx_git.
42 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
44         * update_web_docs_git: New file.
45         * update_web_docs_svn: Remove.
46         * crontab: Use update_web_docs_svn.
48 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
50         * gcc_release: Use git instead of SVN.
51         * crontab: Update gcc_release calls.
53 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
55         * update_version_git: New file.
56         * update_version:svn: Remove.
57         * crontab: Use update_version_git.
59 2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
61         * gcc_release: Use https for gcc.gnu.org.
63 2019-11-14  Richard Biener  <rguenther@suse.de>
65         * update_version_svn (IGNORE_BRANCHES): Add 7.
67 2019-10-05  Richard Biener  <rguenther@suse.de>
69         * crontab: Disable snapshots from gcc-7-branch.
71 2019-08-05  David Malcolm  <dmalcolm@redhat.com>
73         * update_web_docs_svn: Proceed even if the invocation of
74         sphinx fails.
76 2019-05-04  Gerald Pfeifer  <gerald@pfeifer.com>
78         * crontab: Snapshots from trunk are now GCC 10 related.
79         Add GCC 9 snapshots from the respective branch.
81 2019-02-23  Jonathan Wakely  <jwakely@redhat.com>
83         * generate_libstdcxx_web_docs: Improve error output.
85 2018-11-22  Martin Liska  <mliska@suse.cz>
87         * bugzilla-close-candidate.py: New file.
89 2018-10-26  Jakub Jelinek  <jakub@redhat.com>
91         * update_version_svn (IGNORE_BRANCHES): Add gcc-6-branch.
92         * crontab: Remove gcc-6-branch entry.
94         * gcc_release (error, inform): Use $@ instead of $1.
95         (build_sources): Check for ^[[:blank:]]*GCC in both index.html
96         and changes.html, rather than for GCC in one and ^GCC in another one.
98 2018-05-03  Jakub Jelinek  <jakub@redhat.com>
100         PR other/85622
101         * gcc_release: For -f, verify contrib/gennews has the major version
102         pages listed and both index.html and changes.html have been updated
103         for the new release.
105 2018-04-25  Jakub Jelinek  <jakub@redhat.com>
107         * crontab: Enable snapshots from gcc-8-branch.
109 2018-01-25  Richard Biener  <rguenther@suse.de>
111         * gcc_release (build_sources): Use getconf to get at the number
112         of cores in the system and pass -jN to gcc_build.
114 2017-10-10  Jakub Jelinek  <jakub@redhat.com>
116         * update_version_svn: Ignore the GCC 5 branch.
117         * crontab: Remove entry for the GCC 5 branch.
119 2017-05-23  Matthias Klose  <doko@ubuntu.com>
121         * gcc_release (XZ): Default to xz --best.
123 2017-05-18  Matthias Klose  <doko@ubuntu.com>
125         * gcc_release (build_gzip): Build xz tarball instead of bz2 tarball.
126         (build_diffs): Handle building diffs from either bz2 or xz tarballs,
127         compress diffs using xz instead of bz2.
128         (build_diff): Likewise.
129         (upload_files): Check for *.xz files instead of *.bz2 files.
130         (announce_snapshot): Announce xz tarball instead of bz2 tarball.
131         (XZ): New definition.
132         (<toplevel>): Look for both bz2 and xz compressed old tarballs.
134 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
136         * crontab: Enable snapshots from gcc-7-branch.
138 2017-03-03  Gerald Pfeifer  <gerald@pfeifer.com>
140         * gcc_release (snapshot_print): Replace md5 checksum by sha256.
142 2017-02-28  Gerald Pfeifer  <gerald@pfeifer.com>
144         * update_web_docs_svn: Remove a reference to GCC 3.1.  Describe
145         settings to tweak if running on a host different from gcc.gnu.org.
146         (WWWBASE): Allow override via the environment.  Also check for
147         existance.
149 2017-02-08  Gerald Pfeifer  <gerald@pfeifer.com>
151         * update_web_docs_svn (MANUALS): Add libitm.
153 2016-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
155         PR documentation/50642
156         * update_web_docs_svn (CSS): Introduce.
157         Have generated files refer to it.
159 2016-08-17  Martin Liska  <mliska@suse.cz>
161         * branch_changer.py: Describe the script. Add sample usage
162         of the script.
164 2016-08-03  Martin Liska  <mliska@suse.cz>
166         * branch_changer.py: New file.
168 2016-07-26  Richard Biener  <rguenther@suse.de>
170         * update_version_svn: Ignore the GCC 4.9 branch.
172 2016-07-26  Richard Biener  <rguenther@suse.de>
174         * crontab: Remove entry for the GCC 4.9 branch.
176 2016-06-13  Jonathan Wakely  <jwakely@redhat.com>
178         * generate_libstdcxx_web_docs: Use realpath to get absolute path.
179         Add comment about LaTeX errors.
181 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
183         * crontab: Enable snapshots from gcc-6-branch.
185 2015-06-23  Richard Biener  <rguenther@suse.de>
187         * update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES.
189 2015-06-14  Richard Biener  <rguenther@suse.de>
191         * crontab: Disable snapshots from the 4.8 branch.
193 2015-04-13  Jakub Jelinek  <jakub@redhat.com>
195         * update_version_svn: Update DATESTAMP also on
196         branches/gcc-[0-9]+-branch.
198         * gcc_release: Fix up thinko in the last commit, improve error
199         message.  Commit all ChangeLog, DEV-PHASE and BASE-VER changes
200         together, rather than doing dozens of separate commits.
202 2015-04-12  Jakub Jelinek  <jakub@redhat.com>
204         * gcc_release: For RELEASE_MAJOR 5+ only use the major
205         number in branch name.  When doing final release of 5+,
206         if BASE-VER doesn't match release, but is *.*.1 for the
207         one smaller minor version, bump BASE-VER.
209         * crontab: Enable snapshots from gcc-5-branch.
211 2015-04-07  Gerald Pfeifer  <gerald@pfeifer.com>
213         * update_web_docs_libstdcxx_svn (FILTER): Introduce.
214         Use to filter output of the copying process.
216 2015-02-25  Arnaud Charlet  <charlet@adacore.com>
218         * update_web_docs_svn: Preserve gcc/ada/*.png. Update comments.
220 2015-02-25  Arnaud Charlet  <charlet@adacore.com>
222         * update_web_docs_svn: Add -I gcc/gcc/ada/doc/gnat_ugn for gnat_ugn
224 2015-02-06  David Malcolm  <dmalcolm@redhat.com>
226         PR jit/64257
227         * update_web_docs_svn: When copying up files for the built jit
228         documentation, also copy up .txt files.
230 2015-02-04  David Malcolm  <dmalcolm@redhat.com>
232         PR jit/64257
233         * update_web_docs_svn: Update build of jit docs to use EPEL6
234         variant install of sphinx 1.0.8, rather than 0.6.6.
236 2015-01-26  David Malcolm  <dmalcolm@redhat.com>
238         PR jit/64257
239         * update_web_docs_svn: Don't delete gcc/jit/docs or
240         gcc/jit/jit-common.h, gcc/jit/notes.txt. Special case the
241         building of the JIT docs (using sphinx-build).  Special case
242         copying them up.
244 2014-08-14  Richard Biener  <rguenther@suse.de>
246         * crontab: Change trunk snapshots from 4.10 to 5.
248 2014-08-01  Arnaud Charlet  <charlet@adacore.com>
250         * update_web_docs_svn: Simplify build of gnat_ugn.
252 2014-06-12  Richard Biener  <rguenther@suse.de>
254         * crontab: Remove 4.7 snapshot entry.
255         * update_version_svn: Update IGNORE_BRANCHES.
257 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
259         * generate_libstdcxx_web_docs: New script.
261 2014-04-11  Jakub Jelinek  <jakub@redhat.com>
263         * crontab: Enable snapshots from gcc-4_9-branch.
265 2014-02-01  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>
267         PR other/56653
268         * gcc_release: Avoid printing empty line to generated MD5SUMS files.
269         Bump copyright year.
271 2013-12-02  Gerald Pfeifer  <gerald@pfeifer.com>
273         * update_web_docs_svn: Work around makeinfo generated file names
274         and references with "_002d" instead of "-".
276 2013-04-12  Jakub Jelinek  <jakub@redhat.com>
278         * crontab: Disable snapshots from gcc-4_6-branch.
279         * update_version_svn: Ignore gcc-4_6-branch.
281 2013-04-07  Gerald Pfeifer  <gerald@pfeifer.com>
283         * update_web_docs_libstdcxx_svn: No longer ignore all output from
284         the actual copy process.
285         Check the exit code of the actual copy process; diagnose problems.
287 2013-03-16  Jakub Jelinek  <jakub@redhat.com>
289         * crontab: Enable snapshots from gcc-4_8-branch.
291 2012-07-02  Richard Guenther  <rguenther@suse.de>
293         * crontab: Disable snapshots from gcc-4_5-branch.
294         * update_version_svn: Ingore gcc-4_5-branch.
296 2012-03-23  Richard Guenther  <rguenther@suse.de>
298         * crontab: Enable snapshots from gcc-4_7-branch.
300 2012-03-13  Jakub Jelinek  <jakub@redhat.com>
302         * crontab: Remove 4.4 branch from the list of snapshots to make.
303         * update_version_svn (IGNORE_BRANCHES): Add gcc-4_4-branch.
305 2012-03-05  Richard Guenther  <rguenther@suse.de>
307         * crontab: Remove 4.3 branch from the list of snapshots to make.
309 2012-03-02  Richard Guenther  <rguenther@suse.de>
311         * crontab: Fix day-of-week.
313 2012-03-02  Richard Guenther  <rguenther@suse.de>
315         * crontab: Update for 4.7 branching.
317 2011-11-21  Gerald Pfeifer  <gerald@pfeifer.com>
319         * update_web_docs_svn: Make $DOCSDIR group writable after
320         creating it.
322 2011-06-27  Richard Guenther  <rguenther@suse.de>
324         * update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch.
326 2011-05-22  Joseph Myers  <joseph@codesourcery.com>
328         * gcc_release (adjust_dirs, maybe_build_tarfile): Remove.
329         (build_tarfiles): Don't build separate files for languages and
330         core.
331         (build_diffs): Only build one set of diffs.
332         (announce_snapshot): Only announce one tar file.
333         (ADA_DIRS, CPLUSPLUS_DIRS, FORTRAN95_DIRS, GO_DIRS, JAVA_DIRS,
334         OBJECTIVEC_DIRS, TESTSUITE_DIRS): Remove.  Don't adjust names
335         relative to WORKING_DIRECTORY.
337 2011-04-21  Jakub Jelinek  <jakub@redhat.com>
339         * gcc_release (maybe_build_tarfile): Don't build a tarfile if
340         the first directory doesn't exist.
342 2011-03-14  Jakub Jelinek  <jakub@redhat.com>
344         * crontab: Enable 4.7 snapshots, switch 4.6 snapshots to
345         4.6 branch.
347 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
349         * update_web_docs_svn: Generate libquadmath-vers.texi.
351 2011-01-31  Gerald Pfeifer  <gerald@pfeifer.com>
353         * update_version_svn (FILES): Merge with datestamp_FILES.
354         (SVNROOT2): Introduce and use.
355         
356 2011-01-30  Gerald Pfeifer  <gerald@pfeifer.com>
358         * update_version_svn (SVN): Remove obsolete comment.
359         (CURR_DATE): Fix description.
360         Fix description of checkout procedure.
362 2010-12-18  Tobias Burnus  <burnus@net-b.de>
364         * update_web_docs_svn (MANUALS): Add libquadmath.
366 2010-12-08  Ian Lance Taylor  <iant@google.com>
368         * gcc_release: Add support for releasing Go as a separate
369         tarball.
371 2010-12-08  Ian Lance Taylor  <iant@google.com>
373         * update_web_docs_svn (MANUALS): Add gccgo.
375 2010-12-08  Ian Lance Taylor  <iant@google.com>
377         * README: Change "CVS" to "Subversion".
379 2010-08-23  Gerald Pfeifer  <gerald@pfeifer.com>
381         * gcc_release (snapshot_print): Also include an sha1 hash for
382         every tarball.  Slightly tweak indentation.
384 2010-08-15  Gerald Pfeifer  <gerald@pfeifer.com>
386         * gcc_release (CVSROOT): Remove all occurrences.
388 2010-08-14  Gerald Pfeifer  <gerald@pfeifer.com>
390         * gcc_release (snapshot_print): Include md5 hash for every tarball
391         in the README file and notification mail.
393 2010-08-01  Gerald Pfeifer  <gerald@pfeifer.com>
395         * update_web_docs_libstdcxx_svn: Do not compress generated .html
396         files any more.
398 2010-06-24  Joseph Myers  <joseph@codesourcery.com>
400         * update_web_docs_svn: Also pass -I option pointing to ada/ source
401         directory for Ada manual.
403 2010-04-16  Joseph Myers  <joseph@codesourcery.com>
405         * crontab: Enable 4.6 snapshots.
407 2010-04-07  Joseph Myers  <joseph@codesourcery.com>
409         * crontab: Switch 4.5 snapshots to 4.5 branch.
411 2010-03-31  Joseph Myers  <joseph@codesourcery.com>
413         * gcc_release (build_tarfiles): Make directories mode 755, not
414         777.
416 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
418         * update_web_docs_svn: Update BUGURL to http://gcc.gnu.org/bugs/.
420 2009-10-03  Diego Novillo  <dnovillo@google.com>
422         * gcc_release (JAVA_DIRS): Remove zlib.
424 2009-04-23  Gerald Pfeifer  <gerald@pfeifer.com>
426         * update_web_docs_svn: Redirect output of texi2dvi to /dev/null.
428 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
430         * gcc_release: Change copyright header to refer to version
431         3 of the GNU General Public License and to point readers at the
432         COPYING3 file and the FSF's license web page.
433         * maintainer-addresses: Likewise.
435 2009-04-08  Gerald Pfeifer  <gerald@pfeifer.com>
437         * update_web_docs_svn: Run this script under plain /bin/sh
438         as opposed to /bin/sh -x.
440 2009-03-30  Joseph Myers  <joseph@codesourcery.com>
442         * update_version_svn (IGNORE_BRANCHES): Add 4.2 branch.
444 2009-03-28  Gerald Pfeifer  <gerald@pfeifer.com>
446         * crontab: Stop 4.2 snapshots.
447         Spread out 4.3, 4.4, and 4.5 snapshots more evenly.
449 2009-03-27  Mark Mitchell  <mark@codesourcery.com>
451         * crontab: Add 4.4 branch snapshots.
453 2009-02-21  Gerald Pfeifer  <gerald@pfeifer.com>
455         * update_version_svn (ADD_BRANCHES): Remove autovect-branch
456         and document format.
458 2009-01-17  Richard Guenther  <rguenther@suse.de>
460         * gcc_release (JAVA_DIRS): Remove fastjar.
462 2008-10-04  Gerald Pfeifer  <gerald@pfeifer.com>
464         * gcc_release: Fix a couple of comments.
466 2008-07-04  Joseph Myers  <joseph@codesourcery.com>
468         * crontab: Remove 4.1 snapshots job.
469         * update_version: Remove.
470         * gcc_release: Remove support for g77 and release status in
471         version.c.
472         * update_version_svn: Ignore 4.1 branch.  Remove support for
473         updating files other than DATESTAMP.
474         * update_web_docs_svn: Remove support for g77 manual.
476 2008-02-18  Jakub Jelinek  <jakub@redhat.com>
478         * crontab: Add 4.3 branch.  Set trunk to 4.4.
480 2008-01-28  Joseph Myers  <joseph@codesourcery.com>
482         * gcc_release (build_sources): Pass --disable-multilib to
483         gcc_build.
484         (SVN): Don't use full path.
486 2008-01-21  Jonathan Wakely  <jwakely.gcc@gmail.com>
488         * update_web_docs_libstdcxx_svn: "docs" dir moved to "doc".
490 2007-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
492         * gcc_release: Do not include copies of faq.html in releases,
493         and remove all the explicit support code to pull in web pages.
495 2007-08-21  Paul Brook  <paul@codesourcery.com>
496             Nathan Sidwell  <nathan@codesourcery.com>
497             Mark Mitchell  <mark@codesourcery.com>
498             Joseph Myers  <joseph@codesourcery.com>
500         * gcc_release: Do not include copies of bugs.html in releases.
501         * update_web_docs_svn: Set VERSION_PACKAGE and BUGURL in
502         gcc-vers.texi.
504 2007-07-06  Joseph Myers  <joseph@codesourcery.com>
506         * update_web_docs_svn: Use -o with makeinfo, texi2dvi and texi2pdf
507         commands.
509 2007-06-28  Mike Stump  <mrs@apple.com>
511         * gcc_release: Update for Objective-C++.
513 2007-05-28  Mark Mitchell  <mark@codesourcery.com>
515         * gcc_release: Adjust placement of release candidates.
517 2007-04-01  Gerald Pfeifer  <gerald@pfeifer.com>
519         * update_web_docs_svn (MANUALS): Move towards the top of the
520         script.  Reformat for easier editing/diffing.
522 2006-03-31  Tobias Burnus  <burnus@net-b.de>
524         * update_web_docs_svn: Build also gfc-internals.
526 2007-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
528         * update_version_svn (IGNORE_BRANCHES): Add 4_0-branch.
530 2007-01-29  Gerald Pfeifer  <gerald@pfeifer.com>
532         * crontab: No longer build snapshots for 4.0.x.
534 2007-01-21  Tobias Burnus  <burnus@net-b.de>
536         * update_web_docs_svn: Build also libgomp documentation.
538 2007-01-05  Gerald Pfeifer  <gerald@pfeifer.com>
540         * crontab: Spread snapshots more evenly throughout the week, and
541         in "ascending" order.  Build all at the same time of the day.
543 2006-10-20  Mark Mitchell  <mark@codesourcery.com>
545         * crontab: Add 4.2 branch.  Set trunk to 4.3.
547 2006-09-17  Gerald Pfeifer  <gerald@pfeifer.com>
549         * gcc_release (LC_ALL): Default to C.
551 2006-03-11  Gabriel Dos Reis  <gdr@integrable-solutions.net>
553         * crontab: Don't build snapshot for 3.4.x anymore.
554         * update_version_svn (IGNORE_BRANCHES): Add 3_4-branch.
556 2006-01-12  Ben Elliston  <bje@au.ibm.com>
558         * update_version_svn (ADD_BRANCHES): Remove dfp-branch.
560 2005-12-16  Joseph S. Myers  <joseph@codesourcery.com>
562         * update_web_docs_svn: Remove unnecessary files from source tree.
563         Use set -e.
564         * doc_exclude, update_web_docs, update_web_docs_libstdcxx: Remove.
566 2005-12-16  Mark Mitchell  <mark@codesourcery.com>
568         * update_web_docs_svn: Set @srcdir in gcc-vers.texi. 
569         
570 2005-11-18  Mark Mitchell  <mark@codesourcery.com>
572         * crontab: Add 4.1 branch entry.
574 2005-11-06  Joseph S. Myers  <joseph@codesourcery.com>
576         * gcc_release: Further update for SVN.  Don't set EXPORTTAG or
577         EXPORTDATE; always determine SVNREV the same way.  Correct message
578         about what sources are being retrived.  Include branch information
579         in LAST_UPDATED.
580         * crontab: Don't include initial / in branch name.
582 2005-11-05  Daniel Berlin  <dberlin@dberlin.org>
584         * gcc_release:  Always determine revision number from date or tag,
585         and use that, instead of fragile date based export.
586         Put back setting of non-local CVSROOT.
588 2005-11-05  Daniel Berlin  <dberlin@dberlin.org>
590         * gcc_release: Make tags go in /tags.
591         Don't tag for snapshots.
592         Determine revision number of export and put into snapshot
593         announcement.
595 2005-11-03  Daniel Berlin  <dberlin@dberlin.org>
597         * gcc_release: Update for SVN
598         * crontab: Update for new gcc_release
600 2005-10-26  Daniel Berlin  <dberlin@dberlin.org>
602         * update_web_docs_svn: Use -q to quiet svn.
604 2005-10-26  Daniel Berlin  <dberlin@dberlin.org>
606         * crontab: Update to reflect reality
608 2005-10-01  Mark Mitchell  <mark@codesourcery.com>
610         * gcc_release (build_sources): If trying to apply a tag that
611         already exists, issue an error message and exit.
613 2005-09-30  Joseph S. Myers  <joseph@codesourcery.com>
615         PR other/23693
616         * update_web_docs: Add PDF support.  Correct check of DEV-PHASE.
618 2005-09-30  Joseph S. Myers  <joseph@codesourcery.com>
620         * update_web_docs_old: Remove.
622 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
624         * gcc_release: Update with FSF address.
626 2005-07-26  Janis Johnson  <janis187@us.ibm.com>
628         * update_version (ADD_BRANCHES): Add dfp-branch.
630 2005-05-21  Gerald Pfeifer  <gerald@pfeifer.com>
632         * crontab: Spread snapshot building more evenly throughout the
633         week.
635 2005-05-19  Joseph S. Myers  <joseph@codesourcery.com>
637         * crontab: Don't build 3.3 branch snapshots.
638         * update_version (IGNORE_BRANCHES): Add gcc-3_3-branch.
640 2005-03-15  Zack Weinberg  <zack@codesourcery.com>
642         * README: Update.
643         * gcc_release: Update gcc/DEV-PHASE if that file exists, instead
644         of gcc/version.c.
645         * update_version: Handle updating gcc/DATESTAMP.
646         * update_web_docs: Generate gcc-vers.texi first.
648 2005-03-10  Ranjit Mathew  <rmathew@hotmail.com>
650         * gcc_release (ADA_DIRS): Add "gnattools".
652 2005-02-25  Mark Mitchell  <mark@codesourcery.com>
654         * crontab: Adjust for 4.0 branch.
656 2004-12-30  Sebastian Pop  <pop@cri.ensmp.fr>
658         * update_version (ADD_BRANCHES): Replace lno-branch with
659         autovect-branch.
661 2004-09-11  Gerald Pfeifer  <gerald@pfeifer.com>
663         * crontab: Rename GCC 3.5 snapshots to GCC 4.0 snapshots.
665 2004-08-14  Kelley Cook  <kcook@gcc.gnu.org>
667         * gcc_release (build_sources): Add comment header to generated
668         MD5SUMS.
670 2004-08-06  Kelley Cook  <kcook@gcc.gnu.org>
672         * gcc_release (snapshot_print): Accept arguments.  Don't use echo -e.
673         (announce_snapshot):  Update for above.  Don't use echo -e.
675 2004-08-03 Kelley Cook  <kcook@gcc.gnu.org>
677         * maintainer-scripts (snapshot_print): New function.
678         (announce_snapshot): Generate announcment on the fly.
679         Use a directory link for LATEST.
680         * snapshot-README: Delete.
681         * snapshot-index.html: Delete.
683 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
685         * gcc_release (build_sources): Move the libcpp gmo files
686         to the source directory.
688 2004-06-03  Joseph S. Myers  <jsm@polyomino.org.uk>
690         * gcc_release (maybe_build_tarfile): New function.
691         (build_tarfiles): Use maybe_build_tarfile.
693 2004-05-21  Paolo Carlini  <pcarlini@suse.de>
695         * gcc_release (build_sources): Generate the NEWS file in toplevel.
697 2004-05-17  Kelley Cook  <kcook@gcc.gnu.org>
699         * gcc_release (build_sources): Change CRCs from brik to md5sum.
701 2004-05-16  Gerald Pfeifer  <gerald@pfeifer.com>
703         * crontab: Add GCC 3.5 snapshots, currenty run on Sundays.
705 2004-05-13  Joseph S. Myers  <jsm@polyomino.org.uk>
707         * update_web_docs: Also remove old .gz files from subdirectories
708         on the 15th of the month.
710 2004-05-13  Joseph S. Myers  <jsm@polyomino.org.uk>
712         * update_web_docs (MANUALS): Add gfortran.
714 2004-05-13  Arnaud Charlet  <charlet@act-europe.fr>
716         * update_web_docs: Fix generation of Ada docs.
718 2004-05-13  Joseph S. Myers  <jsm@polyomino.org.uk>
720         * update_version (ADD_BRANCHES): Remove tree-ssa-20020619-branch.
722         * gcc_release (DIFF): Remove -3 option.
724 2003-07-26  Paul Brook  <paul@nowt.org>
726         * gcc_release: Add gcc-fortran.
727         * snapshot-README: Ditto.
728         * snapshot-index.html: Ditto.
730 2004-05-02  Gerald Pfeifer  <gerald@pfeifer.com>
732         * crontab: Move GCC 3.4 snapshots from Wednesday afternoon to
733         Friday night, where gcc.gnu.org has less load.
735 2004-05-02  Gerald Pfeifer  <gerald@pfeifer.com>
737         * crontab: Adjust temporary directory used for snapshot generation.
738         Move GCC 3.3 snapshots to Wednesday 22:32, where gcc.gnu.org has
739         less load.
741 2004-04-19  Mark Mitchell  <mark@codesourcery.com>
743         * gcc_release (build_sources): Do not use "-F" to tag sources.
745 2004-04-07  Mark Mitchell  <mark@codesourcery.com>
747         * gcc_release (build_sources): Do not use "-r" and "-D" at the
748         same time with "cvs export".
750 2004-03-27  Gerald Pfeifer  <gerald@pfeifer.com>
752         * gcc_release: Fix sanity check for argument of -p command-line
753         options.  In snapshot mode, only generate diffs against the previous
754         snapshot if the user did not specify any old tarball explictly.
756 2004-03-25  Gerald Pfeifer  <gerald@pfeifer.com>
758         * gcc_release (FTP_PATH): Use /var/ftp instead of ~ftp, and
759         only set at a single place.
761 2004-03-14  Gerald Pfeifer  <gerald@pfeifer.com>
763         * gcc_release (SNAPSHOTS_DIR): New variable.  Use it.
764         (announce_snapshot): Use it.
766 2004-03-14  Gerald Pfeifer  <gerald@pfeifer.com>
768         * gcc_release (announce_snapshot): Use changedir instead of
769         plain cd.
771 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>
773         * gcc_release: Add libada as part of ADA_DIRS.
775 2004-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
777         * crontab: Make 3.4 snapshots from the new 3.4 release branch.
779 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
781         * gcc_release (build_sources): Delete call to make f77.rebuilt.
783 2004-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
785         * snapshot-README: Mention how the snapshot was generated.
786         * snapshot-index.html: Ditto.  Further sync with snapshot-README.
788 2004-01-03  Joseph S. Myers  <jsm@polyomino.org.uk>
790         * update_web_docs: Create tarballs of documentation sources and
791         HTML docs.
793 2004-01-02  Gerald Pfeifer  <gp@suse.de>
795         * update_version: Add some documentation.
797 2004-01-02  Pop Sébastian  <pop@gauvain.u-strasbg.fr>
799         * update_version (ADD_BRANCHES): Add lno-branch.
801 2003-11-02  Gerald Pfeifer  <gerald@pfeifer.com>
803         * maintainer-addresses: New script.
805 2003-10-24  Kelley Cook  <kcook@gcc.gnu.org>
807         * gcc_release (build_sources): Use --enable-generated-files-in-srcdir.
809 2003-09-22  Gerald Pfeifer  <gerald@pfeifer.com>
811         * gcc_release (announce_snapshot): Restructure processing
812         of snapshot-README and snapshot-index.html and add a new
813         substitution for @EXPORT@.
815 2003-08-24  Gerald Pfeifer  <gerald@pfeifer.com>
817         * gcc_release (build_sources): Create/update the LAST_UPDATED file
818         in the source directory with information how sources were obtained.
820 2003-08-16  Gerald Pfeifer  <gerald@pfeifer.com>
822         * gcc_release (build_sources): Use two new variables EXPORTTAG and
823         EXPORTDATE to make the extraction of sources more transparent and
824         also allow snapshots (off mainline) without a tag.
826 2003-08-08  Mark Mitchell  <mark@codesourcery.com>
828         * gcc_release: Correct logic for updating version.c.  Put
829         prereleases into a subdirectory.
831 2003-07-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
833         * crontab: Update invocation of gcc_release according to the
834         previous changes there.  Add automatic 3.4 snapshots from mainline.
836 2003-07-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
838         * gcc_release (usage): Document that -s now takes symbolic name
839         and branch of the snapshot as parameters.
840         Implement this as part of command-line processing.
841         (BRANCH): Remove default initialization for snapshots.
842         (CVSBRANCH): Ditto.
843         Do not lay down a CVS tag if generating a snapshot from mainline.
845 2003-07-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
847         * gcc_release (announce_snapshot): Use ${RELEASE} instead
848         of ${BRANCH}-${DATE} to refer to the snapshot directory.
849         Put README file into the snapshot directory.
851         (RELEASE): Define as ${BRANCH}-${DATE} for snapshots.
852         (FTP_PATH): Use ${RELEASE} in case of snapshots.
853         (TAG): Ditto.
854         (OLD_TARS): Adjust to new directory scheme for snapshots.
856 2003-07-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
858         * gcc_release (announce_snapshot): Add substitution of @RELEASE@
859         for README and index.html.
860         * snapshot-README: Use it.
861         * snapshot-index.html: Ditto.
863 2003-07-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
865         * gcc_release (announce_snapshot): Add substitution of @BRANCH@
866         for README and index.html.  Remove substitution of @LONG_DATE@.
867         Put index.html into the respective snapshot directory.
868         Adjust subject of the notification mail to the new naming scheme
869         for CVS tags.
870         Adjust name of the LATEST-IS-... files to the new naming scheme
871         for snapshot directories.
872         (FTP_PATH): Ditto.
873         (LAST_DIR): Ditto.
874         (LAST_LONG_DATE): Remove.
876         * snapshot-README: Adjust to the new naming schemes for directories
877         and snapshots per se.
878         Dynamically fill in the respective branch instead of hardcoding it.
880         * snapshot-index.html: Replace individual links to diffs with a
881         general link to the diff/ subdirectory.
882         Mention the concrete snapshot in <title> and <h1>.
883         Adjust links to the new location of index.html.
885 2003-07-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
887         * gcc_release: Move handling of complex modes directly after
888         switch handling.
889         (TAG): Include the branch name as part of snapshot CVS tags.
891 2003-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
893         * gcc_release: Execute gcc.gnu.org-only operations which are
894         related to diff generation only if diffs have been requested.
895         (build_sources): Improve tracing and an error message related
896         to tagging.
898 2003-07-01  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
900         * gcc_release (BRANCH): Rename to...
901         (CVSBRANCH): ...new macro, and use BRANCH for the variant users
902         will see.
903         (FTP_BRANCH): For snapshots, include ${BRANCH} in the last part
904         of the directory name.
905         Use .snapshot_date-${BRANCH} instead of .snapshot_date.
907 2003-06-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
909         * gcc_release: Command "all" now creates .gz files only for
910         releases and pre-releases.
912 2003-06-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
914         * gcc_release (build_sources): Do not include gnats.html any longer.
915         Make an error message more descriptive.
917 2003-06-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
919         * gcc_release: Factor the updating of links and READMEs on the
920         FTP server and sending mail for snapshots into a...
921         (announce_snapshot): ...new function.
922         Add informative output for both.
924 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
926         * gcc_release: Do not update gcc_latest_snapshot tag any longer.
928 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
930         * snapshot-index.html: Use F77 instead of G77 front end.
931         Remove link to CodeSourcery snapshots which was not up-to-date.
932         Do not refer to gcc-bugs@gcc.gnu.org any longer.
934         * snapshot-README: Use F77 front end instead of G77 language.
936 2003-06-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
938         * gcc_release (build_tarfile): Build .bz2 files instead of .gz files.
939         (build_bz2): Rename to build_gzip and create .gz files from .bz2
940         files instead of the other way around.
941         (build_gzip): New function.
942         (build_diffs): Build .bz2 files instead of .gz files.
943         (build_diff): Use .bz2 files instead of .gz files.
944         Make an error message independent of the compression format.
945         (MODE_BZIP2): Rename to MODE_GZIP.  Related changes to the
946         invocation of this script.
947         (MODE_GZIP): New variable.
948         (OLD_TARS): Use .bz2 archive of the previous snapshot.
950 2003-06-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
952         * snapshot-README: Use GCC instead of gcc, C++ front end instead of
953         g++ language, and note that Java includes a run time.
954         * snapshot.index.html: Ditto.
956 2003-06-10  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
958         * gcc_release (build_diff): Properly use ${TAR} instead of
959         hard-coded tar.
961 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
963         * snapshot-index.html: Refer to .bz2 files instead of .gz files.
964         Simplify the note on not using unannounced snapshots.
966 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
968         * snapshot-README: Refer to .bz2 files instead of .gz files.
969         Add a note on where to find the diff files.
970         Simplify the note on not using unannounced snapshots.
971         Remove documentation of the gcc_latest_snapshot tag.
973 2003-05-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
975         * gcc_release (build_diffs): Add diagnostics in case we cannot
976         generate a specific diff file.
978 2003-05-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
980         * gcc_release (build_sources): Only update ChangeLog files which
981         do not yet contain the entry we are going to add.
982         Fix typo in added ChangeLog entries.
984 2003-05-20  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
986         * gcc_release (upload_files): Put diff files into a "diffs"
987         subdirectory
989 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
991         * gcc_release: GNU CC -> GCC.
993 2003-05-12  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
995         * gcc_release (usage): Print more detailed description of all
996         command-line options.
998 2003-05-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1000         * update_version (ADD_BRANCHES): Add, set to MAIN and
1001         tree-ssa-20020619-branch.
1002         (BRANCHES): Always consider branches given by $ADD_BRANCHES.
1004 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1006         * update_version (textstring_FILES): Only version.c needs to be
1007         updated, now that we do not consider older branches any more.
1009 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1011         * update_version (IGNORE_BRANCHES): Add.
1012         (BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.
1014 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1016         * update_version: Add a trace of which branch we are currently
1017         working on.
1019 2002-12-16  Mark Mitchell  <mark@codesourcery.com>
1021         * gcc_release: Make snapshots from the GCC 3.3 branch.
1022         * snapshot-README: Update.
1024 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
1026         * update_version: Do not check in files which are unchanged.
1027         * gcc_release: Only update the version in gcc/version.c.
1029 2002-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
1031         * update_web_docs (MANUALS): Add fastjar.
1033 2002-09-08  Joseph S. Myers  <jsm@polyomino.org.uk>
1035         * gcc_release: Make snapshots come from the mainline.
1036         * snapshot-README: Update.
1038 2002-08-28  Joseph S. Myers  <jsm@polyomino.org.uk>
1040         * update_web_docs: Remove support for generating g77_news.html and
1041         g77_bugs.html.
1042         * update_web_docs_old: Likewise.  Remove support for generating
1043         thanks.html.
1045 2002-07-28  Andreas Jaeger  <aj@suse.de>
1047         * gcc_release: Update comment.
1049         * snapshot-README: Snapshots are taken from GCC 3.2 branch.
1051 2002-07-28  Mark Mitchell  <mark@codesourcery.com>
1053         * gcc_release: Use the 3.2 branch for snapshots.
1055 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
1057         * update_web_docs (MANUALS): Include various flavours of the GNAT
1058         User Guide.
1060 2002-05-27  Joseph S. Myers  <jsm28@cam.ac.uk>
1062         * update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to
1063         gcc/gcc/ada/gnatvsn.ads.
1065 2002-05-26  Joseph S. Myers  <jsm28@cam.ac.uk>
1067         * gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which
1068         release status is updated.
1069         * update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads.
1071 2002-05-21  Joseph S. Myers  <jsm28@cam.ac.uk>
1073         * gcc_release: Do upload files when local.
1075         * snapshot-README, snapshot-index.html: Remove chill.
1077 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
1079         * gcc_release: Correct upload handling.
1081 2002-04-22  Mark Mitchell  <mark@codesourcery.com>
1083         * gcc_release (build_diffs): Remove reference to Chill.
1085 2002-04-21  Joseph S. Myers  <jsm28@cam.ac.uk>
1087         * update_web_docs (MANUALS): Remove chill.  Add gnat_rm.
1089 2002-04-19  Kelley R. Cook (kelly.r.cook@gm.com)
1091         * gcc_release: Set TZ to UTC0.
1093 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
1095         * gcc_release (build_tarfiles): Do not build Chill tarfiles.
1096         (CHILL_DIRS): Remove.
1098 2002-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
1100         * gcc_release: Build diffs for ada and chill.  Make "bzip2" a new
1101         major mode.
1103 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
1105         * update_version:  Don't indent the version string.
1107 2002-03-05  Joseph S. Myers  <jsm28@cam.ac.uk>
1109         * snapshot-README: Note that snapshots come from the 3.1 branch.
1110         Update list of files.
1112 2002-03-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1114         * gcc_release: Make snapshots come from the 3.1 branch.
1116 2002-02-25  Mark Mitchell  <mark@codesourcery.com>
1118         * update_version: Automatically update version files on all
1119         branches.
1120         * crontab: Only invoke update_version once.
1122 2002-02-23  Joseph S. Myers  <jsm28@cam.ac.uk>
1124         * gcc_release: Revert change to -p interface.  Allow for local and
1125         remote cases in creating directories.  Give an error if -p
1126         argument names a directory.
1128 2002-02-21  Mark Mitchell  <mark@codesourcery.com>
1130         * gcc_release: Correct handling of diff-generation.  Add
1131         "diffs" major mode.
1133 2002-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1135         * gcc_release: Substitute dates in snapshot-README and
1136         snapshot-index.html files rather than directly using the old files
1137         on the FTP site.  Set QMAILHOST.
1139 2002-02-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1141         * snapshot-index.html: Improve markup.
1143 2002-01-29  Joseph S. Myers  <jsm28@cam.ac.uk>
1145         * snapshot-README, snapshot-index.html: Use expressions such as
1146         @DATE@ rather than hardcoded dates.
1148         * snapshot-README, snapshot-index.html: New files.
1150 2002-01-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1152         * update_web_docs (contrib_file): Remove.
1153         Also removing special handling of thanks.html.
1155 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1157         * update_web_docs: Use makeinfo --html instead of texi2html.
1158         Remove support for pre-3.1 GCC versions.  Build online docs for
1159         gccint manual.
1161 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1163         * update_web_docs_old: Copy from update_web_docs.  Add comment
1164         that this is for GCC 3.0.x and earlier versions.
1166 2001-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
1168         * gcc_release: Add /usr/local/bin to path when local.
1170 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
1172         * update_web_docs: Set SOURCEDIR so that install manual can be
1173         found when running install.texi2html.
1175         * gcc_release: Don't require a username if running locally.
1177 2001-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
1179         * update_web_docs: Eliminate warnings about keeping files from web
1180         page preprocessing.
1182         * update_web_docs: Allow for the same file name in different
1183         directories.
1185 2001-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
1187         * update_web_docs: Generate libiberty and gnat-style manuals.
1189 2001-10-24  Joseph S. Myers  <jsm28@cam.ac.uk>
1191         * gcc_release: Build snapshots from mainline.  Generate Ada and
1192         Chill tarballs.  Correct error check when building diffs.  Check
1193         for errors when building bzip2 files.
1194         * crontab: Use /sourceware/snapshot-tmp for building snapshots.
1196 2001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1198         * crontab: Build weekly snapshots.
1200         * gcc_release: Copy from 3.0 branch.  Add support for building the
1201         weekly snapshots on gcc.gnu.org.
1203 2001-08-28  Joseph S. Myers  <jsm28@cam.ac.uk>
1205         * update_web_docs: Also check out texinfo.tex from
1206         gcc/doc/include.
1208 2001-08-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1210         * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.
1211         Preprocess the entire web site, not just the install docs.
1213 2001-06-25  Phil Edwards  <pme@sources.redhat.com>
1215         * update_version:  Add command-line argument capability, also
1216         bump version for libstdc++-v3, and exit with the return code from
1217         the cvs commit.
1218         * crontab:  Call update_version with arguments instead of
1219         calling update_branch_version.
1220         * update_branch_version:  Remove.
1222 2001-06-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1224         * update_web_docs: Only update the install documentation for the
1225         CVS HEAD.
1227 2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1229         * update_web_docs, doc_exclude: Check out files that may be in the
1230         Attic.  Check out texinfo.tex.  Don't generate anything from
1231         c-tree.texi.  Generate PostScript output from manuals.
1233 2001-06-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1235         * update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New
1236         variables.
1237         Fix a comment and add another one.
1238         Generate the installation documentation in HTML format from
1239         gcc/doc/install.texi.
1241 2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1243         * update_web_docs: Don't generate HTML from gxxint.texi.  Don't
1244         run texi2html on manuals that aren't present.
1246 2001-03-18  Phil Edwards  <pme@sources.redhat.com>
1248         * update_web_docs_libstdcxx:  New script.
1249         * crontab:  Call said script.
1251 2001-03-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1253         * update_version, update_branch_version: Check out with gcc
1254         directory instead of using egcs link.
1256 2001-03-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1258         * update_web_docs: Don't strip leading -r from argument following
1259         -r, or leading -d from argument following -d.  Bug pointed out by
1260         Matt Kraai.
1262         * update_web_docs: Handle -r and -d options to generate docs for a
1263         release or branch in a subdirectory.  Determine names of G77 news
1264         and bugs files and contributors file after updated docs have been
1265         installed, not before.  Don't remove files from a subdirectory.
1266         Don't generate manuals for gcov (included in the GCC manual) or
1267         iostream (obsolete).  Do generate manuals for cppinternals, gcj
1268         and porting.  Update regular expressions for detecting whether
1269         files have really changed when regenerated.
1271 2001-03-15  Joseph S. Myers  <jsm28@cam.ac.uk>
1273         * update_web_docs: Use /usr/local/bin/texi2html rather than
1274         gccadmin's local copy.
1276 2001-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
1278         * crontab, doc_exclude, update_branch_version, update_version,
1279         update_web_docs: New files (as currently used by gccadmin).
1280         * README: New file.