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: Re: Emacs 29.2 released Date: Sat, 20 Jan 2024 08:51:10 +0200 Message-ID: <83cytwv6ox.fsf@gnu.org> References: <83ttnaaojz.fsf@gnu.org> <87le8lkohx.fsf@gmx.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8868"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 20 07:51:57 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 1rR5Cv-00023Y-1r for ged-emacs-devel@m.gmane-mx.org; Sat, 20 Jan 2024 07:51:57 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rR5CV-00032H-VC; Sat, 20 Jan 2024 01:51:31 -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 1rR5CU-000326-Gt for emacs-devel@gnu.org; Sat, 20 Jan 2024 01:51:30 -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 1rR5CU-0002Ne-8C; Sat, 20 Jan 2024 01:51:30 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=r09sTqgNwSsOlP7NcR1m/d0TGRnvnjkbwNCsGjK5rRM=; b=O8fTCaApDhEZ DJsW6whjMmkIG/7GGwKb6YJoVbM9gIdP8PEimrhW2Zmu+Ijf72jcYXTicwhYlWTf/B31behBVIeGO GOMsEWneMWIRyDYOgK6VexXdpfzP9okUihq1KYJ5hO01PEGsh0j1ra6G/yAjtb4aGpojWXaSR8CAe akSFMu30E5GBbBqq0KuR1jQN9Wn+9vLzJdPZ8IN7yeIb4GthrP5WmOzUN7K7Uv+u2Q6PuSJWGVgQM sb6tL5Rkow7IzT/T1TdXdQ1Gh29gH6AXXP6wQjsE/YQzhXumBR2iiZP4S26dIAEijj6rVsLVsHPLU yucxJmNpTA8eK0gMl2MTtA==; In-Reply-To: <87le8lkohx.fsf@gmx.de> (message from Michael Albinus on Fri, 19 Jan 2024 22:22:02 +0100) 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:315133 Archived-At: > From: Michael Albinus > Cc: emacs-devel@gnu.org > Date: Fri, 19 Jan 2024 22:22:02 +0100 > > > Version 29.2 of Emacs, the extensible text editor, should now > > be available from your nearest GNU mirror: > > Does this mean, the emacs-29 branch is reopen for further commits? It was never closed. But since this is still a release branch, only bug-fix changes should be installed that are either very safe or fix very urgent serious problems. > Are there plans for an Emacs 29.3? Not yet. I think we should only consider 29.3 if significant problems are reported in 29.2 that require quick remediation. > I'd like to sync recent Tramp changes (available already via GNU ELPA) > into that branch. Are they safe enough and/or fix serious problems?