From patchwork Mon May 13 11:01:42 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 1098798 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-500540-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="v9JHXxDg"; dkim-atps=neutral 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 452dDj3JCPz9s4Y for ; Mon, 13 May 2019 21:01:56 +1000 (AEST) 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=ONcnXf5AioY4in7ArTJ6HYg+QcqH9nw4UzGqfKlp62tw0EuoVfbnM iQ9uF8x6gztPRxJbbydKAfLVkwp03qKWM5BpjAUU6//s+IG3c26vctc6GqQXXuHq mcNlMPuR0gx6f9dzlc/mfntoKQ9wT7udnPq59AoGoKhHZ53k/MqDSg= 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=KtBSDC3/0y1iK0TnxqVcOfrWmFs=; b=v9JHXxDg1Dka4A3Up29O nJ4U2y3j3Eo6mfDoDVaCwOtRTY5W0UIxSq3WKv8Th92IVACBu0Swzgq0fILs+ylC STbFTMhLtq0lfvC0XHu/m3uj60n0p77TDTACjEaVbTIGIdy/qCxxFCilSDt5Mj20 g8JqM2T8CT1XlvwzK/Ekl5g= Received: (qmail 125769 invoked by alias); 13 May 2019 11:01:49 -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 125757 invoked by uid 89); 13 May 2019 11:01:49 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.8 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:588, Series, doctype, !doctype 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 ESMTP; Mon, 13 May 2019 11:01:44 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id AB7E087620 for ; Mon, 13 May 2019 11:01:43 +0000 (UTC) Received: from localhost (unknown [10.33.36.54]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5DF8268D6A for ; Mon, 13 May 2019 11:01:43 +0000 (UTC) Date: Mon, 13 May 2019 12:01:42 +0100 From: Jonathan Wakely To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] Add DOCTYPE and lang attribute Message-ID: <20190513110142.GM2599@redhat.com> MIME-Version: 1.0 Content-Disposition: inline X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.11.3 (2019-02-01) This makes /gcc-10/changes.html valid HTML5. Committed to CVS. Index: htdocs/gcc-10/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-10/changes.html,v retrieving revision 1.2 diff -u -r1.2 changes.html --- htdocs/gcc-10/changes.html 13 May 2019 10:49:50 -0000 1.2 +++ htdocs/gcc-10/changes.html 13 May 2019 10:59:49 -0000 @@ -1,4 +1,5 @@ - + + GCC 10 Release Series — Changes, New Features, and Fixes