From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x434.google.com (mail-pf1-x434.google.com [IPv6:2607:f8b0:4864:20::434]) by sourceware.org (Postfix) with ESMTPS id 4609C3857025 for ; Sat, 3 Jul 2021 17:53:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4609C3857025 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-pf1-x434.google.com with SMTP id f20so4455443pfa.1 for ; Sat, 03 Jul 2021 10:53:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=OgUQAwzxMPxO1ZsoUXCVG6imW0Nsd3h05/aP4Wtdol8=; b=vzoGHaWdXK09BadAJaqt/gmTzCQ8csi0mvJqLeWi8HN8szWD8dIm/0qc/eZwhdtpXA aaU/zmKwI92zO1d2KFVR6xkqFmyViLvzTFEYFHuY7OP3iQ+93B5ocebxxrnaBPOLzfLR KoYNLDo4MA13iiBR2HEpOA03CfB3yYoWJxI0SfQjdd7EmgKPPSQt+qWp3QrioIq9s/sP ibivX+Rm4sWz05I7c1MFPYuf5GqtGlzf7UjJc6ZY4JXWcIigc4A9xawlgAq/jVTAro6Q y7vWCmARhMCJYd1NQxs/rqIwWPWk50qM4MY8VanGb9Mlh7hxJ5njY0IjF/oEvBCEokRw Q5Iw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=OgUQAwzxMPxO1ZsoUXCVG6imW0Nsd3h05/aP4Wtdol8=; b=iptlZYA1xRMzbBZEqPoZa4cMY3NS+WAC5PayfiZju2c9lgaAnH+yrlfh+3Swxe93tB 3TYah2gsAMLvpAgl2hTRLfQyDL94QB+OHlRQhZ0J9bkPknnQhsGfaj842JPFSczect1C Q13Rl9leudUKN2UgJlqZKfrPZ5MnaAJVbf7DLi9gvabh98LevpAaB6jHErhIAirQKdKL /vhwR0F2AcWQZ+A3pMtFWYHmaHYQSnaGQ/ynMF3JhmlUf1ViHT4P3a8CAAtMusi6FXrT kEWYjGbLZ7ng7AKjj00lh6B1ptlYbuCfKpv/yxal19uIlpckx4zYuzDq/OLPYigXaWuy Zpdw== X-Gm-Message-State: AOAM531Hl+euRkQiSPotuCDMBlJRJVjJTrKiq0jCiLED3fWT9UJiDe47 dub2NZQUqFyl6w6jHNu6K2RPK2FTr2jK X-Google-Smtp-Source: ABdhPJwCL+RBU+5GqCd4kZt1vuXMCdoCl+ECIIKqPq3GA+8/8EHkftSoYYXgT06/fxoUYEQq5t1GtA== X-Received: by 2002:a05:6a00:179e:b029:2e9:e53:198d with SMTP id s30-20020a056a00179eb02902e90e53198dmr6118520pfg.72.1625334825089; Sat, 03 Jul 2021 10:53:45 -0700 (PDT) Received: from takamaka.home ([184.69.131.86]) by smtp.gmail.com with ESMTPSA id w17sm5882168pjh.54.2021.07.03.10.53.44 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 03 Jul 2021 10:53:44 -0700 (PDT) Received: by takamaka.home (Postfix, from userid 1000) id CDAF789B55; Sat, 3 Jul 2021 10:53:43 -0700 (PDT) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: FYI/BRANCH: Patches applied to branch gdb-11-branch Date: Sat, 3 Jul 2021 10:53:40 -0700 Message-Id: <20210703175342.1426874-1-brobecker@adacore.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP 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: Sat, 03 Jul 2021 17:53:47 -0000 Hello, Just a quick email to mention that I am about to push the following commits on the newly created gdb-11-branch, in preparation for our future GDB 11 release: * [release/branch 1/2] Bump version to 11.0.90.DATE-git. * [release/branch 2/2] Set development mode to "off" by default. Thank, -- Joel