From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Emacs 29.0.90 pretest is available Date: Mon, 10 Apr 2023 10:26:34 +0300 Message-ID: <833558ci51.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5471"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Apr 10 09:26:58 2023 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 1pllvW-0001GU-D5 for ged-emacs-devel@m.gmane-mx.org; Mon, 10 Apr 2023 09:26:58 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pllue-00008n-VW; Mon, 10 Apr 2023 03:26:04 -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 1plluc-00007y-8q; Mon, 10 Apr 2023 03:26:02 -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 1plluc-0000fh-05; Mon, 10 Apr 2023 03:26:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Subject:To:From:Date:mime-version:in-reply-to: references; bh=9SNdQ+F/OahDwYbmZkJ2BTwUqRcN8SlDVZ8WWcq1ZWo=; b=ed07/jJEdO2Z3Y KWw5VB3p2QTs/S9arKhC7UBAWiWowbynZUbqxzeWWVb8zHpSdVcXZk6AsrFzMInsc0WkdaTVSyGuP /ar5+5cI3ML7sxjcqV+aRUcKtzDkd5zKsV5QG4T6ro9tALRUYFQPkctgEGkp4FEcOPu2RvlUrpXeP 1sg6Tt/nzGEc3PvYKRjoGgzPtPR4U0oOQxTmSm1aehkb+1JMRtAK5Ibo7jEPNZZakCvB9qmWDYGW9 LouAplDG6qqZfoMl8EgajZNwIegzTa2uYt3x/Tk7P11iPATeby1kyv/BNycLRQZnN6gCke+2KASND qg0s0Ftt+1HJ0gf+Ni/w==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pllub-0000Vm-DW; Mon, 10 Apr 2023 03:26:01 -0400 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:305215 Archived-At: Hi! The first pretest for what will be the 29.1 release of Emacs (the extensible text editor) is now available at: https://alpha.gnu.org/gnu/emacs/pretest/emacs-29.0.90.tar.xz The tarball is signed; you can get the PGP signature file at: https://alpha.gnu.org/gnu/emacs/pretest/emacs-29.0.90.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-29.0.90.tar.xz.sig If that command fails because you don't have the required public key, run this command to import it: gpg --keyserver pgp.mit.edu --recv-keys \ 17E90D521672C04631B1183EE78DAE0F3115E06B Alternative keyservers to try are keyserver.ubuntu.com and keys.openpgp.org. You can also run sha1sum or sha256sum and confirm that these checksums match: SHA1 emacs-29.0.90.tar.xz 2821bea77e8535447e9b98d9f61dde85d19bb8f1 SHA256 emacs-29.0.90.tar.xz a147fa5d7d3d621d24d55fa563dbf1f4ce940545b5c74d138ae00d0c3b3566b6 ---------------------------------------- For a summary of changes in Emacs 29, 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-29 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