diff options
| -rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
| -rw-r--r-- | libstdc++-v3/docs/download.html | 10 |
2 files changed, 11 insertions, 3 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index f701797..552bf27 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2000-04-29 Phil Edwards <pme@sourceware.cygnus.com> + + * docs/download.html: Add link to list of mirror sites. + 2000-04-26 Nathan C. Myers <ncm@cantrip.org> * bits/basic_string.h: include <bits/atomicity.h> instead diff --git a/libstdc++-v3/docs/download.html b/libstdc++-v3/docs/download.html index c6a834d..0a6a414 100644 --- a/libstdc++-v3/docs/download.html +++ b/libstdc++-v3/docs/download.html @@ -9,7 +9,11 @@ <A HREF="ftp://sourceware.cygnus.com/pub/libstdc++/"> ftp://sourceware.cygnus.com/pub/libstdc++/ </A> -</BLOCKQUOTE></P> +</BLOCKQUOTE> + You will probably need to use one of the + <A HREF="http://sourceware.cygnus.com/mirrors.html">mirror sites</A> + due to the heavy load on the main server. +</P> <P>CVS repository available by anonymous CVS. <UL> @@ -18,8 +22,8 @@ <LI>cvs -z9 -d :pserver:anoncvs@sourceware.cygnus.com:/cvs/libstdc++ co libstdc++ <LI>You only need to specify the repository root the first time; after - that cvs will go to the correct place automatically. Using '-z9' - is highly recommended, as it will reduce the bandwidth required. + that cvs will go to the correct place automatically. Using '-z9' is + <B>highly</B> recommended, as it will reduce the bandwidth required. <LI>You can <A HREF="/cgi-bin/cvsweb.cgi/libstdc++?cvsroot=libstdc++">browse |
