From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: Emacs 30.0.91 pretest is available Date: Thu, 12 Sep 2024 05:40:41 -0400 Message-ID: References: <86h6alkznb.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30885"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Ulrich Mueller , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Sep 12 11:41:50 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sogKj-0007qJ-Kd for ged-emacs-devel@m.gmane-mx.org; Thu, 12 Sep 2024 11:41:49 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sogJh-0003E8-MA; Thu, 12 Sep 2024 05:40:45 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sogJg-0003Bv-2f for emacs-devel@gnu.org; Thu, 12 Sep 2024 05:40:44 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sogJe-0005RE-Cy; Thu, 12 Sep 2024 05:40:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=4gg/rGlYD0pKwlG99ZzGw2XCC0hyLpqb9cb6ZKzJ2gI=; b=QaiLihDsP3lvUggdc/ho xFpqsHpCC27SrsQfDhu20wa2riuLFZ6KUdzVULbqBzd4l7Vaq2HQF+DKecnpqx1ggOSW5cLgmoE71 n71laSuUiPnAmC3ERTQKYObZbDWlOTOYPwfF0/WqCUDRWWeW+gotbCeia/0Cp7QJTgeX2N16tu/3l GrRlvQthL4duN/Dic/PBJF/VfjVUB8iA76IG2LOMCg/rRbXfTnlZ43ezqpCucG/vHRTyGIQENuwxs CvVVFWNkixFuJxIJZYwkrzugiKA8t+FBIJKuYPTqCcTDeXsJyydiqyFjtaRk7uO55fFjZaqEIYI1/ llPkyk2bDikgUA==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1sogJd-0000VV-Kp; Thu, 12 Sep 2024 05:40:41 -0400 In-Reply-To: <86h6alkznb.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 12 Sep 2024 12:08:24 +0300") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:323560 Archived-At: Eli Zaretskii writes: >> From: Ulrich Mueller >> Cc: emacs-devel@gnu.org >> Date: Thu, 12 Sep 2024 11:01:03 +0200 >> >> >>>>> On Thu, 12 Sep 2024, Andrea Corallo wrote: >> >> > The first pretest for what will be the 30.1 release of Emacs (the >> > extensible text editor) is now available at: >> >> > https://alpha.gnu.org/gnu/emacs/pretest/emacs-30.0.91.tar.xz >> >> Any particular reason why the series starts with .91 instead of .90 >> this time? > > Boring technical reasons: the emacs-30.90 tag was pushed to Git > upstream several days ago, and making the tarball took all that time > because we had a problem to find and fix. Yep, I'd be for removing the unused tag as well given we have not published a corresponding tarball. Andrea