From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from einhorn-mail-out.in-berlin.de (einhorn.in-berlin.de [192.109.42.8]) by sourceware.org (Postfix) with ESMTPS id 1BED03858C39 for ; Fri, 1 Jul 2022 04:08:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1BED03858C39 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=ubuntu.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=ubuntu.com X-Envelope-From: doko@ubuntu.com Received: from authenticated.user (localhost [127.0.0.1]) by einhorn.in-berlin.de with ESMTPSA id 26148IIK2425327 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Fri, 1 Jul 2022 06:08:18 +0200 Message-ID: <7a8e42b4-942d-e294-1d90-3418a5919817@ubuntu.com> Date: Fri, 1 Jul 2022 06:08:18 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: 2.39 Release Schedule Content-Language: en-US To: Nick Clifton , Binutils References: <9e7bc498-5598-baaa-3b40-001aa7e772a8@redhat.com> From: Matthias Klose In-Reply-To: <9e7bc498-5598-baaa-3b40-001aa7e772a8@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, JMQ_SPF_ALL, KAM_DMARC_STATUS, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2022 04:08:30 -0000 On 27.06.22 13:37, Nick Clifton via Binutils wrote: > Hi Guys, > >   OK, so the plan is that the branch for the 2.39 release will be >   cut on Friday July 8th (just before I go on vacation).  All being >   well the release itself will happen in the first weekend of August >   (Sat 6th probably). > >   If you have new features that you want to get into the 2.39 release >   now is the time to submit them - or ping for a review if they have >   already been submitted. > >   Once the branch is cut the usual rules will apply - bug fixes and >   doc updates only - although this time around I am also going to ask >   that any maintainer who wishes to do so review and approve/reject >   patches for the branch. > >   I will be away July 11..July 22 but as soon as I get back I will be >   on patch review duty for as much of the time as I can. there seems to be one more regression building GCC in some configurations on aarch64-linux-gnu, filed https://sourceware.org/bugzilla/show_bug.cgi?id=29310 it looks like I cannot see that with a binutils trunk build from 20220615, and 2.38 also works fine. Matthias