OSDN Git Service

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