cp:
[official-gcc.git] / maintainer-scripts / ChangeLog
blob4d1ddfc0802c3af4ea187da28f165d627d77bc05
1 2003-07-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3         * crontab: Update invocation of gcc_release according to the
4         previous changes there.  Add automatic 3.4 snapshots from mainline.
6 2003-07-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8         * gcc_release (usage): Document that -s now takes symbolic name
9         and branch of the snapshot as parameters.
10         Implement this as part of command-line processing.
11         (BRANCH): Remove default initialization for snapshots.
12         (CVSBRANCH): Ditto.
13         Do not lay down a CVS tag if generating a snapshot from mainline.
14         
15 2003-07-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
17         * gcc_release (announce_snapshot): Use ${RELEASE} instead
18         of ${BRANCH}-${DATE} to refer to the snapshot directory.
19         Put README file into the snapshot directory.
21         (RELEASE): Define as ${BRANCH}-${DATE} for snapshots.
22         (FTP_PATH): Use ${RELEASE} in case of snapshots.
23         (TAG): Ditto.
24         (OLD_TARS): Adjust to new directory scheme for snapshots.
26 2003-07-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
28         * gcc_release (announce_snapshot): Add substitution of @RELEASE@
29         for README and index.html.
30         * snapshot-README: Use it.
31         * snapshot-index.html: Ditto.
33 2003-07-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
34         
35         * gcc_release (announce_snapshot): Add substitution of @BRANCH@
36         for README and index.html.  Remove substitution of @LONG_DATE@.
37         Put index.html into the respective snapshot directory.
38         Adjust subject of the notification mail to the new naming scheme
39         for CVS tags.
40         Adjust name of the LATEST-IS-... files to the new naming scheme
41         for snapshot directories.
42         (FTP_PATH): Ditto.
43         (LAST_DIR): Ditto.
44         (LAST_LONG_DATE): Remove.
46         * snapshot-README: Adjust to the new naming schemes for directories
47         and snapshots per se.
48         Dynamically fill in the respective branch instead of hardcoding it.
50         * snapshot-index.html: Replace individual links to diffs with a
51         general link to the diff/ subdirectory.
52         Mention the concrete snapshot in <title> and <h1>.
53         Adjust links to the new location of index.html.
54         
55 2003-07-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
57         * gcc_release: Move handling of complex modes directly after
58         switch handling.
59         (TAG): Include the branch name as part of snapshot CVS tags.
61 2003-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
63         * gcc_release: Execute gcc.gnu.org-only operations which are
64         related to diff generation only if diffs have been requested.
65         (build_sources): Improve tracing and an error message related
66         to tagging.
68 2003-07-01  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
70         * gcc_release (BRANCH): Rename to...
71         (CVSBRANCH): ...new macro, and use BRANCH for the variant users
72         will see.
73         (FTP_BRANCH): For snapshots, include ${BRANCH} in the last part
74         of the directory name.
75         Use .snapshot_date-${BRANCH} instead of .snapshot_date.
77 2003-06-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
79         * gcc_release: Command "all" now creates .gz files only for
80         releases and pre-releases.
82 2003-06-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
84         * gcc_release (build_sources): Do not include gnats.html any longer.
85         Make an error message more descriptive.
86         
87 2003-06-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
89         * gcc_release: Factor the updating of links and READMEs on the
90         FTP server and sending mail for snapshots into a...
91         (announce_snapshot): ...new function.
92         Add informative output for both.
94 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
96         * gcc_release: Do not update gcc_latest_snapshot tag any longer.
98 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
100         * snapshot-index.html: Use F77 instead of G77 front end.
101         Remove link to CodeSourcery snapshots which was not up-to-date.
102         Do not refer to gcc-bugs@gcc.gnu.org any longer.
104         * snapshot-README: Use F77 front end instead of G77 language.
106 2003-06-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
108         * gcc_release (build_tarfile): Build .bz2 files instead of .gz files.
109         (build_bz2): Rename to build_gzip and create .gz files from .bz2
110         files instead of the other way around.
111         (build_gzip): New function.
112         (build_diffs): Build .bz2 files instead of .gz files.
113         (build_diff): Use .bz2 files instead of .gz files.
114         Make an error message independent of the compression format.
115         (MODE_BZIP2): Rename to MODE_GZIP.  Related changes to the
116         invocation of this script.
117         (MODE_GZIP): New variable.
118         (OLD_TARS): Use .bz2 archive of the previous snapshot.
120 2003-06-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
122         * snapshot-README: Use GCC instead of gcc, C++ front end instead of 
123         g++ language, and note that Java includes a run time.
124         * snapshot.index.html: Ditto.
126 2003-06-10  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
128         * gcc_release (build_diff): Properly use ${TAR} instead of
129         hard-coded tar.
131 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
133         * snapshot-index.html: Refer to .bz2 files instead of .gz files. 
134         Simplify the note on not using unannounced snapshots.
135         
136 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
137         
138         * snapshot-README: Refer to .bz2 files instead of .gz files.
139         Add a note on where to find the diff files.
140         Simplify the note on not using unannounced snapshots.
141         Remove documentation of the gcc_latest_snapshot tag.
143 2003-05-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
145         * gcc_release (build_diffs): Add diagnostics in case we cannot
146         generate a specific diff file.
148 2003-05-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
150         * gcc_release (build_sources): Only update ChangeLog files which
151         do not yet contain the entry we are going to add.
152         Fix typo in added ChangeLog entries.
154 2003-05-20  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
156         * gcc_release (upload_files): Put diff files into a "diffs"
157         subdirectory
159 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
161         * gcc_release: GNU CC -> GCC.
163 2003-05-12  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
165         * gcc_release (usage): Print more detailed description of all
166         command-line options.
168 2003-05-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
170         * update_version (ADD_BRANCHES): Add, set to MAIN and
171         tree-ssa-20020619-branch.
172         (BRANCHES): Always consider branches given by $ADD_BRANCHES.
174 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
176         * update_version (textstring_FILES): Only version.c needs to be
177         updated, now that we do not consider older branches any more.
179 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
181         * update_version (IGNORE_BRANCHES): Add.
182         (BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.
184 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
186         * update_version: Add a trace of which branch we are currently
187         working on.
189 2002-12-16  Mark Mitchell  <mark@codesourcery.com>
191         * gcc_release: Make snapshots from the GCC 3.3 branch.
192         * snapshot-README: Update.
194 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
196         * update_version: Do not check in files which are unchanged.
197         * gcc_release: Only update the version in gcc/version.c.
199 2002-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
201         * update_web_docs (MANUALS): Add fastjar.
203 2002-09-08  Joseph S. Myers  <jsm@polyomino.org.uk>
205         * gcc_release: Make snapshots come from the mainline.
206         * snapshot-README: Update.
208 2002-08-28  Joseph S. Myers  <jsm@polyomino.org.uk>
210         * update_web_docs: Remove support for generating g77_news.html and
211         g77_bugs.html.
212         * update_web_docs_old: Likewise.  Remove support for generating
213         thanks.html.
215 2002-07-28  Andreas Jaeger  <aj@suse.de>
217         * gcc_release: Update comment.
219         * snapshot-README: Snapshots are taken from GCC 3.2 branch.
221 2002-07-28  Mark Mitchell  <mark@codesourcery.com>
223         * gcc_release: Use the 3.2 branch for snapshots.
225 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
227         * update_web_docs (MANUALS): Include various flavours of the GNAT
228         User Guide.
230 2002-05-27  Joseph S. Myers  <jsm28@cam.ac.uk>
232         * update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to
233         gcc/gcc/ada/gnatvsn.ads.
235 2002-05-26  Joseph S. Myers  <jsm28@cam.ac.uk>
237         * gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which
238         release status is updated.
239         * update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads.
241 2002-05-21  Joseph S. Myers  <jsm28@cam.ac.uk>
243         * gcc_release: Do upload files when local.
245         * snapshot-README, snapshot-index.html: Remove chill.
247 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
249         * gcc_release: Correct upload handling.
251 2002-04-22  Mark Mitchell  <mark@codesourcery.com>
253         * gcc_release (build_diffs): Remove reference to Chill.
255 2002-04-21  Joseph S. Myers  <jsm28@cam.ac.uk>
257         * update_web_docs (MANUALS): Remove chill.  Add gnat_rm.
259 2002-04-19  Kelley R. Cook (kelly.r.cook@gm.com)
261         * gcc_release: Set TZ to UTC0.
263 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
265         * gcc_release (build_tarfiles): Do not build Chill tarfiles.
266         (CHILL_DIRS): Remove.
268 2002-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
270         * gcc_release: Build diffs for ada and chill.  Make "bzip2" a new
271         major mode.
273 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
275         * update_version:  Don't indent the version string.
277 2002-03-05  Joseph S. Myers  <jsm28@cam.ac.uk>
279         * snapshot-README: Note that snapshots come from the 3.1 branch.
280         Update list of files.
282 2002-03-03  Joseph S. Myers  <jsm28@cam.ac.uk>
284         * gcc_release: Make snapshots come from the 3.1 branch.
286 2002-02-25  Mark Mitchell  <mark@codesourcery.com>
288         * update_version: Automatically update version files on all
289         branches.
290         * crontab: Only invoke update_version once.
292 2002-02-23  Joseph S. Myers  <jsm28@cam.ac.uk>
294         * gcc_release: Revert change to -p interface.  Allow for local and
295         remote cases in creating directories.  Give an error if -p
296         argument names a directory.
298 2002-02-21  Mark Mitchell  <mark@codesourcery.com>
300         * gcc_release: Correct handling of diff-generation.  Add
301         "diffs" major mode.
303 2002-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
305         * gcc_release: Substitute dates in snapshot-README and
306         snapshot-index.html files rather than directly using the old files
307         on the FTP site.  Set QMAILHOST.
309 2002-02-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
311         * snapshot-index.html: Improve markup.
313 2002-01-29  Joseph S. Myers  <jsm28@cam.ac.uk>
315         * snapshot-README, snapshot-index.html: Use expressions such as
316         @DATE@ rather than hardcoded dates.
318         * snapshot-README, snapshot-index.html: New files.
320 2002-01-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
322         * update_web_docs (contrib_file): Remove.
323         Also removing special handling of thanks.html.
325 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
327         * update_web_docs: Use makeinfo --html instead of texi2html.
328         Remove support for pre-3.1 GCC versions.  Build online docs for
329         gccint manual.
331 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
333         * update_web_docs_old: Copy from update_web_docs.  Add comment
334         that this is for GCC 3.0.x and earlier versions.
336 2001-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
338         * gcc_release: Add /usr/local/bin to path when local.
340 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
342         * update_web_docs: Set SOURCEDIR so that install manual can be
343         found when running install.texi2html.
345         * gcc_release: Don't require a username if running locally.
347 2001-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
349         * update_web_docs: Eliminate warnings about keeping files from web
350         page preprocessing.
352         * update_web_docs: Allow for the same file name in different
353         directories.
355 2001-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
357         * update_web_docs: Generate libiberty and gnat-style manuals.
359 2001-10-24  Joseph S. Myers  <jsm28@cam.ac.uk>
361         * gcc_release: Build snapshots from mainline.  Generate Ada and
362         Chill tarballs.  Correct error check when building diffs.  Check
363         for errors when building bzip2 files.
364         * crontab: Use /sourceware/snapshot-tmp for building snapshots.
366 2001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
368         * crontab: Build weekly snapshots.
370         * gcc_release: Copy from 3.0 branch.  Add support for building the
371         weekly snapshots on gcc.gnu.org.
373 2001-08-28  Joseph S. Myers  <jsm28@cam.ac.uk>
375         * update_web_docs: Also check out texinfo.tex from
376         gcc/doc/include.
378 2001-08-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
380         * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.
381         Preprocess the entire web site, not just the install docs.
383 2001-06-25  Phil Edwards  <pme@sources.redhat.com>
385         * update_version:  Add command-line argument capability, also
386         bump version for libstdc++-v3, and exit with the return code from
387         the cvs commit.
388         * crontab:  Call update_version with arguments instead of
389         calling update_branch_version.
390         * update_branch_version:  Remove.
392 2001-06-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
394         * update_web_docs: Only update the install documentation for the
395         CVS HEAD.
397 2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
399         * update_web_docs, doc_exclude: Check out files that may be in the
400         Attic.  Check out texinfo.tex.  Don't generate anything from
401         c-tree.texi.  Generate PostScript output from manuals.
403 2001-06-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
405         * update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New
406         variables.
407         Fix a comment and add another one.
408         Generate the installation documentation in HTML format from
409         gcc/doc/install.texi.
411 2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
413         * update_web_docs: Don't generate HTML from gxxint.texi.  Don't
414         run texi2html on manuals that aren't present.
416 2001-03-18  Phil Edwards  <pme@sources.redhat.com>
418         * update_web_docs_libstdcxx:  New script.
419         * crontab:  Call said script.
421 2001-03-18  Joseph S. Myers  <jsm28@cam.ac.uk>
423         * update_version, update_branch_version: Check out with gcc
424         directory instead of using egcs link.
426 2001-03-17  Joseph S. Myers  <jsm28@cam.ac.uk>
428         * update_web_docs: Don't strip leading -r from argument following
429         -r, or leading -d from argument following -d.  Bug pointed out by
430         Matt Kraai.
432         * update_web_docs: Handle -r and -d options to generate docs for a
433         release or branch in a subdirectory.  Determine names of G77 news
434         and bugs files and contributors file after updated docs have been
435         installed, not before.  Don't remove files from a subdirectory.
436         Don't generate manuals for gcov (included in the GCC manual) or
437         iostream (obsolete).  Do generate manuals for cppinternals, gcj
438         and porting.  Update regular expressions for detecting whether
439         files have really changed when regenerated.
441 2001-03-15  Joseph S. Myers  <jsm28@cam.ac.uk>
443         * update_web_docs: Use /usr/local/bin/texi2html rather than
444         gccadmin's local copy.
446 2001-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
448         * crontab, doc_exclude, update_branch_version, update_version,
449         update_web_docs: New files (as currently used by gccadmin).
450         * README: New file.