From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [209.51.188.92]) by sourceware.org (Postfix) with ESMTPS id 02FC33858029 for ; Wed, 12 Jan 2022 00:03:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 02FC33858029 Received: from [2001:470:142:3::e] (port=33346 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n7QNT-0003ac-1k; Tue, 11 Jan 2022 18:16:31 -0500 Received: from ip5f5a8d35.dynamic.kabel-deutschland.de ([95.90.141.53]:55216 helo=[192.168.111.41]) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n7QNT-0003lr-Ac; Tue, 11 Jan 2022 18:16:31 -0500 Message-ID: <6305feaa-f300-849a-c4e2-779f60dc1576@gnu.org> Date: Wed, 12 Jan 2022 00:16:27 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.4.1 Content-Language: en-US To: gdb-patches@sourceware.org From: Simon Sobisch Cc: Joel Brobecker Subject: Re: [heads up] GDB 11.2 "respin" release next weekend (Jan 15-16) Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jan 2022 00:03:06 -0000 Joel Brobecker wrote Sat Jan 8 08:27:18 GMT 2022 > Hi everyone, > > The last fix went in just before the holidays, and so we should > be ready to create the release. Unless there are last-minute > issues being discovered, I will create it next weekend. > > Thanks everyone for helping us get there :) > > -- > Joel I guess that means that the patch-sets for "Source highlight non utf-8 characters using Python" by Anbdrew Burgess and "Improvements to Python parameters" by Tom Tromey won't be in there, then. Is that (sadly) correct? [If yes: is there any rough estimation when those are likely available as release, fixing issues that seem to be around since GDB 10?] Thanks for working on GDB to all and this time special thanks to Andrew and Tom for those patch sets (and Eli for checking those). Simon