[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Emacs 29.3 released
From: |
Eli Zaretskii |
Subject: |
Emacs 29.3 released |
Date: |
Sun, 24 Mar 2024 16:14:59 +0200 |
Hi!
Version 29.3 of Emacs, the extensible text editor, should now
be available from your nearest GNU mirror:
https://ftpmirror.gnu.org/emacs/emacs-29.3.tar.xz
https://ftpmirror.gnu.org/emacs/emacs-29.3.tar.gz
The tarballs are signed; you can get the corresponding PGP signature
files at:
https://ftpmirror.gnu.org/emacs/emacs-29.3.tar.xz.sig
https://ftpmirror.gnu.org/emacs/emacs-29.3.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-29.3.tar.xz.sig
(and similarly for emacs-29.3.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-29.3.tar.gz
8000d5e99a568d985d04da8e94977f835e9ae932
SHA1 emacs-29.3.tar.xz
876fe639e4841c29550d94ed869f1d6754626002
SHA256 emacs-29.3.tar.gz
2de8df5cab8ac697c69a1c46690772b0cf58fe7529f1d1999582c67d927d22e4
SHA256 emacs-29.3.tar.xz
c34c05d3ace666ed9c7f7a0faf070fea3217ff1910d004499bd5453233d742a0
Emacs 29.3 is an emergency bugfix release; it includes no new features
except a small number of changes intended to resolve security
vulnerabilities uncovered in Emacs 29.2. See the file etc/NEWS 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Emacs 29.3 released,
Eli Zaretskii <=