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: Emacs 30.0.91 pretest is available Date: Wed, 11 Sep 2024 18:42:33 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3682"; mail-complaints-to="usenet@ciao.gmane.io" Keywords: emacs-announce To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Sep 12 00:43:28 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 1soW3b-0000mI-Si for ged-emacs-devel@m.gmane-mx.org; Thu, 12 Sep 2024 00:43:27 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1soW2w-0004i9-Pb; Wed, 11 Sep 2024 18:42:48 -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 1soW2l-0004hj-H0; Wed, 11 Sep 2024 18:42:35 -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 1soW2l-0007iw-02; Wed, 11 Sep 2024 18:42:35 -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:Subject:To:From:in-reply-to: references; bh=Zxm2QaacPXKz3aUNimioD9qXVDlNTnrI1DtnpdcdwHg=; b=RTg4pLFPA9KsE8 G+ZBiL0a6NH4SOTzstF+GitxqEYc0A0/d0XK6oFAyTQ209mv1+mxG5p1ZUfg6/w3aNErwKPSZhIfh qu4ctcJ2zXQeff8Bd2zUsP6cY/dX7wuHouM2+JJvHxsw2RpIDqRQhCdy/3Tor9DF9A6ZkR7trb1yg a/DpWIWjpfIUm5P1DKk4TloYYEvYU9nXmd292r1cIypS2/Z/a9u5dxI94GWVWcjINh96iKbv/TBf+ b7mH8Gbx2mZnqGHr2M51UXiyEXCmv7iV9jLTvBIfz1Ao/sUOJPhvqZbnfKK/KubG8WSTmtn3M25Wq o7yQTqM8JJXJrtFovwpA==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1soW2k-0000Vj-81; Wed, 11 Sep 2024 18:42:34 -0400 X-Topics: emacs-announce 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:323549 Archived-At: Hello all! 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 The tarball is signed; you can get the PGP signature file at: https://alpha.gnu.org/gnu/emacs/pretest/emacs-30.0.91.tar.xz.sig Please give it as much testing as you can. As always, if you encounter problems building or using Emacs, send a report to bug-gnu-emacs@gnu.org with full details (if possible, use M-x report-emacs-bug). Thanks for helping to test Emacs. -------------------------------------- To verify that the tarball is intact, download both the .sig and the tarball, and run this command: gpg --verify emacs-30.0.91.tar.xz.sig If that command fails because you don't have the required public key, run this command to import it: gpg --keyserver keys.openpgp.org --recv-keys \ 12BB9B400EE3F77282864D18272B5C54E015416A You can also run sha1sum or sha256sum and confirm that these checksums match: SHA1 emacs-30.0.91.tar.xz d7cef700cde7406887e764458f7fb01b7968e479 SHA256 emacs-30.0.91.tar.xz f107bb33ad634ffcffa031f923908a5a43c96b7235978dce55fea47958c50bfa ---------------------------------------- For a summary of changes in Emacs 30, see the etc/NEWS file in the tarball; you can view it from Emacs by typing 'C-h n', or by clicking Help->Emacs News from the menu bar. You can also browse NEWS on-line using this URL: https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-30 For the complete list of changes and the people who made them, see the various ChangeLog files in the source distribution. For a summary of all the people who have contributed to Emacs, see the etc/AUTHORS file. For more information about Emacs, see: https://www.gnu.org/software/emacs Thanks! Andrea