OSDN Git Service

PR optimization/10876
[pf3gnuchains/gcc-fork.git] / maintainer-scripts / ChangeLog
index 9bb32e5..2117b57 100644 (file)
@@ -1,3 +1,227 @@
+2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * snapshot-index.html: Refer to .bz2 files instead of .gz files. 
+       Simplify the note on not using unannounced snapshots.
+       
+2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+       
+       * snapshot-README: Refer to .bz2 files instead of .gz files.
+       Add a note on where to find the diff files.
+       Simplify the note on not using unannounced snapshots.
+       Remove documentation of the gcc_latest_snapshot tag.
+
+2003-05-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * gcc_release (build_diffs): Add diagnostics in case we cannot
+       generate a specific diff file.
+
+2003-05-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * gcc_release (build_sources): Only update ChangeLog files which
+       do not yet contain the entry we are going to add.
+       Fix typo in added ChangeLog entries.
+
+2003-05-20  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * gcc_release (upload_files): Put diff files into a "diffs"
+       subdirectory
+
+2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * gcc_release: GNU CC -> GCC.
+
+2003-05-12  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * gcc_release (usage): Print more detailed description of all
+       command-line options.
+
+2003-05-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * update_version (ADD_BRANCHES): Add, set to MAIN and
+       tree-ssa-20020619-branch.
+       (BRANCHES): Always consider branches given by $ADD_BRANCHES.
+
+2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * update_version (textstring_FILES): Only version.c needs to be
+       updated, now that we do not consider older branches any more.
+
+2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * update_version (IGNORE_BRANCHES): Add.
+       (BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.
+
+2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * update_version: Add a trace of which branch we are currently
+       working on.
+
+2002-12-16  Mark Mitchell  <mark@codesourcery.com>
+
+       * gcc_release: Make snapshots from the GCC 3.3 branch.
+       * snapshot-README: Update.
+
+2002-09-23  Zack Weinberg  <zack@codesourcery.com>
+
+       * update_version: Do not check in files which are unchanged.
+       * gcc_release: Only update the version in gcc/version.c.
+
+2002-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+       * update_web_docs (MANUALS): Add fastjar.
+
+2002-09-08  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+       * gcc_release: Make snapshots come from the mainline.
+       * snapshot-README: Update.
+
+2002-08-28  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+       * update_web_docs: Remove support for generating g77_news.html and
+       g77_bugs.html.
+       * update_web_docs_old: Likewise.  Remove support for generating
+       thanks.html.
+
+2002-07-28  Andreas Jaeger  <aj@suse.de>
+
+       * gcc_release: Update comment.
+
+       * snapshot-README: Snapshots are taken from GCC 3.2 branch.
+
+2002-07-28  Mark Mitchell  <mark@codesourcery.com>
+
+       * gcc_release: Use the 3.2 branch for snapshots.
+
+2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
+
+       * update_web_docs (MANUALS): Include various flavours of the GNAT
+       User Guide.
+
+2002-05-27  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to
+       gcc/gcc/ada/gnatvsn.ads.
+
+2002-05-26  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which
+       release status is updated.
+       * update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads.
+
+2002-05-21  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * gcc_release: Do upload files when local.
+
+       * snapshot-README, snapshot-index.html: Remove chill.
+
+2002-05-08  Mark Mitchell  <mark@codesourcery.com>
+
+       * gcc_release: Correct upload handling.
+
+2002-04-22  Mark Mitchell  <mark@codesourcery.com>
+
+       * gcc_release (build_diffs): Remove reference to Chill.
+
+2002-04-21  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * update_web_docs (MANUALS): Remove chill.  Add gnat_rm.
+
+2002-04-19  Kelley R. Cook (kelly.r.cook@gm.com)
+
+       * gcc_release: Set TZ to UTC0.
+
+2002-04-15  Mark Mitchell  <mark@codesourcery.com>
+
+       * gcc_release (build_tarfiles): Do not build Chill tarfiles.
+       (CHILL_DIRS): Remove.
+
+2002-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * gcc_release: Build diffs for ada and chill.  Make "bzip2" a new
+       major mode.
+
+2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
+
+       * update_version:  Don't indent the version string.
+
+2002-03-05  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * snapshot-README: Note that snapshots come from the 3.1 branch.
+       Update list of files.
+
+2002-03-03  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * gcc_release: Make snapshots come from the 3.1 branch.
+
+2002-02-25  Mark Mitchell  <mark@codesourcery.com>
+
+       * update_version: Automatically update version files on all
+       branches.
+       * crontab: Only invoke update_version once.
+
+2002-02-23  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * gcc_release: Revert change to -p interface.  Allow for local and
+       remote cases in creating directories.  Give an error if -p
+       argument names a directory.
+
+2002-02-21  Mark Mitchell  <mark@codesourcery.com>
+
+       * gcc_release: Correct handling of diff-generation.  Add
+       "diffs" major mode.
+
+2002-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * gcc_release: Substitute dates in snapshot-README and
+       snapshot-index.html files rather than directly using the old files
+       on the FTP site.  Set QMAILHOST.
+
+2002-02-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * snapshot-index.html: Improve markup.
+
+2002-01-29  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * snapshot-README, snapshot-index.html: Use expressions such as
+       @DATE@ rather than hardcoded dates.
+
+       * snapshot-README, snapshot-index.html: New files.
+
+2002-01-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * update_web_docs (contrib_file): Remove.
+       Also removing special handling of thanks.html.
+
+2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * update_web_docs: Use makeinfo --html instead of texi2html.
+       Remove support for pre-3.1 GCC versions.  Build online docs for
+       gccint manual.
+
+2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * update_web_docs_old: Copy from update_web_docs.  Add comment
+       that this is for GCC 3.0.x and earlier versions.
+
+2001-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * gcc_release: Add /usr/local/bin to path when local.
+
+2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * update_web_docs: Set SOURCEDIR so that install manual can be
+       found when running install.texi2html.
+
+       * gcc_release: Don't require a username if running locally.
+
+2001-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * update_web_docs: Eliminate warnings about keeping files from web
+       page preprocessing.
+
+       * update_web_docs: Allow for the same file name in different
+       directories.
+
 2001-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        * update_web_docs: Generate libiberty and gnat-style manuals.
 
 2001-06-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
-       * update_web_docs: Only update the install documentation for the 
+       * update_web_docs: Only update the install documentation for the
        CVS HEAD.
 
 2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>