From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-x531.google.com (mail-pg1-x531.google.com [IPv6:2607:f8b0:4864:20::531]) by sourceware.org (Postfix) with ESMTPS id 2A9053857025 for ; Sat, 3 Jul 2021 17:52:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2A9053857025 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-pg1-x531.google.com with SMTP id 62so5314925pgf.1 for ; Sat, 03 Jul 2021 10:52:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore-com.20150623.gappssmtp.com; s=20150623; h=mime-version:content-transfer-encoding:from:to:subject:message-id :date; bh=yAgU5ilFjJc4KZ29aIJeETywk4DFCocDepiAoRvmQb8=; b=fbM40txcw/NmcUBX10DFuLEZvuPHBuReQMrn6FIsPr1gAIgSDuOXlfxu/lIYEffBv0 8hNLZlF5SB85T/Ke7HvKP/NuBmGpA7ziH6KtAV6KNdpxX9bN5lAolO65X0js+bZwKqck z1bfxxB1E3qIgdip9YpUiuo/P4ofIVJphHNNSYeCoU5fGt+JER/nJ/Sy6s9Hcgfc1QwE hAWtajAdChNs3wohL5Kw4+yntYNlWzWDc++wLFzOUAYWWrS+9fohdFEXvPa7nHEWubMj j4mKUr9IZy/6FXE+Jj/xsdmNeqYGzQhsA2W4FUpF+/WDIdHTmyER+UGqlzA15Rfu9VPz Dpgg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:content-transfer-encoding:from:to :subject:message-id:date; bh=yAgU5ilFjJc4KZ29aIJeETywk4DFCocDepiAoRvmQb8=; b=kr87e/n4ARMJ6QdR+RoDkuaiwcwrB/5IwFJ3mzbesxbVAKlrtJLfJmTt8uGcwHCH+J OkM+AdwspeBgJ8ibvnCnPnAxPDH3NVn+BGst6AIZ7JhRrb67UGjw7/+RiogYtw87aU9C wT6tUllqT+KA+isv1L3gcgEtJZvAarPqOQzfspsA3TYvLdma3ZUwXiHWjWb0FnzRqS/R Wlj9JTRb3LcE4ZYY/YXzQXtCtOiLvZUHIpBx+t3bWVrIFsahIxkegfWT9TFAklDLQeHy Q3ue1P6kdtaLB4uehW7nWKHTen4GuCXB2L7+5yfQoinj6f4ztHzW1F/M6iD+OVszrfQv 2i8A== X-Gm-Message-State: AOAM530NQB96NhuI5RcqYWmgsu5nkFTwREgspAyEentuoxdH5TZ8VbSP 2KX+fN+7de2SBnzLtNofQCUSzTI9IoT+ X-Google-Smtp-Source: ABdhPJx4ytZa9qfc8D3QGuB90dsDJIjPuXp2VIczqeXlYOnSmuoI2VIaGjS+Ca+DMx6C90z6qn2T/w== X-Received: by 2002:a63:4b23:: with SMTP id y35mr6328127pga.179.1625334741944; Sat, 03 Jul 2021 10:52:21 -0700 (PDT) Received: from takamaka.home ([184.69.131.86]) by smtp.gmail.com with ESMTPSA id f68sm7393578pfa.46.2021.07.03.10.52.21 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 03 Jul 2021 10:52:21 -0700 (PDT) Received: from [127.0.1.1] (localhost [127.0.0.1]) by takamaka.home (Postfix) with ESMTP id 9565789AFF for ; Sat, 3 Jul 2021 10:52:20 -0700 (PDT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Joel Brobecker To: gdb-announce@sourceware.org Subject: GDB 11 release branch created! Message-Id: <20210703175220.9565789AFF@takamaka.home> Date: Sat, 3 Jul 2021 10:52:20 -0700 (PDT) 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-announce@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-announce mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2021 17:52:24 -0000 Hello, A quick message to announce that the GDB 11 branch has just been created. The prerelease snapshots will be available at: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb.tar.xz The sources are also accessible via GIT: git clone --single-branch --branch=gdb-11-branch git://sourceware.org/git/binutils-gdb.git This announcement has also been posted on the GDB web site at: http://www.sourceware.org/gdb/