From patchwork Mon May 1 17:02:22 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 20218 Received: (qmail 41624 invoked by alias); 1 May 2017 17:02:27 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 41580 invoked by uid 89); 1 May 2017 17:02:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-22.3 required=5.0 tests=AWL, BAYES_50, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=nominated, invited, 2526, trail X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 01 May 2017 17:02:23 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 27A1156595 for ; Mon, 1 May 2017 13:02:24 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 7OA6zjOYcyWx for ; Mon, 1 May 2017 13:02:24 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id E745A5658A for ; Mon, 1 May 2017 13:02:23 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 297C06078E; Mon, 1 May 2017 10:02:22 -0700 (PDT) Date: Mon, 1 May 2017 10:02:22 -0700 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Daniel Jacobowitz and Mark Kettenis stepping down as Global Maintainers Message-ID: <20170501170222.rql4e5uhjvcmorvo@adacore.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.6.2-neo (2016-08-21) Hello, This is to announce that Daniel and Mark have decided to step down from their role as Global Maintainers. So, I will apply the attached patch right after sending this email. On behalf of the entire GDB community, I would like to thank both Daniel and Mark for their outstanding contributions to the GDB Project. It is hard to date when Daniel actually started contributing to the GDB project, but looking at the email archives, I found his first contributions sometime in 2001. Daniel quickly became a trusted contributor, resulting in his first being nominated the maintainer of a number areas of the GDB code base, until he was then invited to join the group of Global Maintainers in Nov 2002. The project was very fortunate to have Daniel be part of it, particularly during a long period where he was taking care of reviewing a very large portion of the patches submitted for inclusion. Thank you, Daniel! I found Mark's involvment to be even earlier than Daniel's, finding a contribution in Apr 1998 [1]! Mark's high-quality contributions quickly led to a number of nominations until we was nominated Global Maintainer in sep 2000. Over the years, Mark made a significant contribution to the project in various ways. Not only was he an active contributor and maintainer of many targets systems and architectures, he also helped the project tremendously through his careful reviews. Thank you, Mark! [1] https://www.sourceware.org/ml/gdb-patches/1998/msg00051.html gdb/ChangeLog: * MAINTAINERS: Move Daniel Jacobowitz and Mark Kettenis to the past maintainers section. From 8eab8d2309959f448d5c7820fc2c76f869659851 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Mon, 1 May 2017 09:59:15 -0700 Subject: [PATCH] gdb/MAINTAINERS: Move Daniel J and Mark to the Past Maintainers section. gdb/ChangeLog: * MAINTAINERS: Move Daniel Jacobowitz and Mark Kettenis to the past maintainers section. --- gdb/MAINTAINERS | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index 2513b03..1a6bc30 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -153,8 +153,6 @@ Joel Brobecker brobecker@adacore.com Kevin Buettner kevinb@redhat.com Andrew Cagney cagney@gnu.org Doug Evans dje@google.com -Daniel Jacobowitz drow@false.org -Mark Kettenis kettenis@gnu.org Simon Marchi simon.marchi@ericsson.com Yao Qi yao.qi@arm.com Stan Shebs stanshebs@google.com @@ -254,7 +252,6 @@ the native maintainer when resolving ABI issues. h8300 --target=h8300-elf ,-Werror i386 --target=i386-elf ,-Werror - Mark Kettenis kettenis@gnu.org ia64 --target=ia64-linux-gnu ,-Werror (--target=ia64-elf broken) @@ -271,7 +268,6 @@ the native maintainer when resolving ABI issues. m68k --target=m68k-elf ,-Werror m88k --target=m88k-openbsd ,-Werror - Mark Kettenis kettenis@gnu.org mcore Deleted @@ -358,25 +354,17 @@ their platform. Darwin Tristan Gingold gingold@adacore.com djgpp native Eli Zaretskii eliz@gnu.org GNU Hurd Alfred M. Szmidt ams@gnu.org -GNU/Linux/x86 native & host - Mark Kettenis kettenis@gnu.org -GNU/Linux MIPS native & host - Daniel Jacobowitz drow@false.org GNU/Linux m68k Andreas Schwab schwab@linux-m68k.org -FreeBSD native & host Mark Kettenis kettenis@gnu.org Core: Generic components used by all of GDB -threads Mark Kettenis kettenis@gnu.org - linespec Keith Seitz keiths@redhat.com language support Ada Joel Brobecker brobecker@adacore.com Paul Hilfinger hilfinger@gnat.com - C++ Daniel Jacobowitz drow@false.org D Iain Buclaw ibuclaw@gdcproject.org Objective C support Adam Fedor fedor@gnu.org Rust Tom Tromey tom@tromey.com @@ -724,7 +712,8 @@ Fernando Nasser (testsuite/, mi, cli, KOD) fnasser at redhat dot com Mark Salter (testsuite/lib+config) msalter at redhat dot com Jim Kingdon (web pages) kingdon at panix dot com Jim Ingham (gdbtk, libgui) jingham at apple dot com -Mark Kettenis (hurd native) kettenis at gnu dot org +Mark Kettenis (global, i386-elf, m88k-openbsd, + GNU/Linux x86, FreeBSD, hurd native, threads) kettenis at gnu dot org Ian Roxborough (in-tree tcl, tk, itcl) irox at redhat dot com Robert Lipe (SCO/Unixware) rjl at sco dot com Peter Schauer (global, AIX, xcoffsolib, @@ -736,6 +725,8 @@ Fred Fish (global) Jim Blandy (global) jimb@red-bean.com Michael Snyder (global) Christopher Faylor (MS Windows, host & native) +Daniel Jacobowitz (global, GNU/Linux MIPS, + C++, GDBserver) drow at false dot org Folks that have been caught up in a paper trail: -- 2.9.3