OSDN Git Service

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