From patchwork Mon Oct 25 22:36:27 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 69145 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]) by ozlabs.org (Postfix) with SMTP id 9590EB70B8 for ; Tue, 26 Oct 2010 09:36:37 +1100 (EST) Received: (qmail 18602 invoked by alias); 25 Oct 2010 22:36:35 -0000 Received: (qmail 18556 invoked by uid 22791); 25 Oct 2010 22:36:35 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from vexpert.dbai.tuwien.ac.at (HELO vexpert.dbai.tuwien.ac.at) (128.131.111.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 25 Oct 2010 22:36:30 +0000 Received: from pulcherrima.dbai.tuwien.ac.at (pulcherrima.dbai.tuwien.ac.at [128.131.111.48]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTPS id 477A91E059; Tue, 26 Oct 2010 00:36:25 +0200 (CEST) Date: Tue, 26 Oct 2010 00:36:27 +0200 (CEST) From: Gerald Pfeifer To: "Joseph S. Myers" , Andi Kleen cc: gcc-patches@gcc.gnu.org Subject: Re: [wwwdocs] PATCH for Re: [PATCH] Remove gccbug In-Reply-To: Message-ID: References: <1287299081-19445-1-git-send-email-andi@firstfloor.org> <0F0B2A51-135A-4D14-B2ED-FF004689FCC5@comcast.net> <20101018094317.GC11763@basil.fritz.box> <20101018152958.GE11763@basil.fritz.box> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 X-IsSubscribed: yes 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 On Tue, 26 Oct 2010, Gerald Pfeifer wrote: > Oh, you're right of course! I pushed the following on top of my previous > change. And here is the one for releasing.html which I also committed. Gerald Index: releasing.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/releasing.html,v retrieving revision 1.34 diff -u -r1.34 releasing.html --- releasing.html 14 Apr 2010 11:20:49 -0000 1.34 +++ releasing.html 25 Oct 2010 22:35:26 -0000 @@ -118,11 +118,6 @@
  • Update the bug searches on the main web page for the milestone changes.
  • - -
  • Update the email parsing script to handle bugs against the new versions. -The script is in CVS at wwwdocs/bugzilla/contrib/bug_email.pl. -Search for an existing version (like "3.3"), and update both places -it occurs to handle the new version through copy and paste.