diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-09 13:24:07 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-09 13:24:07 +0000 |
commit | 7a97aa79cac0ed0313253e82ddd04a355c4a9d9d (patch) | |
tree | 285b90d380876ca8cc6a5079eeec8189ccf578e9 /maintainer-scripts/ChangeLog | |
parent | 32d0edd1411d9d91b9da4a2a016de27a6777d27e (diff) | |
download | gcc-7a97aa79cac0ed0313253e82ddd04a355c4a9d9d.tar.gz |
* gcc_release (announce_snapshot): Add substitution of @BRANCH
for README and index.html. Remove substitution of @LONG_DATE.
Put index.html into the respective snapshot directory.
Adjust subject of the notification mail to the new naming scheme
for CVS tags.
Adjust name of the LATEST-IS-... files to the new naming scheme
for snapshot directories.
(FTP_PATH): Ditto.
(LAST_DIR): Ditto.
(LAST_LONG_DATE): Remove.
* snapshot-README: Adjust to the new naming schemes for directories
and snapshots per se.
Dynamically fill in the respective branch instead of hardcoding it.
* snapshot-index.html: Replace individual links to diffs with a
general link to the diff/ subdirectory.
Mention the concrete snapshot in <title> and <h1>.
Adjust links to the new location of index.html.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69143 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts/ChangeLog')
-rw-r--r-- | maintainer-scripts/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 19a51122f49..5546f66cdb2 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,25 @@ +2003-07-09 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> + + * gcc_release (announce_snapshot): Add substitution of @BRANCH + for README and index.html. Remove substitution of @LONG_DATE. + Put index.html into the respective snapshot directory. + Adjust subject of the notification mail to the new naming scheme + for CVS tags. + Adjust name of the LATEST-IS-... files to the new naming scheme + for snapshot directories. + (FTP_PATH): Ditto. + (LAST_DIR): Ditto. + (LAST_LONG_DATE): Remove. + + * snapshot-README: Adjust to the new naming schemes for directories + and snapshots per se. + Dynamically fill in the respective branch instead of hardcoding it. + + * snapshot-index.html: Replace individual links to diffs with a + general link to the diff/ subdirectory. + Mention the concrete snapshot in <title> and <h1>. + Adjust links to the new location of index.html. + 2003-07-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> * gcc_release: Move handling of complex modes directly after |