From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id B88A03858D1E for ; Sat, 31 Dec 2022 13:01:00 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1672491660; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=PEq343JocklqxmzpFMhdsbgTUOYjnyNUCWW3KK3PXxo=; b=bhyNoRMOeBYLoUxbhAuj1Mf1OZ3TTvApjEEe0SDdFXaV1F12uuWag/dY9iEyI++Svp0SH0 3V3ZYpjN3WOp4odgTe9QnjTm/svfakx0iBftTi6Yty9c2j1Sh/4JfA1vUy11qfp1NyEB+Z ohTd1Un1HgyOPIUtJljVKDn7+fj5xpY= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-146-OlcPq4e3NjONgXyovP_I3Q-1; Sat, 31 Dec 2022 08:00:58 -0500 X-MC-Unique: OlcPq4e3NjONgXyovP_I3Q-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id AB98C85A588 for ; Sat, 31 Dec 2022 13:00:58 +0000 (UTC) Received: from prancer.redhat.com (unknown [10.33.36.2]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5EDB8492B00 for ; Sat, 31 Dec 2022 13:00:58 +0000 (UTC) From: Nick Clifton To: binutils@sourceware.org Subject: The 2.40 branch has been created Date: Sat, 31 Dec 2022 13:00:57 +0000 Message-ID: <87mt739186.fsf@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.10 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE,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: Hi Everyone, The 2.40 branch has now been created: git clone git://sourceware.org/git/binutils-gdb.git -b binutils-2_40-branch A snapshot of the sources is also available here: https://sourceware.org/pub/binutils/snapshots/binutils-2.39.90.tar.xz Please could all patches for the branch be run by me. The rules for the branch are: * No new features. * Target specific bug fixes are OK. * Generic bug fixes are OK if they are important and widely tested. * Documentation updates/fixes are OK. * Translation updates are OK. * Fixes for testsuite failures are OK. Ideally I would like to make the release happen in two weeks time, i.e. Jan 14, 2023. Which I hope will be enough time for everyone to get their final fixes in. Cheers Nick