[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Emacs 29.1 released
From: |
Eli Zaretskii |
Subject: |
Emacs 29.1 released |
Date: |
Sun, 30 Jul 2023 10:00:16 +0300 |
Hi!
Version 29.1 of Emacs, the extensible text editor, should now
be available from your nearest GNU mirror:
https://ftpmirror.gnu.org/emacs/emacs-29.1.tar.xz
https://ftpmirror.gnu.org/emacs/emacs-29.1.tar.gz
The tarballs are signed; you can get the corresponding PGP signature
files at:
https://ftpmirror.gnu.org/emacs/emacs-29.1.tar.xz.sig
https://ftpmirror.gnu.org/emacs/emacs-29.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-29.1.tar.xz.sig
(and similarly for emacs-29.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-29.1.tar.gz
3c340fd281571a72b87d17cd295a580fffecb1c0
SHA1 emacs-29.1.tar.xz
39a14d9ae5596336da76789c7b977ba66eb09a57
SHA256 emacs-29.1.tar.gz
5b80e0475b0e619d2ad395ef5bc481b7cb9f13894ed23c301210572040e4b5b1
SHA256 emacs-29.1.tar.xz
d2f881a5cc231e2f5a03e86f4584b0438f83edd7598a09d24a21bd8d003e2e01
For a summary of changes in Emacs 29.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.
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
- Emacs 29.1 released,
Eli Zaretskii <=