OSDN Git Service

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