[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Emacs 28.1 released
From: |
Eli Zaretskii |
Subject: |
Emacs 28.1 released |
Date: |
Mon, 04 Apr 2022 15:06:39 +0300 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Emacs 28.1 released,
Eli Zaretskii <=