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.93 pretest is available Date: Thu, 19 Dec 2024 17:37:21 -0500 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="4603"; 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 Dec 19 23:38:23 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 1tOP9z-000115-4P for ged-emacs-devel@m.gmane-mx.org; Thu, 19 Dec 2024 23:38:23 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tOP9X-0001J8-V4; Thu, 19 Dec 2024 17:37:56 -0500 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 1tOP9U-0001Gk-Ba; Thu, 19 Dec 2024 17:37:52 -0500 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 1tOP9U-0003MV-2M; Thu, 19 Dec 2024 17:37:52 -0500 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=BAeNbnwP9fBXi7Hb33LReYA6x0WRbryBfT8Z2jcqIK8=; b=lWk4Q1sGlgcdDd NSH+BCoSTy5tEFDG/qS5CmDmzQ5Az7Ow2HDPSDIaBewCLxdMPvpL3cBv/OzATuX6ACtbW7r3/VC0X Tuif0HeyyWl8Gp/GRm4Rdw4GbPAFi7O7f/eoyub+P9cTAht//rRqWo7AAYhXR0NfAHGKExievSxDq +mqMpup9BPjbxh+Lq6eUCAkXtsYmHvnaC/FDdmDWwV+El6ZHC3LceY70xkRZF2Dg+E+GLQWEloLfh 0/xvAkJYyXmchdxuX8FKP2nZaoEppvt51sew3N4WaGivQ1z2HOkEiSGhNTe+Ya1ypEWLQYaZg1ZH8 xC7Gdj+5w7gd6hrDXIaQ==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1tOP8z-0007ZF-F9; Thu, 19 Dec 2024 17:37:51 -0500 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:326766 Archived-At: Hello all, the third (and probably last) pretest for what will be the 30.1 release of Emacs is now available at: https://alpha.gnu.org/gnu/emacs/pretest/emacs-30.0.93.tar.xz The tarball is signed; you can get the PGP signature file at: https://alpha.gnu.org/gnu/emacs/pretest/emacs-30.0.93.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.93.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.93.tar.xz d9ce2639e0c39eb3a3a49900a91323a17312d583 SHA256 emacs-30.0.93.tar.xz 4e50387505e1e05e83a39672e756ae1b76a24a8c981e7f981aec6e966cd6ff7f ---------------------------------------- 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