From patchwork Thu Mar 12 09:53:25 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 449396 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 17DFE1400DD for ; Thu, 12 Mar 2015 22:35:53 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass reason="1024-bit key; unprotected key" header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=WkzgjDYC; dkim-adsp=none (unprotected policy); dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=UvSIKocklKF3RTjxuRMxtobPLGPUppF3twshxI4YflxHJPKoYQ/QU T5p1l9uizxwtTigrcBvdxdV9zm+Jzlc62olR338qCaf+x8jz38zLchkLEAO4JhAb cxZtSviNQyf8/MNNw8LgtVay3XmSieyP55QyRDOXde6MspWUvRJLts= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=rrYDlSS88IvRArtYfytwtehRsqs=; b=WkzgjDYCe8VtmD+509u6 9cjGbq50KCZVysH3cAPRCGCF3yZgBBHrO5JHZx1vL0BhN2/OD3+ujbQ0m0HWEo0J KCIleunzqx32msytikgdQUzMMoa108nJdyiKxFX2ByrjIEejGyrdA9HO6lS6sGKW 6Ewf5djNSI6X1tlWro4JsVg= Received: (qmail 128469 invoked by alias); 12 Mar 2015 11:35:45 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 128453 invoked by uid 89); 12 Mar 2015 11:35:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL, BAYES_00, SPF_HELO_PASS, SPF_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 12 Mar 2015 11:35:43 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t2C9rQHR024919 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 12 Mar 2015 05:53:26 -0400 Received: from localhost (ovpn-116-110.ams2.redhat.com [10.36.116.110]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t2C9rPFO021678 for ; Thu, 12 Mar 2015 05:53:25 -0400 Date: Thu, 12 Mar 2015 09:53:25 +0000 From: Jonathan Wakely To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] Update 4.9.2 status link from RC announcement to release announcement Message-ID: <20150312095324.GE4981@redhat.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) This just updates the status link on the homepage from the 4.9.2-rc1 announcement to the final release announcement a week later. Committed to CVS. Index: index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.955 diff -u -r1.955 index.html --- index.html 6 Feb 2015 22:36:02 -0000 1.955 +++ index.html 12 Mar 2015 09:37:46 -0000 @@ -188,7 +188,7 @@
Status: - 2014-10-23 + 2014-10-30 (regression fixes and docs only).