diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-29 05:31:34 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-29 05:31:34 +0000 |
commit | e249ef136627af0261128268a4ad425dd46a71a2 (patch) | |
tree | 97c79d8569103a6816efdd4495db63c273567f83 /maintainer-scripts | |
parent | 45784311a42a0fc1e167bb30b33b2746333e2639 (diff) | |
download | gcc-e249ef136627af0261128268a4ad425dd46a71a2.tar.gz |
* gcc_release: Update comment.
* snapshot-README: Snapshots are taken from GCC 3.2 branch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55825 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts')
-rw-r--r-- | maintainer-scripts/ChangeLog | 8 | ||||
-rwxr-xr-x | maintainer-scripts/gcc_release | 2 | ||||
-rw-r--r-- | maintainer-scripts/snapshot-README | 2 |
3 files changed, 9 insertions, 3 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 46c2b74a663..8e51a883c15 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,9 @@ +2002-07-28 Andreas Jaeger <aj@suse.de> + + * gcc_release: Update comment. + + * snapshot-README: Snapshots are taken from GCC 3.2 branch. + 2002-07-28 Mark Mitchell <mark@codesourcery.com> * gcc_release: Use the 3.2 branch for snapshots. @@ -171,7 +177,7 @@ 2001-06-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> - * update_web_docs: Only update the install documentation for the + * update_web_docs: Only update the install documentation for the CVS HEAD. 2001-06-07 Joseph S. Myers <jsm28@cam.ac.uk> diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release index ec304d72881..0f8f5beb9ff 100755 --- a/maintainer-scripts/gcc_release +++ b/maintainer-scripts/gcc_release @@ -517,7 +517,7 @@ if [ $SNAPSHOT -eq 0 ]; then fi else RELEASE=$DATE - # For now snapshots come from the 3.1 branch. + # For now snapshots come from the 3.2 branch. BRANCH=gcc-3_2-branch FTP_PATH="${FTP_PATH}/snapshots/${LONG_DATE}" TAG=gcc_ss_${DATE} diff --git a/maintainer-scripts/snapshot-README b/maintainer-scripts/snapshot-README index 5e9feda22d4..e4d86d4837d 100644 --- a/maintainer-scripts/snapshot-README +++ b/maintainer-scripts/snapshot-README @@ -2,7 +2,7 @@ gcc-ss-@DATE@ is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/@LONG_DATE@ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. -This snapshot has been generated from the GCC 3.1 branch. +This snapshot has been generated from the GCC 3.2 branch. You'll find: |