This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [wwwdocs] update release status on main page
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Gerald Pfeifer <gerald at pfeifer dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 6 May 2005 12:47:46 -0400
- Subject: Re: [wwwdocs] update release status on main page
- References: <Pine.BSF.4.62.0505061843470.61344@acrux.dbai.tuwien.ac.at>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Fri, May 06, 2005 at 06:44:26PM +0200, Gerald Pfeifer wrote:
> Update 4.0 and 4.1 status.
> --- index.html 30 Apr 2005 21:03:51 -0000 1.491
> +++ index.html 6 May 2005 16:42:55 -0000
> - Branch status: <a href="develop.html#stage1">Stage 1</a>; open for
> - all maintainers.
> + Branch status:
> + <a href="http://gcc.gnu.org/ml/gcc/2005-05/msg00224.html">2005-05-04</a>
> + (<a href="develop.html#stage1">stage 1</a>; open for all maintainers).
Shouldn't this be s/stage1/stage2/, given:
"Certainly, we should consider ourselves in Stage 2 at this point."
in the referenced mail?
Jakub