From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id TLgnOwT4MmpaUwwAWB0awg (envelope-from ) for ; Wed, 17 Jun 2026 15:39:48 -0400 Authentication-Results: simark.ca; dkim=pass (1024-bit key; unprotected) header.d=sergiodj.net header.i=@sergiodj.net header.a=rsa-sha256 header.s=20160602 header.b=jwkiqWvv; dkim-atps=neutral Received: by simark.ca (Postfix, from userid 112) id E16791E098; Wed, 17 Jun 2026 15:39:48 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-5.4 required=5.0 tests=ARC_SIGNED,ARC_VALID,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=4.0.1 Received: from vm01.sourceware.org (vm01.sourceware.org [IPv6:2620:52:6:3111::32]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id DA8EB1E070 for ; Wed, 17 Jun 2026 15:39:47 -0400 (EDT) Received: from vm01.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 0336F4BA2E18 for ; Wed, 17 Jun 2026 19:39:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0336F4BA2E18 Authentication-Results: sourceware.org; dkim=pass (1024-bit key, unprotected) header.d=sergiodj.net header.i=@sergiodj.net header.a=rsa-sha256 header.s=20160602 header.b=jwkiqWvv Received: from mail.sergiodj.net (mail.sergiodj.net [IPv6:2a01:4f8:13a:6e8:160::1]) by sourceware.org (Postfix) with ESMTPS id A98754BA2E11 for ; Wed, 17 Jun 2026 19:39:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A98754BA2E11 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=sergiodj.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=sergiodj.net ARC-Filter: OpenARC Filter v1.0.0 sourceware.org A98754BA2E11 Authentication-Results: sourceware.org; arc=none smtp.remote-ip=2a01:4f8:13a:6e8:160::1 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1781725159; cv=none; b=yFBJZjzj2woNJKEUzqAUcgXRorXKOacsbReM2BILOpTJ/OOYYZvrGs1InujXKnPFzUBoMrifWiNSzAuFeHtDr22oiRpxoC2Hs/qYTy7bf2ymHysYT3Hp7g+oSIAVkAuz1myfkWsuXW09l4US6LNWRYOhWj66+E2eTSGJk4hy038= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1781725159; c=relaxed/simple; bh=L0U/PYaR2hSwG0jg505K7JXBoqXdMXgCeZUFWC6j8EI=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=mj3GY0t5vp3ZIbz3TpvI3GFHFD04oNBPn4GelcF1o1ZxjPL/Kkz3pIZGN3+UsgiDw2RDcuCnL8879Jivs109iRfLB316ZgQ4zyFlZS2i6IWpLBeTcxX3aGOMBo4KHzR4LHfIPDqAq3wRvsQq85Cs4ZbQ3P3fg1nNjt7AX6IKRfY= ARC-Authentication-Results: i=1; sourceware.org; dkim=pass (1024-bit key, unprotected) header.d=sergiodj.net header.i=@sergiodj.net header.a=rsa-sha256 header.s=20160602 header.b=jwkiqWvv DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A98754BA2E11 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sergiodj.net; s=20160602; t=1781725152; bh=L0U/PYaR2hSwG0jg505K7JXBoqXdMXgCeZUFWC6j8EI=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=jwkiqWvvTTIYFszIZZ1JhF7ANSB0m3YO4D6T+oZGbAApFx5PUY3pq31sYIcGARmZA NWGuNCZVRKRpYT8nAlMbi9br+DYBFwXNk57kL577ZUk7iKG36RUXTv/6HlQhLV56OB bmPIFG1rEIyLPCpi0kBueVofajIVlU0vu+yjGT/w= From: Sergio Durigan Junior To: Joel Brobecker Cc: gdb-patches@sourceware.org, Joel Brobecker Subject: Re: GDB Release Managers announcement In-Reply-To: References: User-Agent: mu4e 1.12.15; emacs 31.0.60 Date: Wed, 17 Jun 2026 15:39:10 -0400 Message-ID: <87y0gdt0rl.fsf@sergiodj.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces~public-inbox=simark.ca@sourceware.org On Wednesday, 17 June 2026, Joel Brobecker wrote: > A quick message to let everyone know that I am stepping down from > my role as GDB Release Manager. Andrew Burgess and Simon Marchi, > two of GDB's Global Maintainers, have volunteered to take on > this role in my place. Please join me in thanking them for generously > offering their time to keep our releases running smoothly. > > Attached is the patch to gdb/MAINTAINERS which I will push next > to master, making the change official. > > Speaking for myself, I am deeply thankful for having been trusted with > this responsibility. Thanks to to hard work of all the contributors, > testers, Area Maintainers and Global Maintainers, we managed over > a period of about 20 years to produce almost 60 releases in total. > > I'm excited to see such long time contributors as Simon and Andrew > stepping in. I don't see the project being as active as ever, so > I look forward to many more releases! Thank you very much for all these years of commitment and hard work doing the releases, Joel! And thanks to Andrew and Simon for stepping up, too! Cheers, -- Sergio GPG key ID: 237A 54B1 0287 28BF 00EF 31F4 D0EB 7628 65FC 5E36 Please send encrypted e-mail if possible https://sergiodj.net/