From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id lSG2FwuqPmEkFAAAWB0awg (envelope-from ) for ; Sun, 12 Sep 2021 21:31:55 -0400 Received: by simark.ca (Postfix, from userid 112) id 4FB5A1EE24; Sun, 12 Sep 2021 21:31:55 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.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 5BCA21EE1A for ; Sun, 12 Sep 2021 21:31:54 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id B3B353857C76 for ; Mon, 13 Sep 2021 01:31:53 +0000 (GMT) Received: from mail-pl1-x62f.google.com (mail-pl1-x62f.google.com [IPv6:2607:f8b0:4864:20::62f]) by sourceware.org (Postfix) with ESMTPS id 9924D3858429 for ; Mon, 13 Sep 2021 01:31:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9924D3858429 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-pl1-x62f.google.com with SMTP id o8so1687773pll.1 for ; Sun, 12 Sep 2021 18:31:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=mime-version:content-transfer-encoding:from:to:subject:message-id :date; bh=EtgpD1ivRVnIHDlGIFj/VtXnqxywSM8qq0K2N5VkEpI=; b=FJaVnJn9cMrTsM9YgopShI4pm7dtJWmcVS2m7DepVZXzZ1uzF+Lekk2tJQR0R9uP1L cGIlGV5kHPyjdpxAu4LZfKqeEv3g7/TO1R/7YTumHj7tja0GGieGo2eFUIM4Nd2zGA7H IqjEadcez/64FlS8h28R45K6b+OirrpLUXHXSnXbqIu8updOKojCXcyAOa2tgyMBqmlq +oZiFJ6TBtDSeAN66Hsz1f9FdImKrbp8ITG4zwE9nJgp7BIN96KihQcwXTtrFjxpovOT bN1M1TtOUmq2C8ni5U3tTYZt3edJN6QXuT2q9EdkWuaxmuq9qF50+eFvqTmGKJ4MzY3x jpzA== 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=Eb+4jXpRv2UGDtVJ7mtGKITXJ3Y1V6Vc4550bRT1lR+Tb38A11+B0c9nZHg8trjYaO sHhUbPai40/CbedL2IxW8lIFjuCMsxJPi1X6b8BPsGm30ukVfh3LV6zZVVMoKfyUMOjx gkZJfl7HNiJjUibNKToa+T6ojXqOi99xqGDW24QtrP7AO3hjo2b48u2yj6AD285XEve8 uw+m2etSyxBFIu4/gtRDXwMLnjQzTihMxwwPXZomDf0r4RHbSCBkwyJAElSVohvrTZOA fqoifvRq6D/vGq0dNbLk9fknDn5ewd3WGLtkg38oWYReh53VstTMdsyp4tCf/j1DR1ht RxKg== X-Gm-Message-State: AOAM532WAnlyX8E9IUm5smdS2aOve40BhRuy5crz8Q4Wm+D9KVBHDYoO E07PzCajwcEL7JyZ4Z/LVQM9NDPJrl1Q X-Google-Smtp-Source: ABdhPJwzuVU0BPzsxMcggIi/JFi+gvMbkrnOBeAD9xpebJaX2tnv46YOMyUXS5dpzTLUOMLKDrx5oQ== X-Received: by 2002:a17:902:c408:b0:138:e3df:e999 with SMTP id k8-20020a170902c40800b00138e3dfe999mr8249348plk.30.1631496699224; Sun, 12 Sep 2021 18:31:39 -0700 (PDT) Received: from takamaka.home ([184.69.131.86]) by smtp.gmail.com with ESMTPSA id u123sm4935290pfb.123.2021.09.12.18.31.38 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 12 Sep 2021 18:31:38 -0700 (PDT) Received: from [127.0.1.1] (localhost [127.0.0.1]) by takamaka.home (Postfix) with ESMTP id 913CD89CF7 for ; Sun, 12 Sep 2021 18:31:37 -0700 (PDT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Joel Brobecker To: gdb-patches@sourceware.org Subject: gdb-11 branch FROZEN Message-Id: <20210913013137.913CD89CF7@takamaka.home> Date: Sun, 12 Sep 2021 18:31:37 -0700 (PDT) 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: , 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