From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x42e.google.com (mail-pf1-x42e.google.com [IPv6:2607:f8b0:4864:20::42e]) by sourceware.org (Postfix) with ESMTPS id 2D6443858405 for ; Fri, 29 Oct 2021 00:37:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2D6443858405 Received: by mail-pf1-x42e.google.com with SMTP id x7so2587604pfh.7 for ; Thu, 28 Oct 2021 17:37:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=TFLhtIGvIxXmE6Tg4HH5nfCDxq5Vx8zdNOgvITkgBCY=; b=ito/IuYrRoHLbTp4bgMFzoCS2/ViPq9rKic6GdqdR+BR9iAnAtdIm5zX1zAQPO95V/ Nqy9AMF0UlANjixSAs8ODecUtA4Z5mupoZLFNK5amjdB0Xpzyb5C2ktSB0TkM6i3htsO ByMCqmTYAWJXzUaoa8PeEDsIxYxBci8agilaVBKkotCBI9qQ6rAH4mRQf8oPY3XW0N8A 55aFhoYOIMzjluVDFv1+zIGdiL0iN4atfFPn14gvF8d3MkdldKOKsYpmml3Z4bsTxIQ2 aQTNkSMDHehN8NAP4BID+lGE4KiCDKvQBIFk6HNN+eZ6TkWSmqFO+eeaqKKn3r8/d9p5 w83w== X-Gm-Message-State: AOAM530QOFaMKnR91h0MMWX0n6jZTVfTTlD0H/bAwKZ0G/8aDG0VYL8Z JNyz8EpbqW6thIBMKHABIwOFmjnSRUPsIaM= X-Google-Smtp-Source: ABdhPJwWsBkZHbmbTyJMcnsXgdFqVdVjKnXzX2rIlXbkCERWajTb6QXURC7l1ggBqUYZ2OdGCufqSg== X-Received: by 2002:a63:9517:: with SMTP id p23mr5713622pgd.7.1635467842271; Thu, 28 Oct 2021 17:37:22 -0700 (PDT) Received: from takamaka.home ([184.69.131.86]) by smtp.gmail.com with ESMTPSA id e15sm8672893pja.52.2021.10.28.17.37.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Oct 2021 17:37:21 -0700 (PDT) Received: by takamaka.home (Postfix, from userid 1000) id F0617A59BC; Thu, 28 Oct 2021 17:37:20 -0700 (PDT) Date: Thu, 28 Oct 2021 17:37:20 -0700 From: Joel Brobecker To: Simon Marchi Cc: gdb@sourceware.org, Joel Brobecker Subject: Re: [ANNOUNCEMENT] GDB 11.1 released! Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, 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@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2021 00:37:25 -0000 > I noticed this page: > > https://www.gnu.org/software/gdb/download/ > > Still says 10.2 is the latest release. Thanks for the note, Simon. Fixed. -- Joel