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 984043858D20 for ; Mon, 15 Jan 2024 15:28:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 984043858D20 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 984043858D20 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1705332509; cv=none; b=a6iRg0SVgmjczbMFZ9YjF6aXADAeEFwWjPHMl9yfcp4M3cxMJt9kHb5UR62bdPT/KB9MWk7XhzB/pmiaDSe7tk9dXWLLoCHJlrO0lQ9KDr0zMu4g5wrcmp8rxdlD5qjbHoBIBRuYekUG+l5rmcAP0UDBVTJXWsaYYT+SVZibXAc= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1705332509; c=relaxed/simple; bh=6K6o0MRkXPllNTjDQeWOsIQPRa9pBZ8UcAfERoNfG7w=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=D1XwMctU+MGPx73QTj8JIYworX0tzCFJevLUil6c+0igrXzrB9uhCC+BTlmntADCZ6pQKMyCHHH1MA51igX+Li2kWM/gPQgK6V7L7sYvlVa+vrLPQDEHTayPCTbkV/paZ0EIZXI5Grkc1MdFXXDU0XXprO7VRwNKzaIhQ06eZN4= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1705332507; 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=vqvDMOYwUPVeDLufweDynTwgabe1hSa5Rr1UEbwem8A=; b=VFtXUYtdgFmzYfyBYbzxKIguv6N7aPfiV+hsA8EDaJ1lCZdFxYCMrK6WgrTnnPtX2sHbkt sfk1HLjd7e/IGKLvLfVUMyYz5ITbKc9hF+KUa0QLdKtRxEam4pxHgRmZgGc+dRaGBapGTV QNdcXZxqLNvrXPqpySuY+LWtJs838eM= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-206-smt3HwaROPeF7xfxAfbqgA-1; Mon, 15 Jan 2024 10:28:25 -0500 X-MC-Unique: smt3HwaROPeF7xfxAfbqgA-1 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 8171B2820B7C for ; Mon, 15 Jan 2024 15:28:25 +0000 (UTC) Received: from prancer.redhat.com (unknown [10.42.28.13]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 313AD492BC6 for ; Mon, 15 Jan 2024 15:28:25 +0000 (UTC) From: Nick Clifton To: binutils@sourceware.org Subject: 2.42 branch has been created Date: Mon, 15 Jan 2024 15:28:24 +0000 Message-ID: <87v87u39bb.fsf@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.9 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-Spam-Status: No, score=-4.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_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,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 List-Id: Hi Everyone, The branch has now been created: git clone git://sourceware.org/git/binutils-gdb.git -b binutils-2_42-branch A snapshot of the sources is also available here: https://sourceware.org/pub/binutils/snapshots/binutils-2.41.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. Monday Jan 29. Which I hope will be enough time for everyone to get their final fixes in. Cheers Nick