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 28.1 released Date: Mon, 04 Apr 2022 15:06:39 +0300 Message-ID: <8335itf3xs.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38918"; 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 Mon Apr 04 14:07:20 2022 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 1nbLUN-0009xR-1s for ged-emacs-devel@m.gmane-mx.org; Mon, 04 Apr 2022 14:07:19 +0200 Original-Received: from localhost ([::1]:59590 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nbLUL-0004MP-Qs for ged-emacs-devel@m.gmane-mx.org; Mon, 04 Apr 2022 08:07:17 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:42270) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nbLTi-0003ec-Nq; Mon, 04 Apr 2022 08:06:38 -0400 Original-Received: from [2001:470:142:3::e] (port=58870 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nbLTi-00032t-En; Mon, 04 Apr 2022 08:06:38 -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=iq512bPno93Pu48LQeNE4+WFG/4CAzZFBSPAXjltw8s=; b=mgcyeC7CTRta4J kqiyNFuuV7bTN5gxKXP0D3dkP5NDAJwWzR1ltOhKRLe8SjVD5JfNtlxqb1GG+OSD/I8WFNy6kEpn9 A4DB0Kar0L9PJiuozIT3f9DD1PJLsH9JvsXRuyd5sD5VDmuqXce0mW889oODEvGYfWZ5rN4q9CEAD ozMwJR9dB1CDYmsFjNOyuiGDD067KmDDe/TGiKJpdo5A1U9tmSsR8s/gHoWedBedrIcviyCHmzuCW SLeB8bimYYRBb5bnejJRM6BCej8xV1assLWKQf5fHpi/yENGBH2YjBnnpW7EV49hYRHTIhTLHWDEB l20f8jiuek3cWEoQGCjQ==; Original-Received: from [87.69.77.57] (port=3642 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 1nbLTh-0005FY-Sp; Mon, 04 Apr 2022 08:06:38 -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" Xref: news.gmane.io gmane.emacs.devel:287748 Archived-At: Hi! Version 28.1 of Emacs, the extensible text editor, should now be available from your nearest GNU mirror: https://ftpmirror.gnu.org/emacs/emacs-28.1.tar.xz https://ftpmirror.gnu.org/emacs/emacs-28.1.tar.gz The tarballs are signed; you can get the corresponding PGP signature files at: https://ftpmirror.gnu.org/emacs/emacs-28.1.tar.xz.sig https://ftpmirror.gnu.org/emacs/emacs-28.1.tar.gz.sig You can choose a mirror explicitly from the list at: https://www.gnu.org/prep/ftp.html Mirrors may take some time to update; the main GNU ftp server is at: https://ftp.gnu.org/gnu/emacs/ To verify that the downloaded tarball is intact, download both the tarball and the corresponding .sig file, and run this command: gpg --verify emacs-28.1.tar.xz.sig (and similarly for emacs-28.1.tar.gz, if you download that format). If the GPG command fails because you don't have the required PGP public key, run this command to import the key: gpg --keyserver keyserver.ubuntu.com --recv-keys \ 17E90D521672C04631B1183EE78DAE0F3115E06B Alternative keyservers to try are pgp.mit.edu and keys.openpgp.org. You can also run sha1sum or sha256sum and confirm that these checksums match: SHA1 emacs-28.1.tar.gz 7af2566ff1d2a1b9b3c70e9517fa02a7137ad835 SHA1 emacs-28.1.tar.xz a198d69dfa5a42c30cabe9a82edb101ac5ee423c SHA256 emacs-28.1.tar.gz 1439bf7f24e5769f35601dbf332e74dfc07634da6b1e9500af67188a92340a28 SHA256 emacs-28.1.tar.xz 28b1b3d099037a088f0a4ca251d7e7262eab5ea1677aabffa6c4426961ad75e1 For a summary of changes in Emacs 28.1, 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. 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