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.2 released Date: Thu, 18 Jan 2024 13:06:24 +0200 Message-ID: <83ttnaaojz.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2055"; 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 Thu Jan 18 12:07:22 2024 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 1rQQEz-0000KI-4p for ged-emacs-devel@m.gmane-mx.org; Thu, 18 Jan 2024 12:07:21 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rQQEI-0003R6-P7; Thu, 18 Jan 2024 06:06:39 -0500 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 1rQQED-0003PD-2p; Thu, 18 Jan 2024 06:06:33 -0500 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 1rQQEC-0004oo-Ds; Thu, 18 Jan 2024 06:06:32 -0500 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=ATe0xhQ49VpYOwVJ1zY9WjCnoXjHGu3g1YjsPE0h8s0=; b=W5YuE88ku5crdy Gu+I3IF4j3b9vvkUXky+E/uVDe/iXrIpoleEKIONn6QVsDVPfbn3bJ1c7Z7Qih3jCm3tM2n8jgDrM WUCllgiHmSRZ7dRNU0+vMf4hPz+0NhU3d3N4EWFbOrxfj+Z0eGr+ma6bK/HM9g281m1tXnN2+ajpE SJ7huKpNOLQ84j5R858FTVUsmUrT2gE3ft5j5yL/aO9t1O25RPE7AaQ+2WsmnRcqJvuMQv8CfmVWj py/JixqUlF1Pa6ne3xD793srQb9fz5K6aOAFcZRSW4kR+ko212TmSu18OnpgU7drm7qCz7oqmRCac D8rMDxbxKszT82BOSJpQ==; 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:315079 Archived-At: Hi! Version 29.2 of Emacs, the extensible text editor, should now be available from your nearest GNU mirror: https://ftpmirror.gnu.org/emacs/emacs-29.2.tar.xz https://ftpmirror.gnu.org/emacs/emacs-29.2.tar.gz The tarballs are signed; you can get the corresponding PGP signature files at: https://ftpmirror.gnu.org/emacs/emacs-29.2.tar.xz.sig https://ftpmirror.gnu.org/emacs/emacs-29.2.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.2.tar.xz.sig (and similarly for emacs-29.2.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.2.tar.gz a3751a1dc9c68c93e00f8935603f48d7b1804360 SHA1 emacs-29.2.tar.xz 77e16923012960960c2d8fd8cc92db70f8a366b9 SHA256 emacs-29.2.tar.gz ac8773eb17d8b3c0c4a3bccbb478f7c359266b458563f9a5e2c23c53c05e4e59 SHA256 emacs-29.2.tar.xz 7d3d2448988720bf4bf57ad77a5a08bf22df26160f90507a841ba986be2670dc Emacs 29.2 is a bug-fix release, with no new features with respect to Emacs 29.1. 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. The online manuals and website will be updated shortly. Printed copies of the Emacs manual are available for purchase from the Free Software Foundation's online store at: https://shop.fsf.org/product/emacs-manual/ For more information about Emacs, see: https://www.gnu.org/software/emacs