From patchwork Sun Mar 22 17:08:14 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 453160 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 F0797140134 for ; Mon, 23 Mar 2015 04:08:32 +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=yJpRkBwr; 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:cc:subject:message-id:mime-version:content-type; q=dns; s=default; b=jte8W12E7dY3uCQZwlbBzR5yOxoFIfrBnUZH61LBKoqHXA/Omh pbza0CR5CHSa6TfBx1RIKi2KFqfNEE8cUT0Fj4Gek2fZ3mMArMBztZQVyMxjuaEK 0I6MAspHNl5nF1W6g9e9QOICNOoDPOHL0wmvWIC9RItqIlC2n0hrIj7ns= 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:cc:subject:message-id:mime-version:content-type; s= default; bh=04NePkV9wUkTka3i3HEanlCWiOE=; b=yJpRkBwr9tOo6CnJleQ2 oP4l1QUOcSrfvhGpaOxqNweBaOB/iIAwaPAZKgrOdTx7XCIV7CQMJHjXQHerwWsn TPUhC3EUhvUwbBUGjMg6Rw5oeuUUl2h+y51LrcAXL7ydffjrS6RTS17ER+FGAQeb 5NP0FQ0g7zow+IKZlkuAd5U= Received: (qmail 95247 invoked by alias); 22 Mar 2015 17:08:24 -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 95202 invoked by uid 89); 22 Mar 2015 17:08:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL, BAYES_05, SPF_PASS autolearn=ham version=3.3.2 X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sun, 22 Mar 2015 17:08:22 +0000 Received: from [192.168.0.133] (vie-188-118-248-211.dsl.sil.at [188.118.248.211]) by ainaz.pair.com (Postfix) with ESMTPSA id 38FD03F460; Sun, 22 Mar 2015 13:08:16 -0400 (EDT) Date: Sun, 22 Mar 2015 18:08:14 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org cc: Dave Korn Subject: Update Danny Smith's entry in contrib.tex Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes This is something I meant to do back in 2010. Better late than never, I guess. Gerald 2015-03-22 Dave Korn Gerald Pfeifer * doc/contrib.texi (Contributors): Update entry for Danny Smith. Index: doc/contrib.texi =================================================================== --- doc/contrib.texi (revision 221569) +++ doc/contrib.texi (working copy) @@ -881,6 +881,8 @@ @item Danny Smith for his major efforts on the Mingw (and Cygwin) ports. +Retired from GCC maintainership August 2010, having mentored two +new maintainers into the role. @item Randy Smith finished the Sun FPA support.