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.91 pretest is available Date: Sun, 14 May 2023 15:57:29 +0300 Message-ID: <83mt27t6iu.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22267"; 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 Sun May 14 14:58:16 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 1pyBIl-0005aU-L9 for ged-emacs-devel@m.gmane-mx.org; Sun, 14 May 2023 14:58:15 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pyBI4-0001Xc-HA; Sun, 14 May 2023 08:57:32 -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 1pyBI2-0001Wk-6n; Sun, 14 May 2023 08:57:30 -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 1pyBI1-0001ty-TU; Sun, 14 May 2023 08:57:29 -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=27UmA4zImLBRhq1GbDdowkdYhbbGuP8v53Kih5K8HPA=; b=ad+kye2pOqePYs z4LoYZBE8AfvNyQ2W3iaOC7eU7KEEwL5Hok72riEBs2RWcqsXl3TMc2YBjjnxKFb5uXzs0gO9p7gW c5IZdRCsCaCRZ7e6nOgfyQnpawcpn6SJMm0Z+dpu4wgYSMMNAptkOADsozPXXVzZuX5tmP6uiD5tY v1XNgKimCnwh4hOXcdIpXnOnt0yCnyLWgCdrUEJ61dA+LcSCntWJR5RiIRb/JP5iPq5dTpHc7YMrb f1nHFpKiqQ8Z0DTMoo5Xaa3Vnz4gAYWdihJXoPn3xmWFFc2YJiAO5HkK2EWB2qZkbIdET1J6s4V47 gTRX+6w3E3G7zkAb4dVQ==; 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 1pyBI1-0004zk-AX; Sun, 14 May 2023 08:57:29 -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:306118 Archived-At: Hi! The second 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.91.tar.xz The tarball is signed; you can get the PGP signature file at: https://alpha.gnu.org/gnu/emacs/pretest/emacs-29.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-29.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 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.91.tar.xz c1b29590bdb4cd7f6f37812f20e6a8d2ec5aaa39 SHA256 emacs-29.0.91.tar.xz ec77714fda86942a4b8352c36c233af2f227d74bb71673ffd80be9aaefa91cb2 ---------------------------------------- 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