From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa1-x35.google.com (mail-oa1-x35.google.com [IPv6:2001:4860:4864:20::35]) by sourceware.org (Postfix) with ESMTPS id A75353848E3F for ; Tue, 6 Dec 2022 17:11:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A75353848E3F Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-oa1-x35.google.com with SMTP id 586e51a60fabf-1441d7d40c6so18122712fac.8 for ; Tue, 06 Dec 2022 09:11:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=X9fGFWmZrsrSHhyJ0dV8Y3GfqWkWCppePV1mh2IlFek=; b=AKFksJkBKSPqjGpxDxMz4WCvcgCo0t4zQbiLz+Y9uE3XoaQapEz+DTzB+fuecR4N1S J4KCZZ5sU59kErQjMu4tRxarl7apLsPAXJ1Ih/lKwjWZgPp0U6zyToc5iDHa+9ImOb3J G0r5x4/JowqLq/zPm0FpzD0F0iRxy51KviEtOHx/ZcMaIN7BTyxLSdT0Dmb/k+umF4tb 3wlz+Uk7iBgyGjZuA4iItr3oJRIdPgLCTOycDk+Dmf64cz7deegt2839Ea2cYR7sUC8q LfzXV6vUGolnb7qmmzsmyUo1vgOsnNVwpOmLbRaxDEbWWEGc9AUt/o4JdNg/1PuLICCE G+lQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=X9fGFWmZrsrSHhyJ0dV8Y3GfqWkWCppePV1mh2IlFek=; b=fRlTWRkJ0lFna45KBcNvPbNE4WDTaqwv7b9z4uCTA25Y3MBX7SJwIlO85SLJrS+j3j nxZxWiZZwQ9vXPr9g6XCeYrSSduVYFgNJn4x5EBkyEubC1iA5YJQjipVFoeWdhPY5JDg TfSMP2tZnN/yCAKLMeDiEvwoFXxySwrTF5JFC9LXFaxPeKW3dWcqlD+XXJnkSTpga57M z1zNiHgAmRQ5Cc2BmDD0kgOmtn2hClYTgQWIWuROXlttRiyjIqcQE6mIbFazmhExAjLJ g4KKmRxdQ9xDjsUn3pKdHy+gSxBL/o2j7RXaQ4JWGWNG9i75/Pywe53umGiiYrgDmpe/ C7jg== X-Gm-Message-State: ANoB5pnHKYB2KwtqYjl87yM79/61H/hx1G1xjIzQHmsYF6ydTu8ro/3e PbOCyEgMEmQdM71iBUCOUT5hZBY0NzBJuCaX6qzQ/hfJyCk= X-Google-Smtp-Source: AA0mqf5MbRGnRiwNvyE2sGP7l34PTpOSd1FIRNPt6OhGPWXKblXiao+tfbEq/L/HripbTy9IWckBu0PBMn2hAoG7ie8= X-Received: by 2002:a05:6870:cb45:b0:13b:8bb8:5c5b with SMTP id oz5-20020a056870cb4500b0013b8bb85c5bmr45656102oab.298.1670346663061; Tue, 06 Dec 2022 09:11:03 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: "H.J. Lu" Date: Tue, 6 Dec 2022 09:10:27 -0800 Message-ID: Subject: Re: Get your new features in now - 2.40 branch date is approaching To: Nick Clifton Cc: Binutils Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3016.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Tue, Dec 6, 2022 at 4:50 AM Nick Clifton via Binutils wrote: > > Hi Guys, > > I am planning on creating the 10.40 branch a little earlier than usual this > time - Sat Dec 31 - in order to allow the release to take place in mid-January > rather than at the end of January. So if you have any new features that you > want to see in the next release, now is the time to submit them and/or ping > maintainers for review. > > Cheers > Nick > I'd like to fix: https://sourceware.org/bugzilla/show_bug.cgi?id=29851 -- H.J.