From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id QDHlAyb642FuVQAAWB0awg (envelope-from ) for ; Sun, 16 Jan 2022 05:57:42 -0500 Received: by simark.ca (Postfix, from userid 112) id 0DF501F34E; Sun, 16 Jan 2022 05:57:42 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (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 simark.ca (Postfix) with ESMTPS id 8615A1ECEB for ; Sun, 16 Jan 2022 05:57:41 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 2AD003858412 for ; Sun, 16 Jan 2022 10:57:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2AD003858412 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1642330661; bh=EtgpD1ivRVnIHDlGIFj/VtXnqxywSM8qq0K2N5VkEpI=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=K73r9W9tqTtcYiHxobTluQZaABCcBSiNC5bINUo2W+IaKkGz/58aF7AcVien1sf+l dhnQVU81cznYG9yaDb4WHUNFLHvh69HbqppFK63xJt54fCiGN8cyV+jfds61CGu4kE QwXvolthMCXlqAvUDKjSNrAqIO5wzxuvi61XD75I= Received: from mail-wm1-x332.google.com (mail-wm1-x332.google.com [IPv6:2a00:1450:4864:20::332]) by sourceware.org (Postfix) with ESMTPS id 6B3593858D35 for ; Sun, 16 Jan 2022 10:57:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6B3593858D35 Received: by mail-wm1-x332.google.com with SMTP id p18so14515898wmg.4 for ; Sun, 16 Jan 2022 02:57:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:content-transfer-encoding:from:to :subject:message-id:date; bh=EtgpD1ivRVnIHDlGIFj/VtXnqxywSM8qq0K2N5VkEpI=; b=S6/i0SuzA6mHQ12E07MM/ejNB0F2kVfZ8J/7nREoVpZkWkpccYxHYHAH0mg+weeMmI fYEZoQS8vJEVqDOiEdC2ChLn4cfa+hPviEusP6FW2r+q8MI7DuA2q07+HUFih8SFWHyp RUwuSDL5X2ji+npgJrx3IfijL37XGv/tRvgPOaKjnmLykJQJcfTFXoIqdybPPPLQKVOZ hGBhC/iOW2HBBm1ss/7szsUj3heAlGQbOCgwZ5EceGORhZizl+iO6yGTZ6MLcoHL+LxS YIkMMAZyH5hUA/wVv8aWnCVSpirvlRea6QDI1ZFTXtF3AiV0lX2R2NfBAeOmZZaFY2pp f18g== X-Gm-Message-State: AOAM532jPNoOoHM4h6ZiBEfrjXfYfJlOzwqynXAO53Er6/9avV1VI1fr IMvfPSGbsuga03+CIOkDAhvXfxxD76VB X-Google-Smtp-Source: ABdhPJxku5uHxk1u8vT7p4tJ25vtSu1MgHjhVLkNZ4NzUQpq5rxh0+nYn5Y71JNvCvBpNY6Ck54pFQ== X-Received: by 2002:a05:6000:188d:: with SMTP id a13mr15746864wri.297.1642330640388; Sun, 16 Jan 2022 02:57:20 -0800 (PST) Received: from takamaka.home ([2a01:cb22:1d5:1100:81b7:77bd:9588:f82b]) by smtp.gmail.com with ESMTPSA id b6sm7193400wrd.17.2022.01.16.02.57.19 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 16 Jan 2022 02:57:19 -0800 (PST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by takamaka.home (Postfix) with ESMTP id 7CBAEA1615 for ; Sun, 16 Jan 2022 14:57:17 +0400 (+04) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit To: gdb-patches@sourceware.org Subject: gdb-11 branch FROZEN Message-Id: <20220116105717.7CBAEA1615@takamaka.home> Date: Sun, 16 Jan 2022 14:57:17 +0400 (+04) 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: , From: Joel Brobecker via Gdb-patches Reply-To: Joel Brobecker Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" Hello everyone, Please avoid pushing any commit to the gdb-11-branch branch during the next few hours. I am working on creating the next release off this branch. Also, if at all possible, it saves me a bit of time if you can avoid pushing changes to the master branch, as it would force me to handle rebasing and conflict resolution (Eg: ChangeLog). I will send a followup message when the branch is open again. Thank you, -- Joel Brobecker