From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x432.google.com (mail-wr1-x432.google.com [IPv6:2a00:1450:4864:20::432]) by sourceware.org (Postfix) with ESMTPS id C2277385DC09 for ; Sun, 20 Mar 2022 05:24:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C2277385DC09 Received: by mail-wr1-x432.google.com with SMTP id m30so6902512wrb.1 for ; Sat, 19 Mar 2022 22:24:15 -0700 (PDT) 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=I13SiIRh2oDR237e/SCxG7Eqg2iw/pmuW/olx972ZIo=; b=dM6pfFt3TDI42srdwq/TrgeLKWvm01c8E+j/CUbNU4TR8ar5Yyelzy6Hl9QwoD3S8k rK9GXKQoEMgOQzhH2G66nJG3vw9dliob2u48RiXBOOGsEBjTqLCtkDVUspmsmmBRKl6P 4YBe1IAPMXXOsv0whtxfaqkXPXCOlrh2riS0PLd6z5INpRI1mS+F1YG2vwuc5ZNILpbK LN7k5LKbfeaxc2gCHF77RT8NOThVRpGa1AbjG0l6wuBkIamc6sKfVbOZMu7ovnRw3v5T zI/JWVwCJ/Z6X1uN7DS84LHd8VyTZXC2Qi64AvZjLnfNtWZ5/EXpycElhbSmtu6731ld +pbg== X-Gm-Message-State: AOAM531uhi0LvN67/ujhUZtPvBbIH1t6C1B1B7vTFQEZZPK/GG4eW/gk v+geSeS2ARIelp7CvsTubvNsJJN7Nb+e X-Google-Smtp-Source: ABdhPJxedtOFmammMArsI+Ot/UdnVZt3boQJJockYYfm4h1W9PdFWPkpUcM0WeSFLGtTjbWAJJgw5A== X-Received: by 2002:a05:6000:1868:b0:203:732f:d657 with SMTP id d8-20020a056000186800b00203732fd657mr13538376wri.664.1647753854573; Sat, 19 Mar 2022 22:24:14 -0700 (PDT) Received: from takamaka.home (lfbn-reu-1-503-119.w92-130.abo.wanadoo.fr. [92.130.90.119]) by smtp.gmail.com with ESMTPSA id u23-20020a7bcb17000000b0037bdfa1665asm18768708wmj.18.2022.03.19.22.24.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 19 Mar 2022 22:24:14 -0700 (PDT) Received: from [127.0.1.1] (localhost [127.0.0.1]) by takamaka.home (Postfix) with ESMTP id 92B65A4D6C; Sun, 20 Mar 2022 09:24:11 +0400 (+04) 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-12 branch FROZEN Message-Id: <20220320052411.92B65A4D6C@takamaka.home> Date: Sun, 20 Mar 2022 09:24:11 +0400 (+04) X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: , X-List-Received-Date: Sun, 20 Mar 2022 05:24:18 -0000 Hello everyone, Please avoid pushing any commit to the gdb-12-branch branch during the next few hours. I am working on creating the next pre-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 possibly conflict resolution. I will send a followup message when the branch is open again. Thank you, -- Joel Brobecker